diff options
Diffstat (limited to 'keyboard/lightsaber/Makefile.pjrc')
| -rw-r--r-- | keyboard/lightsaber/Makefile.pjrc | 11 |
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 \ | |||
| 56 | CONFIG_H = config.h | 56 | CONFIG_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 | 60 | MCU = atmega32u4 |
| 61 | #MCU = at90usb162 # Teensy 1.0 | ||
| 62 | MCU = 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 | ||
| 97 | winkey: OPT_DEFS += -DLAYOUT_WINKEY | 93 | winkey: OPT_DEFS += -DLAYOUT_WINKEY |
| 98 | winkey: all | 94 | winkey: all |
| 99 | |||
| 100 | winkeyless: OPT_DEFS += -DLAYOUT_WINKEYLESS | ||
| 101 | winkeyless: all | ||
