summaryrefslogtreecommitdiffstats
path: root/keyboards/chidori/rules.mk
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-02-01 03:48:51 +0800
committerGitHub <noreply@github.com>2022-01-31 11:48:51 -0800
commitae705e3e55ec38767a3e80da645983154a73cbfc (patch)
treebb32aacb253821ab957e7d7bac00390de2fd33cc /keyboards/chidori/rules.mk
parent3fefaf7f6b99aafe691a9024db4780684a588e4a (diff)
[Keyboard] move @ka2hiro 's boards into /kagizaraya (#16070)
Diffstat (limited to 'keyboards/chidori/rules.mk')
-rw-r--r--keyboards/chidori/rules.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/chidori/rules.mk b/keyboards/chidori/rules.mk
deleted file mode 100644
index 371456cc09..0000000000
--- a/keyboards/chidori/rules.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# MCU name
-MCU = atmega328p
-
-# Bootloader selection
-BOOTLOADER = usbasploader
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-
-CUSTOM_MATRIX = lite
-
-# project specific files
-SRC += matrix.c
-SRC += board.c
-QUANTUM_LIB_SRC += i2c_master.c