summaryrefslogtreecommitdiff
path: root/keyboards/halfcliff/rules.mk
diff options
context:
space:
mode:
authorN2-Sumikko <54104281+N2-Sumikko@users.noreply.github.com>2021-07-30 00:42:28 +0900
committerGitHub <noreply@github.com>2021-07-29 08:42:28 -0700
commitdc2dfe2a6c8fa14839959680cae1d063b2f9546e (patch)
tree1bcc204063e44262691b58c4ed37922129206a7b /keyboards/halfcliff/rules.mk
parent3a48cd64cbaa8d7eb9c6984e532bfa95f87c93b7 (diff)
[Keyboard] Add halfcliff keyboard (#13515)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/halfcliff/rules.mk')
-rw-r--r--keyboards/halfcliff/rules.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/halfcliff/rules.mk b/keyboards/halfcliff/rules.mk
new file mode 100644
index 0000000000..f8883f6a47
--- /dev/null
+++ b/keyboards/halfcliff/rules.mk
@@ -0,0 +1,29 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = no # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+SPLIT_KEYBOARD = yes
+ENCODER_ENABLE = no
+POINTING_DEVICE_ENABLE = no
+CUSTOM_MATRIX = yes
+OLED_DRIVER_ENABLE = no
+
+SRC += matrix.c