aboutsummaryrefslogtreecommitdiff
path: root/keyboards/s60_x/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/s60_x/rules.mk')
-rw-r--r--keyboards/s60_x/rules.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/s60_x/rules.mk b/keyboards/s60_x/rules.mk
index 0c568efe9..5d4b28195 100644
--- a/keyboards/s60_x/rules.mk
+++ b/keyboards/s60_x/rules.mk
@@ -53,13 +53,13 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
53# Build Options 53# Build Options
54# change yes to no to disable 54# change yes to no to disable
55# 55#
56BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) 56BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
57MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) 57MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
58EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) 58EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
59# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 59# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
60SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend 60SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
61# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 61# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
62MIDI_ENABLE ?= no # MIDI controls 62MIDI_ENABLE = no # MIDI controls
63UNICODE_ENABLE ?= no # Unicode 63UNICODE_ENABLE = no # Unicode
64BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID 64BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
65AUDIO_ENABLE ?= no # Audio output on port C6 \ No newline at end of file 65AUDIO_ENABLE = no # Audio output on port C6 \ No newline at end of file