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 Montex v2 #1251

Merged
merged 5 commits into from
Jul 24, 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
64 changes: 64 additions & 0 deletions src/idobao/montex/montex-v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"name": "IDOBAO Montex V2",
"vendorId": "0x6964",
"productId": "0x0227",
"lighting": {
"extends": "qmk_rgblight",
"supportedLightingValues":[
128,
129,
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. Cycle Solid Color", 1],
["07. Cycle Left to Right", 1],
["08. Cycle Top to Bottom", 1],
["09. Rainbow Beacon", 1],
["10. Spinning Pinwheel", 1],
["11. Spinning Spiral", 1],
["12. Cycle Pinwheel", 1],
["13. Raindrops", 1],
["14. Jellybean Raindrops", 1],
["15. Hue Breathing", 1],
["16. Hue Pendulum", 1],
["17. Hue Wave", 1],
["18. Pixel Rain", 1],
["19. Pixel Flow", 1],
["20. Reactive Simple", 1],
["21. Reactive Solid", 1],
["22. Reactive Wide", 1],
["23. Reactive Multi-wide", 1],
["24. Splash", 1],
["25. Solid Splash", 1]
]
},
"customKeycodes": [
{"name": "", "title": "{undefined}", "shortName": ""},
{"name": "", "title": "{undefined}", "shortName": ""},
{"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": "Toggle NumLk LED", "title": "Toggle NumLock LED Feature", "shortName": "NumLk LED"},
{"name": "Version", "title": "Type Firmware Version", "shortName": "Ver?"}
],
"matrix": { "rows": 6, "cols": 5 },
"layouts": {
"keymap": [
[{"c":"#777777"},"0,0",{"c":"#aaaaaa"},"0,1","0,2","0,3","0,4"],
[{"y":0.5,"c":"#cccccc"},"1,0","1,1","1,2","1,3","1,4"],
["2,0","2,1","2,2","2,3",{"h":2},"2,4"],
["3,0","3,1","3,2","3,3"],
["4,0","4,1","4,2","4,3",{"c":"#777777","h":2},"5,3"],
[{"c":"#cccccc"},"5,0",{"w":2},"5,1","5,2"]
]
}
}