summaryrefslogtreecommitdiff
path: root/keyboards/hhkb/ansi/post_rules.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-22 13:40:34 +1000
committerGitHub <noreply@github.com>2023-05-22 04:40:34 +0100
commit595f7db3840ab8155264e948d8ad5be5f8a1d0ed (patch)
treec60dcc122ed89fc69eb15909ab3113fd9b817751 /keyboards/hhkb/ansi/post_rules.mk
parent36b08d5d693b74c997a6889960d7379b44fc79b9 (diff)
Remove HHKB RN42 code (#21007)
Diffstat (limited to 'keyboards/hhkb/ansi/post_rules.mk')
-rw-r--r--keyboards/hhkb/ansi/post_rules.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/hhkb/ansi/post_rules.mk b/keyboards/hhkb/ansi/post_rules.mk
deleted file mode 100644
index eb9a8f0adb..0000000000
--- a/keyboards/hhkb/ansi/post_rules.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-ifeq ($(strip $(HHKB_RN42_ENABLE)), yes)
-
-OPT_DEFS += -DHHKB_RN42_ENABLE
-
-# Support for the RN42 Bluetooth module. This is the BT module in Hasu's BT
-# HHKB Alt controller.
-RN42_DIR = keyboards/hhkb/rn42
-
-SRC += serial_uart.c \
- suart.S \
- rn42.c \
- rn42_task.c \
- battery.c \
- main.c
-
-VPATH += $(RN42_DIR)
-
-endif