mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-29 22:45:51 +00:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
# MCU name
|
||
|
MCU = atmega32u2
|
||
|
|
||
|
# Build Options
|
||
|
ENCODER_ENABLE = yes
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
RGBLIGHT_ENABLE = no
|