diff options
Diffstat (limited to 'keyboards/planck/rev6')
| -rw-r--r-- | keyboards/planck/rev6/config.h | 1 | ||||
| -rw-r--r-- | keyboards/planck/rev6/rules.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/rev6/config.h b/keyboards/planck/rev6/config.h index 3cea2e721..3fbbae027 100644 --- a/keyboards/planck/rev6/config.h +++ b/keyboards/planck/rev6/config.h | |||
| @@ -53,6 +53,7 @@ | |||
| 53 | 53 | ||
| 54 | #define MUSIC_MAP | 54 | #define MUSIC_MAP |
| 55 | #undef AUDIO_VOICES | 55 | #undef AUDIO_VOICES |
| 56 | // Note: following undef isn't really necessary on STM32, C6_AUDIO is AVR related | ||
| 56 | #undef C6_AUDIO | 57 | #undef C6_AUDIO |
| 57 | 58 | ||
| 58 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 59 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk index 49f6088c3..d101f36d6 100644 --- a/keyboards/planck/rev6/rules.mk +++ b/keyboards/planck/rev6/rules.mk | |||
| @@ -14,7 +14,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
| 14 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 14 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 15 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 15 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 16 | MIDI_ENABLE = no # MIDI controls | 16 | MIDI_ENABLE = no # MIDI controls |
| 17 | AUDIO_ENABLE = yes # Audio output on port C6 | 17 | AUDIO_ENABLE = yes # Audio output |
| 18 | UNICODE_ENABLE = no # Unicode | 18 | UNICODE_ENABLE = no # Unicode |
| 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 20 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | 20 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. |
