hhkb: Integrate RN-42 support, remove hhkb_rn42
This commit is contained in:
parent
ce66988650
commit
099701dd31
32 changed files with 69 additions and 1004 deletions
12
keyboard/hhkb/rn42.mk
Normal file
12
keyboard/hhkb/rn42.mk
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
RN42_DIR = rn42
|
||||
|
||||
SRC += serial_uart.c \
|
||||
rn42/suart.S \
|
||||
rn42/rn42.c \
|
||||
rn42/rn42_task.c \
|
||||
rn42/battery.c \
|
||||
rn42/main.c
|
||||
|
||||
OPT_DEFS += -DPROTOCOL_RN42
|
||||
|
||||
VPATH += $(RN42_DIR)
|
||||
Loading…
Add table
Add a link
Reference in a new issue