blob: f7d08e3ccbe57143c57e84765c1eaa0aae151e63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
CONSOLE_ENABLE = yes # Console for debug(+400)
MOUSEKEY_ENABLE = yes # Use mouse keys for scrolling.
COMMAND_ENABLE = no # Disable Command, breaks with Mouse Keys set to constant.
TAP_DANCE_ENABLE = yes # Use tap dance
|