forked from mirrors/qmk_userspace
Added K11 Max JIS
This commit is contained in:
parent
3a445969c4
commit
b507ea2216
24 changed files with 1523 additions and 56 deletions
|
@ -4,16 +4,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"features": {
|
||||
"rgb_matrix": true,
|
||||
"encoder": true
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{
|
||||
"pin_a": "A8",
|
||||
"pin_b": "C9"
|
||||
}
|
||||
]
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "snled27351_spi",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// clang-format off
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to snled27351manual for these locations
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue