mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 07:34:18 -04:00
adpenrose/akemipad fixes (#19477)
This commit is contained in:
parent
314230d63c
commit
e48c173f1c
1 changed files with 0 additions and 19 deletions
|
@ -15,25 +15,6 @@ typedef union {
|
|||
|
||||
via_layout_t via_layouts;
|
||||
|
||||
/* Setting up the LED matrix */
|
||||
led_config_t g_led_config = { {
|
||||
// Key Matrix to LED Index
|
||||
{ 0, 1, 2, 3, NO_LED },
|
||||
{ 4, 5, 6, 7, NO_LED },
|
||||
{ 8, 9, 10, 11, 12 },
|
||||
{ 13, 14, 15, 16, NO_LED },
|
||||
{ 17, 18, 19, 20, 21 },
|
||||
{ 22, 23, 24, 25, 26 },
|
||||
}, {
|
||||
// LED Index to Physical Position
|
||||
{ 0,0 }, { 37,0 }, { 74,0 }, {111,0 }, { 0,34 }, { 37,34 }, { 74,34 }, {111,34 }, { 0,62 }, { 37,62 },
|
||||
{ 74,62 }, {111,62 }, {120,75 }, { 0,89 }, { 37,89 }, { 74,89 }, {111,89 }, { 0,117}, { 37,117}, { 74,117},
|
||||
{111,117}, {120,130}, { 0,137}, { 18,144}, { 37,137}, { 74,144}, {111,144}
|
||||
}, {
|
||||
// LED Index to Flag
|
||||
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
|
||||
} };
|
||||
|
||||
/* Keymap */
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT_all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue