]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/brandon/Makefile
5bdcadf58c2875c2e7abcd00221b5423fbd61007
[qmk_firmware.git] / keyboards / planck / keymaps / brandon / Makefile
1 # This gets included at the beginning of the Planck's Makefile.
2 # Alternatively, you can run make from the keymap directory
3 # and the main Makefile will be included after.
4
5 COMMAND_ENABLE   = no   # Disable shift combination, which conflicts with shift-parens
6 NKRO_ENABLE      = yes  # N-key rollover required for use as a steno board
7 AUDIO_ENABLE     = no   # Audio output on port C6
8 TAP_DANCE_ENABLE = yes
9 MOUSEKEY_ENABLE  = yes
10 CONSOLE_ENABLE   = no
11
12 ifndef QUANTUM_DIR
13         include ../../../../Makefile
14 endif