mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-07 08:04:16 -04:00
Fixing some bugs in the mapping
- had the wrong sequence in there for the right side thumbs - Had hte center wrong
This commit is contained in:
parent
760ead9996
commit
68341a210c
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
#define RGB_MATRIX_LED_COUNT 36
|
||||
#define RGB_MATRIX_SPLIT { 18, 18 }
|
||||
#define RGB_MATRIX_CENTER { 112, 32 }
|
||||
#define RGB_MATRIX_CENTER { 133, 54 }
|
||||
|
|
|
@ -71,7 +71,7 @@ led_config_t g_led_config = {
|
|||
{21, 22, 28, 29, 34},
|
||||
{20, 23, 27, 30, 33},
|
||||
{19, 24, 26, 31, 32},
|
||||
{18, 18, 35, NO_LED, NO_LED}
|
||||
{18, 25, 35, NO_LED, NO_LED}
|
||||
}
|
||||
, {
|
||||
// LED index to physical position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue