diff options
Diffstat (limited to 'keyboards/hhkb/jp/rules.mk')
| -rw-r--r-- | keyboards/hhkb/jp/rules.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/hhkb/jp/rules.mk b/keyboards/hhkb/jp/rules.mk index 50e2c2c41..9b5b0b48b 100644 --- a/keyboards/hhkb/jp/rules.mk +++ b/keyboards/hhkb/jp/rules.mk | |||
| @@ -33,26 +33,6 @@ MIDI_ENABLE = no # MIDI support | |||
| 33 | # project specific files | 33 | # project specific files |
| 34 | SRC = matrix.c | 34 | SRC = matrix.c |
| 35 | 35 | ||
| 36 | ifeq ($(strip $(HHKB_RN42_ENABLE)), yes) | ||
| 37 | |||
| 38 | OPT_DEFS += -DHHKB_RN42_ENABLE | ||
| 39 | |||
| 40 | # Support for the RN42 Bluetooth module. This is the BT module in Hasu's BT | ||
| 41 | # HHKB Alt controller. | ||
| 42 | RN42_DIR = ../rn42 | ||
| 43 | |||
| 44 | SRC += serial_uart.c \ | ||
| 45 | ../rn42/suart.S \ | ||
| 46 | ../rn42/rn42.c \ | ||
| 47 | ../rn42/rn42_task.c \ | ||
| 48 | ../rn42/battery.c \ | ||
| 49 | ../rn42/main.c | ||
| 50 | |||
| 51 | VPATH += $(RN42_DIR) | ||
| 52 | |||
| 53 | endif | ||
| 54 | |||
| 55 | |||
| 56 | # debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION | 36 | # debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION |
| 57 | # debug-on: all | 37 | # debug-on: all |
| 58 | 38 | ||
