aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/nullbitsco/nibble/keymaps/snailmap/keymap.c4
-rw-r--r--keyboards/nullbitsco/nibble/keymaps/snailmap/rules.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/nullbitsco/nibble/keymaps/snailmap/keymap.c b/keyboards/nullbitsco/nibble/keymaps/snailmap/keymap.c
index 614394bb5..d628a976f 100644
--- a/keyboards/nullbitsco/nibble/keymaps/snailmap/keymap.c
+++ b/keyboards/nullbitsco/nibble/keymaps/snailmap/keymap.c
@@ -59,7 +59,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
59 ) 59 )
60}; 60};
61 61
62#ifdef OLED_DRIVER_ENABLE 62#ifdef OLED_ENABLE
63/*=========================================== OLED CONFIGURATION ===========================================*/ 63/*=========================================== OLED CONFIGURATION ===========================================*/
64bool oled_horizontal = true; // OLED rotation (true = horizontal, false = vertical) 64bool oled_horizontal = true; // OLED rotation (true = horizontal, false = vertical)
65bool ansi_layout = true; // ANSI or ISO layout (true = ANSI, false = ISO) 65bool ansi_layout = true; // ANSI or ISO layout (true = ANSI, false = ISO)
@@ -464,7 +464,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
464 // Forwards keystrokes from an external input device over UART/TRRS 464 // Forwards keystrokes from an external input device over UART/TRRS
465 process_record_remote_kb(keycode, record); 465 process_record_remote_kb(keycode, record);
466 466
467 #ifdef OLED_DRIVER_ENABLE 467 #ifdef OLED_ENABLE
468 // Toggle pixels surrounding key 468 // Toggle pixels surrounding key
469 render_keymap(record->event.key.row, record->event.key.col, record->event.pressed); 469 render_keymap(record->event.key.row, record->event.key.col, record->event.pressed);
470 #endif 470 #endif
diff --git a/keyboards/nullbitsco/nibble/keymaps/snailmap/rules.mk b/keyboards/nullbitsco/nibble/keymaps/snailmap/rules.mk
index ee2a59497..4e0f1b619 100644
--- a/keyboards/nullbitsco/nibble/keymaps/snailmap/rules.mk
+++ b/keyboards/nullbitsco/nibble/keymaps/snailmap/rules.mk
@@ -1,4 +1,4 @@
1OLED_DRIVER_ENABLE = yes 1OLED_ENABLE = yes
2WPM_ENABLE = yes 2WPM_ENABLE = yes
3SPACE_CADET_ENABLE = no 3SPACE_CADET_ENABLE = no
4GRAVE_ESC_ENABLE = no 4GRAVE_ESC_ENABLE = no