From 365a4ab32425a6bb638ba49fe3db830e0a6346bc Mon Sep 17 00:00:00 2001 From: mjbogusz Date: Thu, 11 Apr 2024 21:23:26 +0200 Subject: [PATCH 1/3] Add Atlantis PS17 --- v3/atlantis/ps17/ps17.json | 61 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 v3/atlantis/ps17/ps17.json diff --git a/v3/atlantis/ps17/ps17.json b/v3/atlantis/ps17/ps17.json new file mode 100644 index 0000000000..b12c672ad7 --- /dev/null +++ b/v3/atlantis/ps17/ps17.json @@ -0,0 +1,61 @@ +{ + "name": "Atlantis PS17", + "vendorId": "0x0015", + "productId": "0x414B", + "menus": ["qmk_rgb_matrix"], + "matrix": { + "rows": 11, + "cols": 4 + }, + "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" + ] + ] + } +} From 398cb77df449a4ba1a1776b20b7e13dff3a93eaa Mon Sep 17 00:00:00 2001 From: Cipulot <40441626+Cipulot@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:10:05 +0200 Subject: [PATCH 2/3] Update v3/atlantis/ps17/ps17.json --- v3/atlantis/ps17/ps17.json | 124 +++++++++++++++++++------------------ 1 file changed, 65 insertions(+), 59 deletions(-) diff --git a/v3/atlantis/ps17/ps17.json b/v3/atlantis/ps17/ps17.json index b12c672ad7..322f6aef22 100644 --- a/v3/atlantis/ps17/ps17.json +++ b/v3/atlantis/ps17/ps17.json @@ -1,61 +1,67 @@ { - "name": "Atlantis PS17", - "vendorId": "0x0015", - "productId": "0x414B", - "menus": ["qmk_rgb_matrix"], - "matrix": { - "rows": 11, - "cols": 4 - }, - "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" - ] - ] - } + "name": "Atlantis PS17", + "vendorId": "0x0015", + "productId": "0x414B", + "matrix": { + "rows": 11, + "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" + ] + ] + } } + From fa0d5fd9088c12c1a1d5c7e11e543a16aaf71e0c Mon Sep 17 00:00:00 2001 From: Cipulot <40441626+Cipulot@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:12:38 +0200 Subject: [PATCH 3/3] Update v3/atlantis/ps17/ps17.json --- v3/atlantis/ps17/ps17.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/atlantis/ps17/ps17.json b/v3/atlantis/ps17/ps17.json index 322f6aef22..4ea2511346 100644 --- a/v3/atlantis/ps17/ps17.json +++ b/v3/atlantis/ps17/ps17.json @@ -3,7 +3,7 @@ "vendorId": "0x0015", "productId": "0x414B", "matrix": { - "rows": 11, + "rows": 6, "cols": 4 }, "keycodes": [