]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_ez/keymaps/sethbc/Makefile
initial commit of sethbc keymap
[qmk_firmware.git] / keyboards / ergodox_ez / keymaps / sethbc / Makefile
1 BOOTMAGIC_ENABLE = no  # Virtual DIP switch configuration(+1000)
2 MOUSEKEY_ENABLE  = yes # Mouse keys(+4700)
3 EXTRAKEY_ENABLE  = yes # Audio control and System control(+450)
4 CONSOLE_ENABLE   = no  # Console for debug(+400)
5 COMMAND_ENABLE   = yes # Commands for debug and configuration
6 CUSTOM_MATRIX    = yes # Custom matrix file for the ErgoDox EZ
7 SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
8 NKRO_ENABLE      = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
9 MIDI_ENABLE      = no  # MIDI controls
10 UNICODE_ENABLE   = yes # Unicode
11
12 ifndef QUANTUM_DIR
13         include ../../../../Makefile
14 endif