diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-26 05:42:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-26 05:42:40 +0000 |
commit | e1d63ad0df268c02f560b2d04f5c1f23d4bded1d (patch) | |
tree | 16a54cc4ef5f8c006ac1e325456e4b25761b72c9 /keyboards/handwired/hwpm87/rules.mk | |
parent | 77e3f8704a41ac802b44362a06537578f0c65ce2 (diff) | |
parent | 6809f154c9b8a405444c1a32839e7e3687ddb8e2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/hwpm87/rules.mk')
-rw-r--r-- | keyboards/handwired/hwpm87/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/handwired/hwpm87/rules.mk b/keyboards/handwired/hwpm87/rules.mk new file mode 100644 index 0000000000..7f42dae592 --- /dev/null +++ b/keyboards/handwired/hwpm87/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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + + |