summaryrefslogtreecommitdiffstats
path: root/keyboards/chimera_ortho/rules.mk
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-02-01 03:47:38 +0800
committerGitHub <noreply@github.com>2022-01-31 11:47:38 -0800
commit3fefaf7f6b99aafe691a9024db4780684a588e4a (patch)
tree21145f7fe6804833211c2cd60aabfdb43a44c54d /keyboards/chimera_ortho/rules.mk
parent6cb0e8924ba258e112174b1dac36c88d16fbc560 (diff)
[Keyboard] move @GlenPickle 's chimera* boards into a folder (#16072)
Diffstat (limited to 'keyboards/chimera_ortho/rules.mk')
-rw-r--r--keyboards/chimera_ortho/rules.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/chimera_ortho/rules.mk b/keyboards/chimera_ortho/rules.mk
deleted file mode 100644
index 8cb1736147..0000000000
--- a/keyboards/chimera_ortho/rules.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # 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
-QUANTUM_LIB_SRC += uart.c