diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2021-01-05 21:44:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 21:44:19 -0800 |
commit | 115aa95788cb4c25b307f5c191e51df326d05e6e (patch) | |
tree | 787298f6727a36df7984d7c8d02cb718843681db /keyboards/mechlovin/tmkl/rules.mk | |
parent | 340fc9dce3ab00f911e978f1f246d8523eb2efec (diff) | |
download | qmk_firmware-115aa95788cb4c25b307f5c191e51df326d05e6e.tar.gz qmk_firmware-115aa95788cb4c25b307f5c191e51df326d05e6e.zip |
[Keyboard] Add TMKL PCB (#11173)
* add
* update
* update indicator LED
* Update keyboards/mechlovin/tmkl/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/mechlovin/tmkl/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: vuhopkep <boy9x0@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/tmkl/rules.mk')
-rw-r--r-- | keyboards/mechlovin/tmkl/rules.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/mechlovin/tmkl/rules.mk b/keyboards/mechlovin/tmkl/rules.mk new file mode 100644 index 0000000000..2673ab3c99 --- /dev/null +++ b/keyboards/mechlovin/tmkl/rules.mk @@ -0,0 +1,17 @@ +# MCU name +MCU = STM32F303 + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |