Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/17133/head
QMK Bot 2 years ago
parent
commit
1a61f1f578
2 changed files with 12 additions and 14 deletions
  1. +9
    -11
      keyboards/latincompass/latinpad/latinpad.c
  2. +3
    -3
      keyboards/machkeyboards/mach3/mach3.c

+ 9
- 11
keyboards/latincompass/latinpad/latinpad.c View File

@ -16,25 +16,23 @@
#include "latinpad.h"
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = {
{
{ 1, 2, 3, 4 },
{ 5, 6, 7, 8 },
{ 9, 10, 11, 12 },
{ 13, 14, 15, 16 },
{ 17, 18, NO_LED, NO_LED }
},{
led_config_t g_led_config = { {
{ 0, 1, 2, 3 },
{ 4, 5, 6, 7 },
{ 8, 9, 10, 11 },
{ 12, 13, 14, 15 },
{ 16, 17, NO_LED, NO_LED }
},{
{ 74, 21 }, { 37, 21 }, { 24, 21 }, { 18, 21 },
{ 74, 10 }, { 37, 10 }, { 28, 10 }, { 18, 10 },
{ 74, 7 }, { 37, 7 }, { 20, 7 }, { 18, 7 },
{ 74, 5 }, { 37, 5 }, { 22, 5 }, { 18, 5 },
{ 74, 5 }, { 37, 5 },
},{
},{
1, 1, 1, 1,
1, 1, 1, 1,
1, 1, 1, 1,
1, 1, 1, 1,
1, 1
}
};
} };
#endif

+ 3
- 3
keyboards/machkeyboards/mach3/mach3.c View File

@ -19,8 +19,8 @@
led_config_t g_led_config = { {
// Key Matrix to LED Index
{ 0, 1, 2 },
{ 7, 6, 5 },
{ 8, 9, 10 },
{ 5, 4, 3 },
{ 6, 7, 8 },
}, {
// LED Index to Physical Position
{ 0, 0 }, { 112, 0 }, { 224, 0 },
@ -39,4 +39,4 @@ void keyboard_pre_init_kb(void) {
writePinHigh(F5);
keyboard_pre_init_user();
}
}

Loading…
Cancel
Save