diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-13 06:40:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-13 06:40:47 +0000 |
commit | 64aa180775fb5305d7a59e60fee27ee4e231e82c (patch) | |
tree | 39341d5caa6d2042079d5e50059a4db6e74a7226 /keyboards/4pplet/waffling80/rev_a/rules.mk | |
parent | ebf4380a83c016994764ac410a3b936059a377b7 (diff) | |
parent | 6d816d94f7bf132a71cadbd08118469ac28c6480 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/4pplet/waffling80/rev_a/rules.mk')
-rw-r--r-- | keyboards/4pplet/waffling80/rev_a/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/4pplet/waffling80/rev_a/rules.mk b/keyboards/4pplet/waffling80/rev_a/rules.mk new file mode 100644 index 0000000000..7bc59aaef6 --- /dev/null +++ b/keyboards/4pplet/waffling80/rev_a/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u2 + +# 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |