diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-06 17:50:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-06 17:50:38 +0000 |
commit | ab23b4167f6425ffded65fc39fd929621e9529ae (patch) | |
tree | 97eca7610b450be869487d08c1d0200ddb0ea08d /keyboards/sneakbox/aliceclonergb/rules.mk | |
parent | 41bbb34287faabd330d86595915ca78173503177 (diff) | |
parent | e7a9e92a04c8279878756829a8a12401ba78abee (diff) | |
download | qmk_firmware-ab23b4167f6425ffded65fc39fd929621e9529ae.tar.gz qmk_firmware-ab23b4167f6425ffded65fc39fd929621e9529ae.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sneakbox/aliceclonergb/rules.mk')
-rw-r--r-- | keyboards/sneakbox/aliceclonergb/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/sneakbox/aliceclonergb/rules.mk b/keyboards/sneakbox/aliceclonergb/rules.mk new file mode 100644 index 0000000000..6d57d29a86 --- /dev/null +++ b/keyboards/sneakbox/aliceclonergb/rules.mk @@ -0,0 +1,21 @@ +# 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes + +LAYOUTS = alice alice_split_bs |