diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2021-04-09 11:48:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 20:48:30 +0200 |
commit | f744e22b4944c4e8e5e71a4eb424dd4619c3e57d (patch) | |
tree | 71dd02ac6eda2304e6acabd902b94abdd9bd568a /keyboards/mechlovin/hex6c/rules.mk | |
parent | 1a913aa12eda0c62faba160dad55befeafdf4dc0 (diff) | |
download | qmk_firmware-f744e22b4944c4e8e5e71a4eb424dd4619c3e57d.tar.gz qmk_firmware-f744e22b4944c4e8e5e71a4eb424dd4619c3e57d.zip |
Add TH1800 PCB, Hex6C PCB, Rogue87 PCB, Rouge87 PCB, Infinity87 series (#11977)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: vuhopkep <boy9x0@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/hex6c/rules.mk')
-rw-r--r-- | keyboards/mechlovin/hex6c/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/mechlovin/hex6c/rules.mk b/keyboards/mechlovin/hex6c/rules.mk new file mode 100644 index 0000000000..99aa532c26 --- /dev/null +++ b/keyboards/mechlovin/hex6c/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = STM32F303 + +BOARD = QMK_PROTON_C + +# 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 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes |