diff options
author | fauxpark <fauxpark@gmail.com> | 2022-02-22 05:21:40 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2022-02-22 05:21:40 +1100 |
commit | 145dca0e4913953d64619746d2462bc1569aa9fe (patch) | |
tree | dd263141192b2898f0e9338550c1bc7d5ca996cc /keyboards/ada/infinity81/rules.mk | |
parent | a5901a6c0d4f5495279467650797a4fa0ac40368 (diff) | |
parent | 31f590066646b0be76d3ba9bb1b38174b46d507f (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/ada/infinity81/rules.mk')
-rw-r--r-- | keyboards/ada/infinity81/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ada/infinity81/rules.mk b/keyboards/ada/infinity81/rules.mk new file mode 100644 index 0000000000..3ff392a61f --- /dev/null +++ b/keyboards/ada/infinity81/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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |