You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
350 B
Makefile
7 lines
350 B
Makefile
7 years ago
|
MIDI_ENABLE = yes
|
||
|
AUDIO_ENABLE = yes # Audio output on port C6
|
||
|
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
||
|
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
||
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||
|
|
||
|
MCU = at90usb1286
|