Skip to content

Commit

Permalink
Merge pull request the-via#435 from jaygreco/add_nullbits_scramble
Browse files Browse the repository at this point in the history
Add SCRAMBLE
  • Loading branch information
wilba authored Feb 10, 2021
2 parents a51c5ac + 72de112 commit 650d6b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/nullbitsco/scramble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "SCRAMBLE",
"vendorId": "0x6E61",
"productId": "0x6062",
"lighting": "none",
"matrix": {"rows": 2,"cols": 3},
"layouts": {
"keymap": [
[{"c": "#777777"},"0,0","0,1","0,2"],
["1,0","1,1","1,2"]
]
}
}

0 comments on commit 650d6b7

Please sign in to comment.