Skip to content

Commit

Permalink
Fix RGB matrix pin name for Keychron K4 ansi.
Browse files Browse the repository at this point in the history
The expected name was changed in c2f9ea5
  • Loading branch information
karliss authored and dexter93 committed Oct 13, 2023
1 parent 8fe4976 commit 50d503d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/keychron/k4/rgb/v2/ansi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
# define RGB_MATRIX_KEYPRESSES
# define RGB_MATRIX_FRAMEBUFFER_EFFECTS

#define RGB_MATRIX_ROW_PINS { C3, C1, C0, C6, C5, C4, C9, C8, C7, C12, C11, C10, B13, C14, C13, B14, B15, D3 }
#define SN32_RGB_MATRIX_ROW_PINS { C3, C1, C0, C6, C5, C4, C9, C8, C7, C12, C11, C10, B13, C14, C13, B14, B15, D3 }

#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended

0 comments on commit 50d503d

Please sign in to comment.