Lightsaber clean ups
This commit is contained in:
parent
526d988a0c
commit
498ea75d1b
@ -52,6 +52,7 @@ You can find some keyboard specific projects under `converter` and `keyboard` di
|
|||||||
* [IIgs_Standard](keyboard/IIgs/) - Apple [IIGS] keyboard mod(by JeffreySung)
|
* [IIgs_Standard](keyboard/IIgs/) - Apple [IIGS] keyboard mod(by JeffreySung)
|
||||||
* [macway](keyboard/macway/) - [Compact keyboard mod][GH_macway] [retired]
|
* [macway](keyboard/macway/) - [Compact keyboard mod][GH_macway] [retired]
|
||||||
* [KMAC](keyboard/kmac/) - Korean custom keyboard
|
* [KMAC](keyboard/kmac/) - Korean custom keyboard
|
||||||
|
* [Lightsaber](keyboard/lightsaber/) - Korean custom keyboard
|
||||||
|
|
||||||
[GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930
|
[GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930
|
||||||
[GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047
|
[GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047
|
||||||
|
@ -49,10 +49,10 @@ TARGET_DIR = .
|
|||||||
|
|
||||||
|
|
||||||
# List C source files here. (C dependencies are automatically generated.)
|
# List C source files here. (C dependencies are automatically generated.)
|
||||||
SRC += keymap.c \
|
SRC = keymap.c \
|
||||||
|
matrix.c \
|
||||||
led.c \
|
led.c \
|
||||||
backlight.c \
|
backlight.c
|
||||||
matrix.c
|
|
||||||
|
|
||||||
CONFIG_H = config.h
|
CONFIG_H = config.h
|
||||||
|
|
||||||
|
@ -56,12 +56,8 @@ SRC = keymap.c \
|
|||||||
CONFIG_H = config.h
|
CONFIG_H = config.h
|
||||||
|
|
||||||
|
|
||||||
# MCU name, you MUST set this to match the board you are using
|
# MCU name
|
||||||
# type "make clean" after changing this, so all files will be rebuilt
|
MCU = atmega32u4
|
||||||
#MCU = at90usb162 # Teensy 1.0
|
|
||||||
MCU = atmega32u4 # Teensy 2.0
|
|
||||||
#MCU = at90usb646 # Teensy++ 1.0
|
|
||||||
#MCU = at90usb1286 # Teensy++ 2.0
|
|
||||||
|
|
||||||
|
|
||||||
# Processor frequency.
|
# Processor frequency.
|
||||||
@ -96,6 +92,3 @@ include $(TOP_DIR)/rules.mk
|
|||||||
|
|
||||||
winkey: OPT_DEFS += -DLAYOUT_WINKEY
|
winkey: OPT_DEFS += -DLAYOUT_WINKEY
|
||||||
winkey: all
|
winkey: all
|
||||||
|
|
||||||
winkeyless: OPT_DEFS += -DLAYOUT_WINKEYLESS
|
|
||||||
winkeyless: all
|
|
||||||
|
@ -13,7 +13,7 @@ Build
|
|||||||
-----
|
-----
|
||||||
Move to this directory then just run `make` like:
|
Move to this directory then just run `make` like:
|
||||||
|
|
||||||
$ make -f Makefile.[pjrc|lufa] [winkey|winkeyless]
|
$ make -f Makefile.[pjrc|lufa]
|
||||||
|
|
||||||
Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack.
|
Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user