diff options
author | Kyle McCreery <mccreery.kyle@gmail.com> | 2021-10-10 16:30:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 21:30:00 +0100 |
commit | fa1a59e7f843f07b333b573384584e360d1d3c75 (patch) | |
tree | e68056a919430d9c2fa14db5d1e23a3603f84dd4 /keyboards/mechwild/obe/config.h | |
parent | 06124f9885adb791d69fbab16d5438b970ed8bbd (diff) | |
download | qmk_firmware-fa1a59e7f843f07b333b573384584e360d1d3c75.tar.gz qmk_firmware-fa1a59e7f843f07b333b573384584e360d1d3c75.zip |
Changing RGB default to on so it plays well with VIA's QMK lighting section and adding the B9 init workaround to obe.c so the I2C EEPROM will initialize correctly since we are using B9 for caps lock indicator. (#14677)
Diffstat (limited to 'keyboards/mechwild/obe/config.h')
-rw-r--r-- | keyboards/mechwild/obe/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechwild/obe/config.h b/keyboards/mechwild/obe/config.h index 9cbc012637..03ff968787 100644 --- a/keyboards/mechwild/obe/config.h +++ b/keyboards/mechwild/obe/config.h @@ -62,7 +62,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LED_CAPS_LOCK_PIN B9 /* RGB settings, uncomment this define to enable RGB */ -//#define RGB_DI_PIN A0 +#define RGB_DI_PIN A0 #ifdef RGB_DI_PIN # define RGBLED_NUM 10 # define RGBLIGHT_HUE_STEP 8 |