diff options
author | 4pplet <mail@4pplet.com> | 2022-04-13 08:39:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 23:39:44 -0700 |
commit | 3c3662c20f15564a87d212dc3c7cccb45e0d0b86 (patch) | |
tree | ab42ab2b09c8b7e8b0193458f6cbc8ff6c3ec82b /keyboards/4pplet/waffling80/rev_a/rules.mk | |
parent | 16c848ca009f01752815bca5544e406bbaced7af (diff) | |
download | qmk_firmware-3c3662c20f15564a87d212dc3c7cccb45e0d0b86.tar.gz qmk_firmware-3c3662c20f15564a87d212dc3c7cccb45e0d0b86.zip |
[Keyboard] Adding waffling80, TKL PCB (#16726)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |