mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 06:54:08 +00:00
8 lines
203 B
Makefile
8 lines
203 B
Makefile
# Processor frequency
|
|
F_CPU = 8000000
|
|
# Build Options
|
|
# change yes to no to disable
|
|
LTO_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
MIDI_ENABLE = yes # Enable MIDI
|