diff options
author | wangfuco <46733695+wangfuco@users.noreply.github.com> | 2022-07-13 15:24:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 15:24:42 -0700 |
commit | 99e9e1b8e70b7b6a0cc03a6672f2512b472fb650 (patch) | |
tree | 0257d5557b8deae7c23a899a1e4847b8842a3157 /keyboards/converter/modelm101_teensy2/rules.mk | |
parent | 4ef0c8230cfb9b4768b50dbf4104d83d2ab21880 (diff) |
[Keyboard] Modelm101 teensy2 (#16805)
* Add modelm101_teensy2 files from modelm101
* Change info.json
* Update README.md
* Update pin def
* Fix file name
* Update readme.md
* Delete config.h
* Apply suggestions from code review
* Update keyboards/converter/modelm101_teensy2/config.h
* Delete keyboards/converter/modelm101_teensy2/keymaps/iw0rm3r directory
* Delete .noci
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 |