diff options
Diffstat (limited to 'keyboards/tkc/tkc1800/keymaps/via/keymap.c')
-rw-r--r-- | keyboards/tkc/tkc1800/keymaps/via/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tkc/tkc1800/keymaps/via/keymap.c b/keyboards/tkc/tkc1800/keymaps/via/keymap.c index 55c2874c6..d05a1d420 100644 --- a/keyboards/tkc/tkc1800/keymaps/via/keymap.c +++ b/keyboards/tkc/tkc1800/keymaps/via/keymap.c | |||
@@ -97,7 +97,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
97 | ), | 97 | ), |
98 | }; | 98 | }; |
99 | 99 | ||
100 | #ifdef OLED_DRIVER_ENABLE | 100 | #ifdef OLED_ENABLE |
101 | void oled_task_user(void) { | 101 | void oled_task_user(void) { |
102 | oled_write_P(PSTR("TKC1800\n"),false); | 102 | oled_write_P(PSTR("TKC1800\n"),false); |
103 | // Host Keyboard Layer Status | 103 | // Host Keyboard Layer Status |
@@ -127,4 +127,4 @@ void oled_task_user(void) { | |||
127 | oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); | 127 | oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); |
128 | oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); | 128 | oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); |
129 | } | 129 | } |
130 | #endif \ No newline at end of file | 130 | #endif |