keyboard_control_software/numpad_config.json
Sebastian H. Gabrielli 023283b807 Initial commit
2022-06-16 00:10:16 +02:00

26 lines
482 B
JSON

{
"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
}
}
}