new default layout

This commit is contained in:
Jack Humbert
2015-09-21 02:13:15 -04:00
parent c8d58a9f19
commit f512923456
2 changed files with 31 additions and 25 deletions
+4 -4
View File
@@ -52,8 +52,7 @@ TARGET_DIR = .
SRC = keymap_common.c \
matrix.c \
led.c \
backlight.c \
beeps.c
backlight.c
ifdef KEYMAP
SRC := keymaps/keymap_$(KEYMAP).c $(SRC)
@@ -126,10 +125,11 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
# NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
# MIDI_ENABLE = YES # MIDI controls
UNICODE_ENABLE = YES # MIDI controls
# UNICODE_ENABLE = YES # Unicode
ifdef MIDI_ENABLE
SRC += keymap_midi.c
SRC += keymap_midi.c \
beeps.c
endif
ifdef UNICODE_ENABLE