qmk-vial/keyboards/kiserdesigns/duodecimal/duodecimal.c
NCKiser a66008dcd9
Add Duodecimal (#692)
* Add Duodecimal

* Add PCB render image
2024-03-10 16:15:09 -06:00

18 lines
452 B
C

#include "quantum.h"
void matrix_init_kb(void) {
matrix_init_user();
}
led_config_t g_led_config = { {
{ 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5 },
{ 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5 },
{ 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5 },
{ 1, 1, 1, 0, 0, 0, 7, 7, 6, 6, 6 },
{ 0, 1, 0, 0, 0, 7, 0, 0, 0, 6, 5 }
}, {
{ 102, 42 }, { 82, 42 }, { 82, 22 }, { 102, 22 }, { 122, 22 }, { 142, 22 }, { 142, 42 }, { 122, 42 }
}, {
2, 2, 2, 2, 2, 2, 2, 2
} };