diff options
author | Danny <nooges@users.noreply.github.com> | 2018-05-28 18:02:41 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-28 15:02:41 -0700 |
commit | 2b677ddac9aaba14f75787ab4b6d81054ad6ffd4 (patch) | |
tree | 61079929788a447a26de38776b7eb9eacebe9a2e /keyboards/nyquist/rules.mk | |
parent | 8ddebce2d7d42eedbafae5b92dff1af229115fac (diff) | |
download | firmware-2b677ddac9aaba14f75787ab4b6d81054ad6ffd4.tar.gz firmware-2b677ddac9aaba14f75787ab4b6d81054ad6ffd4.tar.bz2 firmware-2b677ddac9aaba14f75787ab4b6d81054ad6ffd4.zip |
Fix nyquist (and other splits using D2 in debouncing) (#3067)
* Update default Nyquist revision
* LED slave fix
* Sync changes from lets_split
* Add needed check for debouncing
* Remove line that was setting PD2 pin and interfering with use of that pin
* Add backlight key to keymap
Diffstat (limited to 'keyboards/nyquist/rules.mk')
-rw-r--r-- | keyboards/nyquist/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/nyquist/rules.mk b/keyboards/nyquist/rules.mk index 840628e1c..e8f184041 100644 --- a/keyboards/nyquist/rules.mk +++ b/keyboards/nyquist/rules.mk @@ -58,13 +58,13 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. USE_I2C = yes +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend @@ -72,4 +72,4 @@ CUSTOM_MATRIX = yes LAYOUTS = ortho_5x12 -DEFAULT_FOLDER = nyquist/rev1
\ No newline at end of file +DEFAULT_FOLDER = nyquist/rev2 |