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/infinity87/rules.mk | |
parent | 3190c2f98d7cf6b8b3f66d9fd222c7a03f220fb4 (diff) | |
parent | f744e22b4944c4e8e5e71a4eb424dd4619c3e57d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechlovin/infinity87/rules.mk')
-rw-r--r-- | keyboards/mechlovin/infinity87/rules.mk | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/keyboards/mechlovin/infinity87/rules.mk b/keyboards/mechlovin/infinity87/rules.mk index ed8f3223ad..1222987996 100644 --- a/keyboards/mechlovin/infinity87/rules.mk +++ b/keyboards/mechlovin/infinity87/rules.mk @@ -1,6 +1,3 @@ -# MCU name -MCU = STM32F303 -BOARD = QMK_PROTON_C # Build Options # change yes to no to disable @@ -14,8 +11,9 @@ COMMAND_ENABLE = yes # Commands for debug and configuration 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 -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -MIDI_ENABLE = no # MIDI support -BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -AUDIO_ENABLE = no # Audio output on port C6 +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +DEFAULT_FOLDER = mechlovin/infinity87/rev1/standard |