Move Keychron Q0 and Q0 Plus data-driven configuration; keychron keymap rules.mk cleanup (#20168)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -59,37 +59,4 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
{0, F_7, D_7, E_7},
|
||||
{0, F_9, D_9, E_9},
|
||||
};
|
||||
|
||||
#define __ NO_LED
|
||||
|
||||
led_config_t g_led_config = {
|
||||
{
|
||||
// Key Matrix to LED Index
|
||||
{ __, 0, 1, 2, 3 },
|
||||
{ 4, 5, 6, 7, 8 },
|
||||
{ 9, 10, 11, 12, 13 },
|
||||
{ 14, 15, 16, 17, __ },
|
||||
{ 18, 19, 20, 21, 22 },
|
||||
{ 23, 24, __, 25, __ },
|
||||
},
|
||||
{
|
||||
// LED Index to Physical Position
|
||||
{56,0}, {112,0}, {168,0}, {224,0},
|
||||
{0,15}, {56,15}, {112,15}, {168,15}, {224,15},
|
||||
{0,27}, {56,27}, {112,27}, {168,27}, {224,34},
|
||||
{0,40}, {56,40}, {112,40}, {168,40},
|
||||
{0,52}, {56,52}, {112,52}, {168,52}, {224,58},
|
||||
{0,64}, {84,64}, {168,64},
|
||||
},
|
||||
{
|
||||
// LED Index to Flag
|
||||
1, 1, 1, 1,
|
||||
4, 8, 4, 4, 4,
|
||||
4, 4, 4, 4, 4,
|
||||
4, 4, 4, 4,
|
||||
4, 4, 4, 4, 4,
|
||||
4, 4, 1,
|
||||
}
|
||||
};
|
||||
|
||||
#endif // RGB_MATRIX_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user