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 IDOBAO ID80-v3 keyboard #1403

Merged
merged 5 commits into from
Sep 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions src/idobao/id80/id80-v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"name": "IDOBAO ID80v3",
"vendorId": "0x6964",
"productId": "0x0380",
"lighting": {
"extends":"qmk_rgblight",
"supportedLightingValues": [
128,
129,
130,
131
],
"underglowEffects": [
["00. None", 0],
["01. Solid Color", 1],
["02. Alphas Mods", 1],
["03. Gradient Up & Down", 1],
["04. Gradient Left & Right", 1],
["05. Breathing", 1],
["06. Saturation Band", 1],
["07. Brightness Band", 1],
["08. Saturation Pinwheel", 1],
["09. Brightness Pinwheel", 1],
["10. Saturation Spiral", 1],
["11. Brightness Spiral", 1],
["12. Cycle Solid Color", 1],
["13. Cycle Left to Right", 1],
["14. Cycle Top to Bottom", 1],
["15. Left to Right Chevron", 1],
["16. Rainbow Beacon", 1],
["17. Dual Rainbow Beacon", 1],
["18. Spinning Pinwheel", 1],
["19. Spinning Spiral", 1],
["20. Cycle Pinwheel", 1],
["21. Rainbow Pinwheel", 1],
["22. Dual Rainbow Pinwheel", 1],
["23. Raindrops", 1],
["24. Jellybean Raindrops", 1],
["25. Hue Breathing", 1],
["26. Hue Pendulum", 1],
["27. Hue Wave", 1],
["28. Reactive Simple", 1],
["30. Reactive Solid", 1],
["31. Reactive Wide", 1],
["32. Reactive Multi-wide", 1],
["33. Reactive Cross", 1],
["34. Reactive Multi-cross", 1],
["35. Reactive Nexus", 1],
["36. Reactive Multi-nexus", 1],
["37. Splash", 1],
["38. Multi-splash", 1],
["39. Solid Splash", 1],
["40. Solid Multi-Splash", 1]
]
},
"customKeycodes": [
{"name": "Mac MCon", "title": "macOS Mission Control", "shortName": "MCon"},
{"name": "Mac LPad", "title": "macOS Launchpad", "shortName": "LPad"},
{"name": "Toggle Per-key", "title": "RGB_TPK", "shortName": "RGB T/PK"},
{"name": "Toggle Under Glow", "title": "RGB_TUG", "shortName": "RGB T/UG"},
{"name": "", "title": "{undefined}", "shortName": ""},
{"name": "", "title": "{undefined}", "shortName": ""},
{"name": "", "title": "{undefined}", "shortName": ""},
{"name": "", "title": "{undefined}", "shortName": ""},
{"name": "", "title": "{undefined}", "shortName": ""},
{"name": "Version", "title": "Type Firmware Version", "shortName": "Ver?"}
],
"matrix": {"rows": 9, "cols": 11},
"layouts": {
"keymap": [
[{"c":"#777777"},"0,5",{"x":0.25,"c":"#cccccc"},"1,5","2,5","3,5","4,5",{"x":0.25},"5,5","6,5","7,5","8,5",{"x":0.25},"7,10","5,10","4,10","3,10",{"x":0.25},"6,10",{"x":0.25},"2,10"],
[{"y":0.25},"0,4","1,4","2,4","3,4","4,4","5,4","6,4","7,4","8,4","8,9","7,9","5,9","4,9",{"c":"#aaaaaa","w":2},"6,9",{"x":0.25,"c":"#cccccc"},"2,9"],
[{"c":"#aaaaaa","w":1.5},"0,3",{"c":"#cccccc"},"1,3","2,3","3,3","4,3","5,3","6,3","7,3","8,3","8,8","7,8","5,8","4,8",{"w":1.5},"3,8",{"x":0.25},"2,8"],
[{"c":"#aaaaaa","w":1.75},"0,2",{"c":"#cccccc"},"1,2","2,2","3,2","4,2","5,2","6,2","7,2","8,2","8,7","7,7","5,7",{"c":"#777777","w":2.25},"4,7"],
[{"c":"#aaaaaa","w":2.25},"0,1",{"c":"#cccccc"},"2,1","3,1","4,1","5,1","6,1","7,1","8,1","8,6","7,6","5,6",{"c":"#aaaaaa","w":1.75},"4,6"],
[{"y":-0.75,"x":14.25,"c":"#777777"},"3,6"],
[{"y":-0.25,"c":"#aaaaaa","w":1.25},"0,0",{"w":1.25},"1,0",{"w":1.25},"2,0",{"c":"#cccccc","w":6.25},"6,0",{"c":"#aaaaaa","w":1.5},"8,0",{"w":1.5},"7,0"],
[{"y":-0.75,"x":13.25,"c":"#777777"},"5,0","4,0","3,0"]
]
}
}