diff options
Diffstat (limited to 'keyboards/s60_x/keymaps/bluebear/rules.mk')
-rw-r--r-- | keyboards/s60_x/keymaps/bluebear/rules.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/s60_x/keymaps/bluebear/rules.mk b/keyboards/s60_x/keymaps/bluebear/rules.mk index dfefad39d..78d770d26 100644 --- a/keyboards/s60_x/keymaps/bluebear/rules.mk +++ b/keyboards/s60_x/keymaps/bluebear/rules.mk | |||
@@ -11,8 +11,4 @@ UNICODE_ENABLE = no # Unicode | |||
11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
14 | TAP_DANCE_ENABLE = no # Enable tap dancing keys | 14 | TAP_DANCE_ENABLE = no # Enable tap dancing keys \ No newline at end of file |
15 | |||
16 | ifndef QUANTUM_DIR | ||
17 | include ../../../../Makefile | ||
18 | endif | ||