3ac3bb9b5e
* Added personal keymaps for Planck, Preonic, Vitamins Included by Juno * Removing redundancies as suggested * More removals that were missed out in the previous commits * Updated Preonic to use new layout * More redundancies missed out * Updated more optimal code for FN layer LED indicator. * Further codes clean up.
16 lines
521 B
Makefile
16 lines
521 B
Makefile
MIDI_ENABLE=no
|
|
BACKLIGHT_ENABLE = no
|
|
RGBLIGHT_ENABLE = no
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover
|
|
AUDIO_ENABLE = no
|
|
|
|
## BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
|
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|