diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-20 16:32:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-20 16:32:55 +0000 |
commit | 6620b6c5155a9139b210d1fbec526eb3ebac5de8 (patch) | |
tree | 99f5aa55890ea620153a240dabc609a08580bb6b /keyboards/tszaboo/ortho4exent/config.h | |
parent | e31f210b59dfb613d6810a572a154892f09db1ed (diff) | |
parent | 752f5d6eb699d9c9582c84e2ed578aa6f46b2d70 (diff) | |
download | qmk_firmware-6620b6c5155a9139b210d1fbec526eb3ebac5de8.tar.gz qmk_firmware-6620b6c5155a9139b210d1fbec526eb3ebac5de8.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tszaboo/ortho4exent/config.h')
-rw-r--r-- | keyboards/tszaboo/ortho4exent/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/tszaboo/ortho4exent/config.h b/keyboards/tszaboo/ortho4exent/config.h index a88a9c183a..dec9cdd7ee 100644 --- a/keyboards/tszaboo/ortho4exent/config.h +++ b/keyboards/tszaboo/ortho4exent/config.h @@ -47,7 +47,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LED_CAPS_LOCK_PIN E6 /* COL2ROW, ROW2COL*/ -#define DIODE_DIRECTION COL2ROW +#define DIODE_DIRECTION ROW2COL /* * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. @@ -60,7 +60,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN B6 #ifdef RGB_DI_PIN - #define RGBLED_NUM 16 + #define RGBLED_NUM 18 + #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 |