acid/firmware/acid-firmware/vial.json
Jakub Hlusička 707c994a76 Use fork keys
2026-02-13 02:50:32 +01:00

157 lines
3.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "ACID Keyboard",
"vendorId": "0x1209",
"productId": "0x9400",
"lighting": "none",
"matrix": {
"rows": 5,
"cols": 12
},
"customKeycodes": [
{
"name": "BT0",
"title": "Bluetooth Channel 0",
"shortName": "BT0"
},
{
"name": "BT1",
"title": "Bluetooth Channel 1",
"shortName": "BT1"
},
{
"name": "BT2",
"title": "Bluetooth Channel 2",
"shortName": "BT2"
},
{
"name": "NEXT_BT",
"title": "Switch to the next Bluetooth channel",
"shortName": "Next\nBT"
},
{
"name": "PREV_BT",
"title": "Switch to the previous Bluetooth channel",
"shortName": "Prev\nBT"
},
{
"name": "CLR_BT",
"title": "Clear bond info for current channel",
"shortName": "Clear\nBT"
},
{
"name": "SWITCH",
"title": "Switch default output mode between USB/BLE",
"shortName": "Switch\nOutput"
},
{
"name": "FOCUS_LCD",
"title": "Focus LCD",
"shortName": "Focus\nLCD"
},
{
"name": "FORK_ACUTE_ABOVERING_CS",
"title": "Shift fork between ´ and ° on the CS layout",
"shortName": "(CS)\n°\n´"
},
{
"name": "FORK_CARON_DIAERESIS_CS",
"title": "Shift fork between ˇ and ¨on the CS layout",
"shortName": "(CS)\n¨\nˇ"
},
{
"name": "FORK_ACUTE_ABOVERING_CSP",
"title": "Shift fork between ´ and ° on the CSP layout",
"shortName": "(CSP)\n°\n´"
},
{
"name": "FORK_CARON_DIAERESIS_CSP",
"title": "Shift fork between ˇ and ¨on the CSP layout",
"shortName": "(CSP)\n¨\nˇ"
},
{
"name": "FORK_9_FORWARDSLASH_EN_CSP",
"title": "Shift fork between 9 and / on the EN or the CSP layout",
"shortName": "(EN/CSP)\n/\n9"
},
{
"name": "FORK_0_BACKWARDSLASH_EN_CSP",
"title": "Shift fork between 0 and \\ on the EN or the CSP layout",
"shortName": "(EN/CSP)\n\\\n0"
}
],
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
"0,11"
],
[
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
"1,11"
],
[
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
"2,11"
],
[
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11"
],
[
"4,0",
"4,1",
"4,2",
"4,3",
"4,4",
"4,5",
"4,6",
"4,7",
"4,8",
"4,9",
"4,10",
"4,11"
]
]
}
}