From 99e9e1b8e70b7b6a0cc03a6672f2512b472fb650 Mon Sep 17 00:00:00 2001 From: wangfuco <46733695+wangfuco@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:24:42 -0700 Subject: [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 --- keyboards/converter/modelm101_teensy2/rules.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/converter/modelm101_teensy2/rules.mk (limited to 'keyboards/converter/modelm101_teensy2/rules.mk') 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 -- cgit v1.2.3