mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
23 lines
384 B
JSON
23 lines
384 B
JSON
{
|
|
"config": {
|
|
"features": {
|
|
"encoder_map": true
|
|
}
|
|
},
|
|
"encoders": [
|
|
[
|
|
{
|
|
"ccw": "KC_VOLD",
|
|
"cw": "KC_VOLU"
|
|
}
|
|
]
|
|
],
|
|
"keyboard": "binepad/knobx1",
|
|
"keymap": "default",
|
|
"layers": [
|
|
["X1_LYRU", "KC_MUTE"]
|
|
],
|
|
"layout": "LAYOUT",
|
|
"version": 1
|
|
}
|