diff options
author | Jason Wihardja <jason.wihardja@gmail.com> | 2022-07-18 19:20:19 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 13:20:19 +0100 |
commit | c10d0fc785a8c8972bc129c6db03e26360eddd45 (patch) | |
tree | 12ed1a8f384461f9405ad9c137d497cd81f798cb /keyboards/massdrop/thekey_v2/info.json | |
parent | 4be736c192883a2e5b1185734eec25d0e1955f83 (diff) |
Add Support for Massdrop's Stack Overflow The Key V2 (#17696)
* Default Factory Settings
* Change Keyboard Name in Readme
* Fix LED Orders
* Change Brightness Step
* Enable Lighting Layers
* Add RGB Control Mode
* Unblink Layer to Clear Stack
* Add MacOS RGB Control
* Comment Fixes
Diffstat (limited to 'keyboards/massdrop/thekey_v2/info.json')
-rw-r--r-- | keyboards/massdrop/thekey_v2/info.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/massdrop/thekey_v2/info.json b/keyboards/massdrop/thekey_v2/info.json new file mode 100644 index 0000000000..7167d5cf6d --- /dev/null +++ b/keyboards/massdrop/thekey_v2/info.json @@ -0,0 +1,14 @@ +{ + "keyboard_name": "The Key V2", + "url": "https://drop.com/buy/stack-overflow-the-key-v2-macropad", + "maintainer": "massdrop", + "layouts": { + "LAYOUT": { + "layout": [ + { "label": "K00 (D4,D2)", "x": 0, "y": 0 }, + { "label": "K01 (D4,D1)", "x": 1, "y": 0 }, + { "label": "K02 (D4,D0)", "x": 2, "y": 0 } + ] + } + } +} |