forked from forks/qmk_firmware
10 lines
220 B
Makefile
10 lines
220 B
Makefile
|
# Written for a Pro Micro. The keyboard case is compatible with much else.
|
||
|
MCU = atmega32u4
|
||
|
BOOTLOADER = caterina
|
||
|
|
||
|
# Build options:
|
||
|
MOUSEKEY_ENABLE = yes
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
TAP_DANCE_ENABLE = yes
|
||
|
RGBLIGHT_ENABLE = no
|