diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2018-04-26 13:51:19 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-26 13:51:19 -0700 |
commit | 535a4d55ae27746d88f4012a6ec717e89b5cee00 (patch) | |
tree | 4154c3826a781745b8781b6f91cf3b222bcde445 /keyboards/clueboard/2x1800/rules.mk | |
parent | 66e40529aa9271c76d207fb8190ad76bb5cf8d6b (diff) |
Keymap Fixes for 7U layout, RGB and Audio support (#2779)
- confused KC_COMM, KC_SLSH, KC_DOT order
- KC_INS -> KC_DEL
- Document audio on C4 and B7, set default RGB to pin C6
Diffstat (limited to 'keyboards/clueboard/2x1800/rules.mk')
-rw-r--r-- | keyboards/clueboard/2x1800/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/clueboard/2x1800/rules.mk b/keyboards/clueboard/2x1800/rules.mk index 2f09f9b9ca..516a536f6b 100644 --- a/keyboards/clueboard/2x1800/rules.mk +++ b/keyboards/clueboard/2x1800/rules.mk @@ -59,5 +59,6 @@ COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) UNICODE_ENABLE = no # Unicode -AUDIO_ENABLE = no # Audio output on port C6 +RGBLIGHT_ENABLE = no # RGB on port C6 +AUDIO_ENABLE = no # Audio output on port C4 and B7 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |