diff options
author | Drashna Jaelre <drashna@live.com> | 2020-05-18 06:06:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 06:06:31 -0700 |
commit | 4adf4d5a8913d95de638bed52f41686a80145a89 (patch) | |
tree | f9ddd94311a4408673936ccbbdf8d13c3913c5db /keyboards/sofle/rev1/info.json | |
parent | d0e0202b272a28d6a1e7f0d059396067bb861272 (diff) | |
parent | fb9425df827400f040c6760eff11c4b980a76a99 (diff) |
Add SofleKeyboard support to QMK firmware. (#8970)
* Add SofleKeyboard support to QMK firmware.
* Sofle: Remove LAYOUT_kc macro for default layout. Remove unnecessary code.
* Fix mistake in the latest commit
* Remove duplicated layers for MAC/WIN support
* Improve according to suggestion in PR
* Add more improvements from PR
* Fix a typo in README.md
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove unneeded break.
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove unneeded break.
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Apply suggestions from code review
Remove unneeded breaks.
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Apply suggestions from code review
Remove unneeded breaks (few more forgotten ones).
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove TAPPING_FORCE_HOLD from default keymap.
* Add TAP_CODE_DELAY 10. Fix a typo (compilation error)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/sofle/rev1/info.json')
-rw-r--r-- | keyboards/sofle/rev1/info.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/sofle/rev1/info.json b/keyboards/sofle/rev1/info.json new file mode 100644 index 0000000000..0a495dd3bc --- /dev/null +++ b/keyboards/sofle/rev1/info.json @@ -0,0 +1,19 @@ +{ + "keyboard_name": "Sofle", + "url": "https://github.com/josefadamcik/SofleKeyboard", + "maintainer": "Josef Adamcik <josef.adamcik@gmail.com>", + "width": 16.5, + "height": 5.25, + "layouts": { + "LAYOUT": { + "key_count": 60, + "layout": [ + {"x":0, "y":0.5}, {"x":1, "y":0.375}, {"x":2, "y":0.125}, {"x":3, "y":0}, {"x":4, "y":0.125}, {"x":5, "y":0.25}, {"x":10.5, "y":0.25}, {"x":11.5, "y":0.125}, {"x":12.5, "y":0}, {"x":13.5, "y":0.125}, {"x":14.5, "y":0.375}, {"x":15.5, "y":0.5}, + {"x":0, "y":1.5}, {"x":1, "y":1.375}, {"x":2, "y":1.125}, {"x":3, "y":1}, {"x":4, "y":1.125}, {"x":5, "y":1.25}, {"x":10.5, "y":1.25}, {"x":11.5, "y":1.125}, {"x":12.5, "y":1}, {"x":13.5, "y":1.125}, {"x":14.5, "y":1.375}, {"x":15.5, "y":1.5}, + {"x":0, "y":2.5}, {"x":1, "y":2.375}, {"x":2, "y":2.125}, {"x":3, "y":2}, {"x":4, "y":2.125}, {"x":5, "y":2.25}, {"x":10.5, "y":2.25}, {"x":11.5, "y":2.125}, {"x":12.5, "y":2}, {"x":13.5, "y":2.125}, {"x":14.5, "y":2.375}, {"x":15.5, "y":2.5}, + {"x":0, "y":3.5}, {"x":1, "y":3.375}, {"x":2, "y":3.125}, {"x":3, "y":3}, {"x":4, "y":3.125}, {"x":5, "y":3.25}, {"x":6, "y":2.75}, {"x":9.5, "y":2.75}, {"x":10.5, "y":3.25}, {"x":11.5, "y":3.125}, {"x":12.5, "y":3}, {"x":13.5, "y":3.125}, {"x":14.5, "y":3.375}, {"x":15.5, "y":3.5}, + {"x":1.5, "y":4.375}, {"x":2.5, "y":4.125}, {"x":3.5, "y":4.15}, {"x":4.5, "y":4.25}, {"x":6, "y":4.25, "h":1.5}, {"x":9.5, "y":4.25, "h":1.5}, {"x":11, "y":4.25}, {"x":12, "y":4.15}, {"x":13, "y":4.125}, {"x":14, "y":4.375} + ] + } + } +} |