diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-29 15:43:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-29 15:43:12 +0000 |
commit | 1df2f23ab458f27801d22144968d41ef7c684b22 (patch) | |
tree | 395ebc604bbb7c86e53ba190beca3489b26f1bc2 /keyboards/halfcliff/rules.mk | |
parent | 5418777454ec1d714f93709295a11cab9d6bfb52 (diff) | |
parent | dc2dfe2a6c8fa14839959680cae1d063b2f9546e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/halfcliff/rules.mk')
-rw-r--r-- | keyboards/halfcliff/rules.mk | 29 |
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 |