blob: dbe89d1410c10136e5f43b23d1aa5dd3003d0404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Having a file like this allows you to override Makefile definitions
# for your own particular keymap
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
COMMAND_ENABLE = no # Commands for debug and configuration
RGBLIGHT_ENABLE = yes
MIDI_ENABLE = yes
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
|