diff options
Diffstat (limited to 'keyboards/palette1202/config.h')
-rw-r--r-- | keyboards/palette1202/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/palette1202/config.h b/keyboards/palette1202/config.h index 411e5f916..e0be3bd6c 100644 --- a/keyboards/palette1202/config.h +++ b/keyboards/palette1202/config.h | |||
@@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
48 | #define DEBOUNCE 5 | 48 | #define DEBOUNCE 5 |
49 | 49 | ||
50 | /* Register custom font file */ | 50 | /* Register custom font file */ |
51 | #ifdef OLED_DRIVER_ENABLE | 51 | #ifdef OLED_ENABLE |
52 | #define OLED_FONT_H "lib/glcdfont.c" | 52 | #define OLED_FONT_H "lib/glcdfont.c" |
53 | #endif | 53 | #endif |
54 | 54 | ||