Skip to content

Commit

Permalink
Fix number RGB RART4x4 dan matrix pin RART45 (#11582)
Browse files Browse the repository at this point in the history
* Update config.h

* Update config.h
  • Loading branch information
rezaadio authored Jan 24, 2021
1 parent 78693df commit 29c9c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/rart/rart45/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define MATRIX_ROWS 9
#define MATRIX_COLS 6

#define MATRIX_ROW_PINS { D1, C3, C1, B1, D0, C2, C0, D7, B0 }
#define MATRIX_ROW_PINS { D1, C2, C1, B1, D0, C3, C0, D7, B0 }
#define MATRIX_COL_PINS { D6, D4, B2, B5, B4, B3 }
#define UNUSED_PINS

Expand Down
2 changes: 1 addition & 1 deletion keyboards/rart/rart4x4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D3
#ifdef RGB_DI_PIN
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 5
#define RGBLED_NUM 7
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
Expand Down

0 comments on commit 29c9c6b

Please sign in to comment.