Skip to content

Commit

Permalink
add support for keebio bdn9
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Rubin <[email protected]>
  • Loading branch information
joshuarubin committed Apr 13, 2020
1 parent 9bacba4 commit b8467e1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/keebio/bdn9/bdn9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "BDN9",
"vendorId": "0xcb10",
"productId": "0x1133",
"lighting": "qmk_backlight_rgblight",
"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"]
]
}
}

0 comments on commit b8467e1

Please sign in to comment.