13 lines
245 B
Makefile
13 lines
245 B
Makefile
# Override the default bootloader since I am using a non-standard MCU
|
|
BOOTLOADER = qmk-dfu
|
|
|
|
# Enable bootloader keys
|
|
BOOTMAGIC_ENABLE = yes
|
|
|
|
# Enable Unicode
|
|
UNICODE_COMMON = yes
|
|
UNICODE_ENABLE = yes
|
|
|
|
# Enable RGB lighting
|
|
RGBLIGHT_ENABLE = yes
|