diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-15 07:51:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-15 07:51:29 +0000 |
commit | 02637ec350a9a85594321a2c06f72ecc32571cd9 (patch) | |
tree | ac53e6f476c5ffd0862ac98ca314201b660f3301 /keyboards/mechlovin | |
parent | 9cd2024814a9562e0a82e2bb0b972d8d4e3b6523 (diff) | |
parent | 7edfb4deffdf648c69d080ff082bf786485708e0 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechlovin')
-rw-r--r-- | keyboards/mechlovin/hex4b/rules.mk | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/keyboards/mechlovin/hex4b/rules.mk b/keyboards/mechlovin/hex4b/rules.mk index c3a1785039..e3d9ab46b4 100644 --- a/keyboards/mechlovin/hex4b/rules.mk +++ b/keyboards/mechlovin/hex4b/rules.mk @@ -1,21 +1 @@ -# MCU name -MCU = atmega32a - -# Bootloader selection -BOOTLOADER = usbasploader - -# Processor frequency -F_CPU = 16000000 - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -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 -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output +DEFAULT_FOLDER = mechlovin/hex4b/rev1 |