ef676bce48
* lbs 4 initial * LBS 4 Completed firmware * LBS 6 Completed Firmware * Cleanup LBS4 * Cleanup LBS6 * fixed keymap * Update readme.md * LBS 6 modified to info.json * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update config.h * Added default QMK keymaps
39 lines
432 B
JSON
39 lines
432 B
JSON
{
|
|
"name": "Little Big Scroll 6",
|
|
"lighting": "qmk_rgblight",
|
|
"matrix": {
|
|
"rows": 3,
|
|
"cols": 3
|
|
},
|
|
"layouts": {
|
|
"keymap":
|
|
[
|
|
[
|
|
{
|
|
"x": 0.5
|
|
},
|
|
"0,0\n\n\n\n\n\n\n\n\ne",
|
|
"0,1\n\n\n\n\n\n\n\n\ne"
|
|
],
|
|
[
|
|
{
|
|
"x": 1
|
|
},
|
|
"0,1"
|
|
],
|
|
[
|
|
{
|
|
"y": 0.25
|
|
},
|
|
"1,0",
|
|
"1,1",
|
|
"1,2"
|
|
],
|
|
[
|
|
"2,0",
|
|
"2,1",
|
|
"2,2"
|
|
]
|
|
]
|
|
}
|
|
} |