]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/hiea/rules.mk
40f153844c19c3cf7e71bdb584a8947d2541a070
[qmk_firmware.git] / keyboards / planck / keymaps / hiea / rules.mk
1 # Build Options:
2 #   change to "no" to disable the options, or define them in the Makefile in
3 #   the appropriate keymap folder that will get included automatically
4
5 BOOTMAGIC_ENABLE = no   # virtual DIP switch configuration(+1000)
6 MOUSEKEY_ENABLE  = yes  # mouse keys(+4700)
7 EXTRAKEY_ENABLE  = no   # audio control and System control(+450)
8 CONSOLE_ENABLE   = no   # console for debug(+400)
9 COMMAND_ENABLE   = no   # commands for debug and configuration
10 NKRO_ENABLE      = yes  # nkey rollover
11 BACKLIGHT_ENABLE = no   # enable keyboard backlight functionality
12 MIDI_ENABLE      = no   # MIDI controls
13 AUDIO_ENABLE     = no   # audio output on port C6
14 UNICODE_ENABLE   = no   # unicode
15 BLUETOOTH_ENABLE = no   # enable Bluetooth with the Adafruit EZ-Key HID
16 RGBLIGHT_ENABLE  = no   # enable WS2812 RGB underlight, do not enable this with audio at the same time.
17 STENO_ENABLE     = yes  # enable TX Bolt protocol, requires VIRTSER and may not work with mouse keys
18
19 # do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
20 SLEEP_LED_ENABLE = no   # breathing sleep LED during USB suspend
21
22 TAP_DANCE_ENABLE = yes  # enable double tap completion of (),[],{}
23
24 ifndef QUANTUM_DIR
25 include ../../../../Makefile
26 endif