9 lines
220 B
Makefile
9 lines
220 B
Makefile
# Use macropad-specific defines, layers, functions. Flash bootloader with QM_MAKE
|
|
IS_MACROPAD = yes
|
|
|
|
# Use dfu bootloader for Elite-C
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
# Build Options
|
|
# TAP_DANCE_ENABLE = yes # Use tap dance
|