diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-13 22:25:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-13 22:25:18 +0000 |
commit | 633df1f365772e3e36ef1d199397fb05892dac7e (patch) | |
tree | a43b9d297c98a9e423e38eb90d3deb006ba538c2 /keyboards/converter/modelm101_teensy2/rules.mk | |
parent | ce2ac433d900deda1fb6ff885f84571d64819dee (diff) | |
parent | 99e9e1b8e70b7b6a0cc03a6672f2512b472fb650 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/converter/modelm101_teensy2/rules.mk')
-rw-r--r-- | keyboards/converter/modelm101_teensy2/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/converter/modelm101_teensy2/rules.mk b/keyboards/converter/modelm101_teensy2/rules.mk new file mode 100644 index 0000000000..c1c611e577 --- /dev/null +++ b/keyboards/converter/modelm101_teensy2/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = halfkay + +# 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 |