diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-23 05:07:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-23 05:07:00 +0000 |
commit | 5ee6f9c9c13cedd07e33d26e677ec8d98368c0e9 (patch) | |
tree | 807f597ab6379f1378628d730d89f4d5af8e5de4 /keyboards/axolstudio/foundation_gamma/rules.mk | |
parent | dae932fc31a50fe62334cd025f03877330a276a4 (diff) | |
parent | c803c50dc069e58d0759b500f2964f6dc4f4c913 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/axolstudio/foundation_gamma/rules.mk')
-rw-r--r-- | keyboards/axolstudio/foundation_gamma/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/axolstudio/foundation_gamma/rules.mk b/keyboards/axolstudio/foundation_gamma/rules.mk new file mode 100644 index 0000000000..a95ad7bcc0 --- /dev/null +++ b/keyboards/axolstudio/foundation_gamma/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 = 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 |