diff options
| author | Joel Challis | 2023-12-18 22:55:36 +0100 |
|---|---|---|
| committer | GitHub | 2023-12-18 22:55:36 +0100 |
| commit | fc4e6c61a44756a1dc2ac6ef8f98a5159f903635 (patch) | |
| tree | 3a8a2fc96abe60b4c3d476fe7647a1913404f371 /keyboards/splitkb/kyria/keymaps/debug/rules.mk | |
| parent | a1c8b1ebf724f79dd9bad12976e3b1bd0c9c196f (diff) | |
[Keymap Removal] Restore splitkb 'debug' keymaps (#22700)
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/debug/rules.mk')
| -rw-r--r-- | keyboards/splitkb/kyria/keymaps/debug/rules.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/debug/rules.mk b/keyboards/splitkb/kyria/keymaps/debug/rules.mk new file mode 100644 index 0000000000..e1b414f5c1 --- /dev/null +++ b/keyboards/splitkb/kyria/keymaps/debug/rules.mk @@ -0,0 +1,8 @@ +# NOTE: These are already enabled by default at the revision level +#ENCODER_ENABLE = yes +#OLED_ENABLE = yes + +# RGB Matrix is enabled at the revision level, +# while we use the regular RGB underglow for testing +RGB_MATRIX_ENABLE = no +RGBLIGHT_ENABLE = yes |