keyboard_control_software/numpad_config.json

26 lines
482 B
JSON
Raw Permalink Normal View History

2022-06-15 22:10:16 +00:00
{
"name": "Sebaweb numpad",
"vendor_id": "CAFE",
"product_id": "53BA",
"layout": {
"rows": 5,
"cols": 4,
"keys": [
["NumLk", "/", "*", "-"],
["7", "8", "9", "+"],
["4", "5", "6", "&+"],
["1", "2", "3", "Enter"],
["0", "&0", ",", "&Enter"]
]
},
"lighting": {
"type": "RGB",
"layout": {
"rows": 1,
"cols": 4
}
}
}