diff --git a/v3/atlantis/ps17/ps17.json b/v3/atlantis/ps17/ps17.json new file mode 100644 index 0000000000..4ea2511346 --- /dev/null +++ b/v3/atlantis/ps17/ps17.json @@ -0,0 +1,67 @@ +{ + "name": "Atlantis PS17", + "vendorId": "0x0015", + "productId": "0x414B", + "matrix": { + "rows": 6, + "cols": 4 + }, + "keycodes": [ + "qmk_lighting" + ], + "menus": [ + "qmk_rgb_matrix" + ], + "layouts": { + "keymap": [ + [ + "0,1\n\n\n\n\n\n\n\n\ne0" + ], + [ + { + "c": "#aaaaaa" + }, + "1,0", + { + "c": "#cccccc" + }, + "1,1", + "1,2", + "1,3" + ], + [ + "2,0", + "2,1", + "2,2", + { + "h": 2 + }, + "2,3" + ], + [ + "3,0", + "3,1", + "3,2" + ], + [ + "4,0", + "4,1", + "4,2", + { + "c": "#777777", + "h": 2 + }, + "4,3" + ], + [ + { + "c": "#cccccc", + "w": 2 + }, + "5,0", + "5,2" + ] + ] + } +} +