diff options
| -rw-r--r-- | data/mappings/keyboard_aliases.json | 3 | ||||
| -rw-r--r-- | keyboards/mechlovin/hex4b/rules.mk | 22 |
2 files changed, 4 insertions, 21 deletions
diff --git a/data/mappings/keyboard_aliases.json b/data/mappings/keyboard_aliases.json index 60c91b1bf..c9467f7c8 100644 --- a/data/mappings/keyboard_aliases.json +++ b/data/mappings/keyboard_aliases.json | |||
| @@ -344,6 +344,9 @@ | |||
| 344 | 'mechlovin/hannah65/mechlovin9': { | 344 | 'mechlovin/hannah65/mechlovin9': { |
| 345 | target: 'mechlovin/mechlovin9/rev1' | 345 | target: 'mechlovin/mechlovin9/rev1' |
| 346 | }, | 346 | }, |
| 347 | 'mechlovin/hex4b': { | ||
| 348 | target: 'mechlovin/hex4b/rev1' | ||
| 349 | }, | ||
| 347 | 'melgeek/z70ultra': { | 350 | 'melgeek/z70ultra': { |
| 348 | target: 'melgeek/z70ultra/rev1' | 351 | target: 'melgeek/z70ultra/rev1' |
| 349 | }, | 352 | }, |
diff --git a/keyboards/mechlovin/hex4b/rules.mk b/keyboards/mechlovin/hex4b/rules.mk index c3a178503..e3d9ab46b 100644 --- a/keyboards/mechlovin/hex4b/rules.mk +++ b/keyboards/mechlovin/hex4b/rules.mk | |||
| @@ -1,21 +1 @@ | |||
| 1 | # MCU name | DEFAULT_FOLDER = mechlovin/hex4b/rev1 | |
| 2 | MCU = atmega32a | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = usbasploader | ||
| 6 | |||
| 7 | # Processor frequency | ||
| 8 | F_CPU = 16000000 | ||
| 9 | |||
| 10 | # Build Options | ||
| 11 | # change yes to no to disable | ||
| 12 | # | ||
| 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 14 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 15 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 16 | CONSOLE_ENABLE = no # Console for debug | ||
| 17 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 18 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 21 | AUDIO_ENABLE = no # Audio output | ||
