diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2022-01-13 05:09:33 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 14:09:33 -0800 |
commit | 2c18dcc619017d2c8abe0cecbb168b84d48124e8 (patch) | |
tree | 2da714aa7821692c1a50e83fbf106cda02feb895 /keyboards/mechlovin/hex4b/rev1/rules.mk | |
parent | ed151979671b36cadb7cd3c0505205c44d3fba73 (diff) |
[Keyboard] Add Hex4B rev.2 PCB (#15811)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/hex4b/rev1/rules.mk')
-rw-r--r-- | keyboards/mechlovin/hex4b/rev1/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mechlovin/hex4b/rev1/rules.mk b/keyboards/mechlovin/hex4b/rev1/rules.mk new file mode 100644 index 0000000000..c3a1785039 --- /dev/null +++ b/keyboards/mechlovin/hex4b/rev1/rules.mk @@ -0,0 +1,21 @@ +# 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 |