Skip to content

Commit

Permalink
glcdfont changes from qmk#7745
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry committed Jan 9, 2020
1 parent 30d6eac commit 6cef921
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions users/curry/glcdfont.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
#pragma once

#if defined(__AVR__)
# include <avr/io.h>
# include <avr/pgmspace.h>
#elif defined(ESP8266)
# include <pgmspace.h>
#else
# define PROGMEM
#endif
#include "progmem.h"

// Corne 8x6 font with QMK Firmware Logo
// Online editor: https://helixfonteditor.netlify.com/
Expand Down

0 comments on commit 6cef921

Please sign in to comment.