diff options
author | SandwichRising <46250499+SandwichRising@users.noreply.github.com> | 2022-01-28 23:07:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 23:07:00 -0800 |
commit | 59502f930e44e64c931de6ab6f6ab801e582c707 (patch) | |
tree | ee97faaa73fcec046ea09c3bf75f02fef929b936 /keyboards/sandwich/keeb68/rules.mk | |
parent | 002a1add8b68ca8b1c7c2c21f75dca88df15ad2e (diff) | |
download | qmk_firmware-59502f930e44e64c931de6ab6f6ab801e582c707.tar.gz qmk_firmware-59502f930e44e64c931de6ab6f6ab801e582c707.zip |
[Keyboard] Added sandwich/keeb68 to keyboards (#15007)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/sandwich/keeb68/rules.mk')
-rw-r--r-- | keyboards/sandwich/keeb68/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/sandwich/keeb68/rules.mk b/keyboards/sandwich/keeb68/rules.mk new file mode 100644 index 0000000000..ba835590bb --- /dev/null +++ b/keyboards/sandwich/keeb68/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |