summaryrefslogtreecommitdiffstats
path: root/keyboards/hadron/rules.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-09-28 16:09:46 +0200
committerJack Humbert <jack.humb@gmail.com>2018-09-28 16:22:08 +0200
commita4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14 (patch)
tree4b32a48282643f8067682cc4d92b705ce5b12abc /keyboards/hadron/rules.mk
parent31afdd81a1e7cdb8808c8eb32e0ebe69c3d15f5c (diff)
downloadqmk_firmware-a4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14.tar.gz
qmk_firmware-a4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14.tar.xz
Optimize size of Hadron keyboard
Diffstat (limited to 'keyboards/hadron/rules.mk')
-rw-r--r--keyboards/hadron/rules.mk32
1 files changed, 16 insertions, 16 deletions
diff --git a/keyboards/hadron/rules.mk b/keyboards/hadron/rules.mk
index 66a900825..1f835e066 100644
--- a/keyboards/hadron/rules.mk
+++ b/keyboards/hadron/rules.mk
@@ -44,30 +44,30 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
-OPT_DEFS += -DBOOTLOADER_SIZE=512
+BOOTLOADER = halfkay
# Build Options
-# change to "no" to disable the options, or define them in the Makefile in
+# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically
#
-BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000)
-MOUSEKEY_ENABLE ?= no # Mouse keys(+4700)
-EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450)
-CONSOLE_ENABLE ?= no # Console for debug(+400)
-COMMAND_ENABLE ?= no # 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
-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.
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
+MOUSEKEY_ENABLE = no # Mouse keys(+4700)
+EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
+CONSOLE_ENABLE = no # Console for debug(+400)
+COMMAND_ENABLE = no # 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
+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.
API_SYSEX_ENABLE = yes
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
-SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
SRC = i2c.c \
ssd1306.c
-DEFAULT_FOLDER = hadron/ver2 \ No newline at end of file
+DEFAULT_FOLDER = hadron/ver2