diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-19 00:18:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-19 00:18:54 +0000 |
commit | 02104270ede94f68b999d9a8fe5e6c02dd8bb2e0 (patch) | |
tree | 42d7d61729bcf21a899d804f2f553fe3d3218cbd /keyboards/converter/a1200/mistress1200/rules.mk | |
parent | c397720c876dd035dfde1ce4ad637a6d337226de (diff) | |
parent | 773124e9c06ddb263f3c9afbb9fc9256e535e1d4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/converter/a1200/mistress1200/rules.mk')
-rw-r--r-- | keyboards/converter/a1200/mistress1200/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/converter/a1200/mistress1200/rules.mk b/keyboards/converter/a1200/mistress1200/rules.mk new file mode 100644 index 0000000000..56aa5d9ba9 --- /dev/null +++ b/keyboards/converter/a1200/mistress1200/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega16u4 + +# 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 = no # 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 +LTO_ENABLE = yes |