1
0
Fork 0

implement rgb matrix for momokai keyboards (#19904)

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
peepeetee 2023-03-07 13:07:47 -08:00 committed by GitHub
parent 25cb1c6a5a
commit 3d0f03f21e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 143 additions and 181 deletions

View file

@ -16,16 +16,16 @@
#include "tap_trio.h"
// #ifdef RGB_MATRIX_ENABLE
// led_config_t g_led_config = { {
// // Key Matrix to LED Index
// { 0, 1, 2, NO_LED, NO_LED, NO_LED}
// }, {
// // LED Index to Physical Position
// { 56, 0}, { 112, 0}, { 168, 0}, { 0, 64}, { 224, 64}
// }, {
// // LED Index to Flag
// 4,4,4,2,2
// } };
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
// Key Matrix to LED Index
{ 0, 1, 2, NO_LED, NO_LED, NO_LED}
}, {
// LED Index to Physical Position
{ 56, 0}, { 112, 0}, { 168, 0}, { 0, 64}, { 224, 64}
}, {
// LED Index to Flag
4,4,4,2,2
} };
// #endif
#endif