diff options
Diffstat (limited to 'keyboards/crkbd/keymaps/gotham/keymap.c')
| -rw-r--r-- | keyboards/crkbd/keymaps/gotham/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/crkbd/keymaps/gotham/keymap.c b/keyboards/crkbd/keymaps/gotham/keymap.c index 8b864277c..7cf4b7fd5 100644 --- a/keyboards/crkbd/keymaps/gotham/keymap.c +++ b/keyboards/crkbd/keymaps/gotham/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "keycodes.h" | 2 | #include "keycodes.h" |
| 3 | 3 | ||
| 4 | #ifdef OLED_DRIVER_ENABLE | 4 | #ifdef OLED_ENABLE |
| 5 | # include "oled.c" | 5 | # include "oled.c" |
| 6 | #endif | 6 | #endif |
| 7 | 7 | ||
| @@ -78,7 +78,7 @@ layer_state_t layer_state_set_user(layer_state_t state) { | |||
| 78 | #endif | 78 | #endif |
| 79 | 79 | ||
| 80 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | 80 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { |
| 81 | #ifdef OLED_DRIVER_ENABLE | 81 | #ifdef OLED_ENABLE |
| 82 | if (record->event.pressed) { | 82 | if (record->event.pressed) { |
| 83 | oled_timer = timer_read(); | 83 | oled_timer = timer_read(); |
| 84 | add_keylog(keycode); | 84 | add_keylog(keycode); |
