Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
c6fb96fb9f
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
#include "le_chiffre.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
led_config_t g_led_config = { {
|
||||
// Key Matrix to LED Index
|
||||
{ 3, 4, NO_LED, 5, 6 },
|
||||
|
@ -29,3 +30,4 @@ led_config_t g_led_config = { {
|
|||
|
||||
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
|
||||
} };
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue