Add HHKB keymap file on gh60

This commit is contained in:
tmk 2013-11-25 09:27:25 +09:00
parent beacd5872c
commit 4e36159be2
5 changed files with 143 additions and 40 deletions

View file

@ -48,10 +48,16 @@ TOP_DIR = ../..
TARGET_DIR = .
# project specific files
SRC = keymap.c \
SRC = keymap_common.c \
matrix.c \
led.c
ifdef KEYMAP
SRC := keymap_$(KEYMAP).c $(SRC)
else
SRC := keymap_poker.c $(SRC)
endif
CONFIG_H = config.h