From d5318f4ae633af5dcbeb5e33ad51a2d86396b9f6 Mon Sep 17 00:00:00 2001 From: yiancar Date: Tue, 6 Apr 2021 16:31:11 +0100 Subject: [PATCH 1/4] Create nk_num.json --- src/yiancardesigns/nk_num/nk_num.json | 69 +++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/yiancardesigns/nk_num/nk_num.json diff --git a/src/yiancardesigns/nk_num/nk_num.json b/src/yiancardesigns/nk_num/nk_num.json new file mode 100644 index 0000000000..6581171f8e --- /dev/null +++ b/src/yiancardesigns/nk_num/nk_num.json @@ -0,0 +1,69 @@ +{ + "name": "NK_ Num", + "vendorId": "0x8968", + "productId": "0x4e4e", + "lighting": "wt_rgb_backlight", + "matrix": {"rows": 6, "cols": 4}, + "layouts": { + "keymap": [ + [ + [ + { + "c": "#aaaaaa" + }, + "0,0", + "0,1", + "0,2" + ], + [ + { + "y": 0.25 + }, + "1,0", + "1,1", + "1,2", + "1,3" + ], + [ + { + "c": "#cccccc" + }, + "2,0", + "2,1", + "2,2", + { + "c": "#aaaaaa", + "h": 2 + }, + "2,3" + ], + [ + { + "c": "#cccccc" + }, + "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 deef175b29605424b4bcf0baf79166e5dcd0e775 Mon Sep 17 00:00:00 2001 From: yiancar Date: Tue, 6 Apr 2021 18:17:45 +0100 Subject: [PATCH 2/4] Update nk_num.json --- src/yiancardesigns/nk_num/nk_num.json | 110 +++++++++++++------------- 1 file changed, 54 insertions(+), 56 deletions(-) diff --git a/src/yiancardesigns/nk_num/nk_num.json b/src/yiancardesigns/nk_num/nk_num.json index 6581171f8e..ca46967089 100644 --- a/src/yiancardesigns/nk_num/nk_num.json +++ b/src/yiancardesigns/nk_num/nk_num.json @@ -7,62 +7,60 @@ "layouts": { "keymap": [ [ - [ - { - "c": "#aaaaaa" - }, - "0,0", - "0,1", - "0,2" - ], - [ - { - "y": 0.25 - }, - "1,0", - "1,1", - "1,2", - "1,3" - ], - [ - { - "c": "#cccccc" - }, - "2,0", - "2,1", - "2,2", - { - "c": "#aaaaaa", - "h": 2 - }, - "2,3" - ], - [ - { - "c": "#cccccc" - }, - "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" - ] + { + "c": "#aaaaaa" + }, + "0,0", + "0,1", + "0,2" + ], + [ + { + "y": 0.25 + }, + "1,0", + "1,1", + "1,2", + "1,3" + ], + [ + { + "c": "#cccccc" + }, + "2,0", + "2,1", + "2,2", + { + "c": "#aaaaaa", + "h": 2 + }, + "2,3" + ], + [ + { + "c": "#cccccc" + }, + "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 d985f9c3a213140a65de5f2ccc1692405e9d8b9b Mon Sep 17 00:00:00 2001 From: yiancar Date: Sun, 13 Jun 2021 17:24:47 +0100 Subject: [PATCH 3/4] Update naming --- src/yiancardesigns/nk20/nk20.json | 67 +++++++++++++++++++++++++++ src/yiancardesigns/nk_num/nk_num.json | 67 --------------------------- 2 files changed, 67 insertions(+), 67 deletions(-) create mode 100644 src/yiancardesigns/nk20/nk20.json delete mode 100644 src/yiancardesigns/nk_num/nk_num.json diff --git a/src/yiancardesigns/nk20/nk20.json b/src/yiancardesigns/nk20/nk20.json new file mode 100644 index 0000000000..5284dce17b --- /dev/null +++ b/src/yiancardesigns/nk20/nk20.json @@ -0,0 +1,67 @@ +{ + "name": "NK20", + "vendorId": "0x8968", + "productId": "0x4e4e", + "lighting": "wt_rgb_backlight", + "matrix": {"rows": 6, "cols": 4}, + "layouts": { + "keymap": [ + [ + { + "c": "#aaaaaa" + }, + "0,0", + "0,1", + "0,2" + ], + [ + { + "y": 0.25 + }, + "1,0", + "1,1", + "1,2", + "1,3" + ], + [ + { + "c": "#cccccc" + }, + "2,0", + "2,1", + "2,2", + { + "c": "#aaaaaa", + "h": 2 + }, + "2,3" + ], + [ + { + "c": "#cccccc" + }, + "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" + ] + ] + } +} diff --git a/src/yiancardesigns/nk_num/nk_num.json b/src/yiancardesigns/nk_num/nk_num.json deleted file mode 100644 index ca46967089..0000000000 --- a/src/yiancardesigns/nk_num/nk_num.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "NK_ Num", - "vendorId": "0x8968", - "productId": "0x4e4e", - "lighting": "wt_rgb_backlight", - "matrix": {"rows": 6, "cols": 4}, - "layouts": { - "keymap": [ - [ - { - "c": "#aaaaaa" - }, - "0,0", - "0,1", - "0,2" - ], - [ - { - "y": 0.25 - }, - "1,0", - "1,1", - "1,2", - "1,3" - ], - [ - { - "c": "#cccccc" - }, - "2,0", - "2,1", - "2,2", - { - "c": "#aaaaaa", - "h": 2 - }, - "2,3" - ], - [ - { - "c": "#cccccc" - }, - "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 9a3fee21e86437eaeba734a46c5f5b86aaec46f7 Mon Sep 17 00:00:00 2001 From: yiancar Date: Thu, 4 Aug 2022 15:48:52 +0100 Subject: [PATCH 4/4] Update nk20.json --- src/yiancardesigns/nk20/nk20.json | 53 +++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/src/yiancardesigns/nk20/nk20.json b/src/yiancardesigns/nk20/nk20.json index 5284dce17b..ce09601751 100644 --- a/src/yiancardesigns/nk20/nk20.json +++ b/src/yiancardesigns/nk20/nk20.json @@ -1,8 +1,57 @@ { "name": "NK20", "vendorId": "0x8968", - "productId": "0x4e4e", - "lighting": "wt_rgb_backlight", + "productId": "0x4E4E", + "lighting": { + "extends": "qmk_rgblight", + "underglowEffects": [ + ["All Off", 0], + ["Solid Color", 1], + ["Alphas Mods", 1], + ["Gradient Up/Down", 1], + ["Gradient Left/Right", 1], + ["Breathing", 1], + ["Band Saturation", 1], + ["Band Value", 1], + ["Pinwheel Saturation", 1], + ["Pinwheel Value", 1], + ["Spiral Saturation", 1], + ["Spiral Value", 1], + ["Cycle All", 1], + ["Cycle Left/Right", 1], + ["Cycle Up/Down", 1], + ["Rainbow Moving Chevron", 1], + ["Cycle Out/In", 1], + ["Cycle Out/In Dual", 1], + ["Cycle Pinwheel", 1], + ["Cycle Spiral", 1], + ["Dual Beacon", 1], + ["Rainbow Beacon", 1], + ["Rainbow Pinwheels", 1], + ["Raindrops", 1], + ["Jellybean Raindrops", 0], + ["Hue Breathing", 1], + ["Hue Pendulum", 1], + ["Hue Wave", 1], + ["Pixel Rain", 0], + ["Pixel Flow", 0], + ["Pixel Fractal", 1], + ["Typing Heatmap", 1], + ["Digital Rain", 0], + ["Solid Reactive Simple", 1], + ["Solid Reactive", 1], + ["Solid Reactive Wide", 1], + ["Solid Reactive Multi Wide", 1], + ["Solid Reactive Cross", 1], + ["Solid Reactive Multi Cross", 1], + ["Solid Reactive Nexus", 1], + ["Solid Reactive Multi Nexus", 1], + ["Spash", 1], + ["Multi Splash", 1], + ["Solid Splash", 1], + ["Solid Multi Splash", 1] + ] + }, "matrix": {"rows": 6, "cols": 4}, "layouts": { "keymap": [