diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2022-07-02 18:54:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 20:54:22 +1000 |
commit | 578a3e3505abd5b246183a8e38572312a47ef8d2 (patch) | |
tree | 91c45a9f2712ff3f68fce286b5051778c3d30933 /keyboards/kbdfans/baguette66/rgb/rules.mk | |
parent | c8fbfca1b614cbe74b1c30aeb1c2c02d5ebe0458 (diff) |
add baguette66 keyboard (#16429)
* add baguette66 keyboard
* Update keyboards/kbdfans/baguette66/soldered/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/baguette66/rgb/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kbdfans/baguette66/rgb/rules.mk')
-rw-r--r-- | keyboards/kbdfans/baguette66/rgb/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/kbdfans/baguette66/rgb/rules.mk b/keyboards/kbdfans/baguette66/rgb/rules.mk new file mode 100644 index 0000000000..17a78c939f --- /dev/null +++ b/keyboards/kbdfans/baguette66/rgb/rules.mk @@ -0,0 +1,20 @@ +# 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 = no # 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +RGB_MATRIX_ENABLE = yes # Use RGB matrix +RGB_MATRIX_DRIVER = WS2812 |