Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 0xCB Tutelpad #1740

Closed
wants to merge 10 commits into from
14 changes: 14 additions & 0 deletions V3/0xcb/tutelpad/tutelpad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "TutelPad",
"vendorId": "0xCB00",
"productId": "0xF09F",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_backlight_rgblight"],
"matrix": {"rows": 2, "cols": 4},
"layouts": {
"keymap": [
["0,0","0,1",{"x":1.5},"0,2","0,3"],
["1,0","1,1",{"x":1.5},"1,2","1,3"]
]
}
}
13 changes: 13 additions & 0 deletions src/0xcb/tutelpad/tutelpad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "TutelPad",
"vendorId": "0xCB00",
"productId": "0xF09F",
"lighting": "qmk_backlight_rgblight",
"matrix": {"rows": 2, "cols": 4},
"layouts": {
"keymap": [
["0,0","0,1",{"x":1.5},"0,2","0,3"],
["1,0","1,1",{"x":1.5},"1,2","1,3"]
]
}
}