diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-09 18:49:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-09 18:49:03 +0000 |
commit | 0a453194e89f85bb552bf7adbcfa9b4c41bb13c4 (patch) | |
tree | e940998cbf331c24610d7a989f6b484c067611e3 /keyboards/mechlovin/th1800/rules.mk | |
parent | 3190c2f98d7cf6b8b3f66d9fd222c7a03f220fb4 (diff) | |
parent | f744e22b4944c4e8e5e71a4eb424dd4619c3e57d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechlovin/th1800/rules.mk')
-rw-r--r-- | keyboards/mechlovin/th1800/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/mechlovin/th1800/rules.mk b/keyboards/mechlovin/th1800/rules.mk new file mode 100644 index 0000000000..3076166479 --- /dev/null +++ b/keyboards/mechlovin/th1800/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32a + +# Processor frequency +F_CPU = 16000000 + +# Bootloader selection +BOOTLOADER = USBasp + +# 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 = no # Console for debug +COMMAND_ENABLE = no # 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |