aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErez Zukerman <ezuk@madmimi.com>2015-11-10 03:56:52 +0200
committerErez Zukerman <ezuk@madmimi.com>2015-11-10 03:56:52 +0200
commit80397187cdd72c98897d4ef4da499e98c95613d3 (patch)
tree7ce9566bf9d1e592059d6026a52978b350834fa4
parent3d1117db504975d288cb6b777970e3f0b1057a21 (diff)
downloadqmk_firmware-80397187cdd72c98897d4ef4da499e98c95613d3.tar.gz
qmk_firmware-80397187cdd72c98897d4ef4da499e98c95613d3.zip
Enabled NKRO by default, drops irrelevant makefile options
-rw-r--r--keyboard/ergodox_ez/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/keyboard/ergodox_ez/Makefile b/keyboard/ergodox_ez/Makefile
index 1ae22fa88..3b7025840 100644
--- a/keyboard/ergodox_ez/Makefile
+++ b/keyboard/ergodox_ez/Makefile
@@ -97,13 +97,10 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
97CONSOLE_ENABLE = yes # Console for debug(+400) 97CONSOLE_ENABLE = yes # Console for debug(+400)
98COMMAND_ENABLE = yes # Commands for debug and configuration 98COMMAND_ENABLE = yes # Commands for debug and configuration
99CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDox EZ 99CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDox EZ
100# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 100SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
101# SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 101NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
102# NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 102# MIDI_ENABLE = yes # MIDI controls
103# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 103# uNICODE_ENABLE = yes # Unicode
104# MIDI_ENABLE = YES # MIDI controls
105# UNICODE_ENABLE = YES # Unicode
106# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
107 104
108 105
109# Optimize size but this may cause error "relocation truncated to fit" 106# Optimize size but this may cause error "relocation truncated to fit"