diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-11-03 16:31:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 16:31:07 +0000 |
commit | 712c01e98fb8583b3509cd9e03434b74c174f950 (patch) | |
tree | 6e588243867c5d5f7da8aeddd05340d66185d9ae /keyboards/sets3n/kk980/info.json | |
parent | 7d66e8fe5035a7f9ffda32c13a0b74eb83681894 (diff) | |
download | qmk_firmware-712c01e98fb8583b3509cd9e03434b74c174f950.tar.gz qmk_firmware-712c01e98fb8583b3509cd9e03434b74c174f950.zip |
Sets3n kk980 Layout Macro Refactor (#15039)
* physically arrange layout macro
Arranges the layout macro to resemble the keyboard layout, and updates the keymaps to match.
* use 3-character notation for position identifiers in kk980.h
* add matrix diagram to kk980.h
* fix syntax error in info.json
Apparently the API doesn't care about this error... but QMK Configurator does if you use the local import mode (Ctrl+Shift+I).
Diffstat (limited to 'keyboards/sets3n/kk980/info.json')
-rw-r--r-- | keyboards/sets3n/kk980/info.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/sets3n/kk980/info.json b/keyboards/sets3n/kk980/info.json index 5c1cabafe2..dad5530d44 100644 --- a/keyboards/sets3n/kk980/info.json +++ b/keyboards/sets3n/kk980/info.json @@ -106,11 +106,10 @@ {"label":"DOWN", "x": 14.25, "y": 5.75}, {"label":"RIGHT", "x": 15.25, "y": 5.75}, {"label":"0", "x": 16.5, "y": 5.5}, - {"label":".DEL", "x": 17.5, "y": 5.5,}, + {"label":".DEL", "x": 17.5, "y": 5.5}, {"label":"ENTER", "x": 18.5, "y": 4.5, "h": 2} ] } } } - |