diff options
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/via')
| -rw-r--r-- | keyboards/splitkb/kyria/keymaps/via/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/splitkb/kyria/keymaps/via/rules.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/via/keymap.c b/keyboards/splitkb/kyria/keymaps/via/keymap.c index 0b79afc11..730b5028c 100644 --- a/keyboards/splitkb/kyria/keymaps/via/keymap.c +++ b/keyboards/splitkb/kyria/keymaps/via/keymap.c | |||
| @@ -190,7 +190,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
| 190 | }; | 190 | }; |
| 191 | #endif | 191 | #endif |
| 192 | 192 | ||
| 193 | #ifdef OLED_DRIVER_ENABLE | 193 | #ifdef OLED_ENABLE |
| 194 | void oled_task_user(void) { | 194 | void oled_task_user(void) { |
| 195 | if (is_keyboard_master()) { | 195 | if (is_keyboard_master()) { |
| 196 | // QMK Logo and version information | 196 | // QMK Logo and version information |
diff --git a/keyboards/splitkb/kyria/keymaps/via/rules.mk b/keyboards/splitkb/kyria/keymaps/via/rules.mk index 1a13a974e..9f383dfa2 100644 --- a/keyboards/splitkb/kyria/keymaps/via/rules.mk +++ b/keyboards/splitkb/kyria/keymaps/via/rules.mk | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays | 1 | OLED_ENABLE = yes |
| 2 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | ||
| 2 | ENCODER_ENABLE = yes # Enables the use of one or more encoders | 3 | ENCODER_ENABLE = yes # Enables the use of one or more encoders |
| 3 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 4 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 4 | VIA_ENABLE = yes | 5 | VIA_ENABLE = yes |
