diff options
author | Drashna Jaelre <drashna@live.com> | 2021-05-25 09:24:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 09:24:01 -0700 |
commit | f461adbd1dffa178042a4805137918a4bec3c118 (patch) | |
tree | b0ae27e54c08157dfc88cfdaf8d94fbae1af9e87 /keyboards/handwired/dactyl_manuform/5x6_right_trackball/config.h | |
parent | cc815c4d830eb1ec8f1098b2f19fdfa99073a954 (diff) |
[Keymap] Update to Drashna keymap and user code (based on develop) (#12936)
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x6_right_trackball/config.h')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/5x6_right_trackball/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x6_right_trackball/config.h b/keyboards/handwired/dactyl_manuform/5x6_right_trackball/config.h index 042432184c..bc6d66bb9d 100644 --- a/keyboards/handwired/dactyl_manuform/5x6_right_trackball/config.h +++ b/keyboards/handwired/dactyl_manuform/5x6_right_trackball/config.h @@ -36,13 +36,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW // WS2812 RGB LED strip input and number of LEDs -#define RGB_DI_PIN D3 -#define RGBLED_NUM 8 +#define RGB_DI_PIN E7 +#define RGBLED_NUM 58 #define RGBLIGHT_SPLIT -#define RGBLED_SPLIT { 0 , 8 } +#define RGBLED_SPLIT { 30 , 28 } #define RGBLIGHT_SLEEP -#define RGBW -#define RGBLIGHT_LIMIT_VAL 150 +// #define RGBW +#define RGBLIGHT_LIMIT_VAL 100 /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST |