diff --git a/keyboards/splitkb/kyria/keymaps/my_kyria_layout/rules.mk b/keyboards/splitkb/kyria/keymaps/my_kyria_layout/rules.mk index 5b6e83833d..9ea1115d95 100644 --- a/keyboards/splitkb/kyria/keymaps/my_kyria_layout/rules.mk +++ b/keyboards/splitkb/kyria/keymaps/my_kyria_layout/rules.mk @@ -1,4 +1,9 @@ OLED_ENABLE = yes -ENCODER_ENABLE = yes -RGB_MATRIX_ENABLE = yes -RGBLIGHT_ENABLE = yes +TAP_DANCE_ENABLE = yes +ENCODER_ENABLE = yes # Enables the use of one or more encoders +RGB_MATRIX_ENABLE = yes # Enable per-key backlight +RGBLIGHT_ENABLE = no # Disable standalone RGB underglow driver +CONSOLE_ENABLE = no # Disable debug printing in firmware +COMMAND_ENABLE = no # Disable debug commands +BOOTMAGIC_ENABLE = no # Disable bootmagic (im not sure what it even is) +AUDIO_ENABLE = no # Disable audio features (what even is the point in these?) diff --git a/keyboards/splitkb/kyria/rev3/rules.mk b/keyboards/splitkb/kyria/rev3/rules.mk deleted file mode 100644 index d15ea72bb8..0000000000 --- a/keyboards/splitkb/kyria/rev3/rules.mk +++ /dev/null @@ -1,3 +0,0 @@ -# Although no rules are defined, -# presence of this file is required for QMK to compile it. -TAP_DANCE_ENABLE = yes