aboutsummaryrefslogtreecommitdiff
path: root/keyboard/lightsaber/Makefile.pjrc
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/lightsaber/Makefile.pjrc')
-rw-r--r--keyboard/lightsaber/Makefile.pjrc11
1 files changed, 2 insertions, 9 deletions
diff --git a/keyboard/lightsaber/Makefile.pjrc b/keyboard/lightsaber/Makefile.pjrc
index 1c5a9710f..58735a7ef 100644
--- a/keyboard/lightsaber/Makefile.pjrc
+++ b/keyboard/lightsaber/Makefile.pjrc
@@ -56,12 +56,8 @@ SRC = keymap.c \
56CONFIG_H = config.h 56CONFIG_H = config.h
57 57
58 58
59# MCU name, you MUST set this to match the board you are using 59# MCU name
60# type "make clean" after changing this, so all files will be rebuilt 60MCU = atmega32u4
61#MCU = at90usb162 # Teensy 1.0
62MCU = atmega32u4 # Teensy 2.0
63#MCU = at90usb646 # Teensy++ 1.0
64#MCU = at90usb1286 # Teensy++ 2.0
65 61
66 62
67# Processor frequency. 63# Processor frequency.
@@ -96,6 +92,3 @@ include $(TOP_DIR)/rules.mk
96 92
97winkey: OPT_DEFS += -DLAYOUT_WINKEY 93winkey: OPT_DEFS += -DLAYOUT_WINKEY
98winkey: all 94winkey: all
99
100winkeyless: OPT_DEFS += -DLAYOUT_WINKEYLESS
101winkeyless: all