diff options
author | Drashna Jael're <drashna@live.com> | 2022-11-19 13:44:25 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-11-19 13:44:25 -0800 |
commit | 3d72be0637be403c18f388c74793921c59a6abaa (patch) | |
tree | edbed927201a6971047e5d2a0dc3a6082cdea068 /keyboards/nopunin10did/jabberwocky/v1/rules.mk | |
parent | fe652e624712ceec25c004398685c1ac9fe95f85 (diff) | |
parent | ede2b4155d3b6c1ea58b3d68f2dd5a50ccbdca48 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nopunin10did/jabberwocky/v1/rules.mk')
-rw-r--r-- | keyboards/nopunin10did/jabberwocky/v1/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/nopunin10did/jabberwocky/v1/rules.mk b/keyboards/nopunin10did/jabberwocky/v1/rules.mk new file mode 100644 index 0000000000..476cf49f27 --- /dev/null +++ b/keyboards/nopunin10did/jabberwocky/v1/rules.mk @@ -0,0 +1,18 @@ +# 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |