diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-04 08:45:43 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 08:45:43 +1100 |
commit | 34446b79d7a17ba6e753d39956ebb5e871618d84 (patch) | |
tree | b752b7a080dc8465245592f036433cf5c199e1fa /keyboards/cannonkeys/satisfaction75/rules.mk | |
parent | b7d4a9dc25052807cfbdf351819bb47f1808128d (diff) |
Split up QWIIC_ENABLE to use QWIIC_DRIVERS as well, with yes/no for enable flag. (#11426)
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/satisfaction75/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/rules.mk b/keyboards/cannonkeys/satisfaction75/rules.mk index 3a48d3ebfd..e0f646ccc3 100644 --- a/keyboards/cannonkeys/satisfaction75/rules.mk +++ b/keyboards/cannonkeys/satisfaction75/rules.mk @@ -19,12 +19,13 @@ SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover CUSTOM_MATRIX = no # Custom matrix file ENCODER_ENABLE = yes -QWIIC_ENABLE += MICRO_OLED +QWIIC_ENABLE = yes +QWIIC_DRIVERS += MICRO_OLED #BACKLIGHT_ENABLE = yes DEFAULT_FOLDER = cannonkeys/satisfaction75/rev1 -# Wildcard to allow APM32 MCU +# Wildcard to allow APM32 MCU DFU_SUFFIX_ARGS = -p FFFF -v FFFF # Enter lower-power sleep mode when on the ChibiOS idle thread |