diff options
author | 8bits4ever <87928173+8bits4ever@users.noreply.github.com> | 2022-04-19 02:18:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 17:18:10 -0700 |
commit | 773124e9c06ddb263f3c9afbb9fc9256e535e1d4 (patch) | |
tree | a2356f007c876f3b598553132c4ba009919e5a47 /keyboards/converter/a1200/mistress1200/rules.mk | |
parent | 1ab1ce1b46bc3c9ec15caee1b06821d310c8fa50 (diff) |
[Keyboard] Add converter/a1200/mistress1200 variant (#16634)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
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 |