diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-11-03 01:01:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 01:01:11 +0000 |
commit | 7d66e8fe5035a7f9ffda32c13a0b74eb83681894 (patch) | |
tree | 73f8e0076e87a2ee350b62bb16f76c9eddc3b70d | |
parent | 6d807af783db91bc0a20bc12736c9c7fb1ba22ed (diff) | |
download | qmk_firmware-7d66e8fe5035a7f9ffda32c13a0b74eb83681894.tar.gz qmk_firmware-7d66e8fe5035a7f9ffda32c13a0b74eb83681894.zip |
steal_this_keyboard fix info.json macro reference (#15032)
- change LAYOUT to LAYOUT_split_3x5_2
-rw-r--r-- | keyboards/steal_this_keyboard/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/steal_this_keyboard/info.json b/keyboards/steal_this_keyboard/info.json index 0a0ab13e6c..7a4eabdb55 100644 --- a/keyboards/steal_this_keyboard/info.json +++ b/keyboards/steal_this_keyboard/info.json @@ -3,7 +3,7 @@ "url": "https://github.com/obosob/steal_this_keyboard", "maintainer": "@obosob", "layouts": { - "LAYOUT": { + "LAYOUT_split_3x5_2": { "layout": [ {"x": 0, "y": 0.93}, {"x": 1, "y": 0.31}, |