diff options
author | Quentin <qlebastard@gmail.com> | 2021-05-17 00:20:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 15:20:26 -0700 |
commit | 526fbf0faf5530fa0b62173273e7974dda4e6e79 (patch) | |
tree | 07307800bc3ae71534f26db4e3681a7e36d96554 /keyboards/bastardkb/scylla/rules.mk | |
parent | a5d7e83985ae07689cc71ab1dd2755a8ac335df3 (diff) |
[Keyboard] Add scylla keyboard (#12720)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: bstiq <qlebastard@outlook.com>
Diffstat (limited to 'keyboards/bastardkb/scylla/rules.mk')
-rw-r--r-- | keyboards/bastardkb/scylla/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/bastardkb/scylla/rules.mk b/keyboards/bastardkb/scylla/rules.mk new file mode 100644 index 0000000000..cc88208e33 --- /dev/null +++ b/keyboards/bastardkb/scylla/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # 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 = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes |