8 lines
140 B
Makefile
8 lines
140 B
Makefile
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
# Disable unsupported hardware
|
|
RGBLIGHT_SUPPORTED = no
|
|
AUDIO_SUPPORTED = no
|
|
BACKLIGHT_SUPPORTED = no
|