aboutsummaryrefslogtreecommitdiff
path: root/keyboards/splitkb/kyria/keymaps/via
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/via')
-rw-r--r--keyboards/splitkb/kyria/keymaps/via/keymap.c2
-rw-r--r--keyboards/splitkb/kyria/keymaps/via/rules.mk3
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
194void oled_task_user(void) { 194void 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 @@
1OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays 1OLED_ENABLE = yes
2OLED_DRIVER = SSD1306 # Enables the use of OLED displays
2ENCODER_ENABLE = yes # Enables the use of one or more encoders 3ENCODER_ENABLE = yes # Enables the use of one or more encoders
3RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 4RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
4VIA_ENABLE = yes 5VIA_ENABLE = yes