Created
January 28, 2021 22:22
-
-
Save sn0opy/c2bec17a5ef34992ad6781306be5ff9d to your computer and use it in GitHub Desktop.
void9 VIA design/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "VOID9", | |
"vendorId": "0xF055", | |
"productId": "0x3534", | |
"lighting": "none", | |
"matrix": { "rows": 3, "cols": 3 }, | |
"layouts": { | |
"keymap": [ | |
["0,0", "0,1", "0,2"], | |
["1,0", "1,1", "1,2"], | |
["2,0", "2,1", "2,2"] | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment