diff options
author | Stefan <stef9998@mail.de> | 2022-08-29 06:49:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 21:49:17 -0700 |
commit | 56b93a3ad8d40e17f0ee37728cf1b59f576123b4 (patch) | |
tree | e2d671713ff9501f7b1ebc2b17c4b20a871a703f /keyboards/handwired/stef9998/split_5x7/rules.mk | |
parent | b719a16b03460924f5306cd0536542082fc5430d (diff) |
[Keyboard] Add handwired Split 5x7 (#18128)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/stef9998/split_5x7/rules.mk')
-rw-r--r-- | keyboards/handwired/stef9998/split_5x7/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/handwired/stef9998/split_5x7/rules.mk b/keyboards/handwired/stef9998/split_5x7/rules.mk new file mode 100644 index 0000000000..01f4b93976 --- /dev/null +++ b/keyboards/handwired/stef9998/split_5x7/rules.mk @@ -0,0 +1,22 @@ +# 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 = no # Console for debug +COMMAND_ENABLE = yes # 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 + +SPLIT_KEYBOARD = yes + +DEFAULT_FOLDER = handwired/stef9998/split_5x7/rev1
\ No newline at end of file |