diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-03-04 10:09:37 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-04 10:09:37 -0800 |
commit | a903893883c4827daca73e6e170276e4e586f6e0 (patch) | |
tree | 2fcafd2ca53177228f67d476bea9294b4ad78541 /keyboards/handwired/dactyl_manuform/5x7/info.json | |
parent | 3e8ee96b2cf7187ab6923a844627bc37b4de9b81 (diff) | |
download | qmk_firmware-a903893883c4827daca73e6e170276e4e586f6e0.tar.gz |
Dactyl Manuform 5x6, 5x7, and 6x6: QMK Configurator fixes and partial code clean-up (#5307)
* Tidy up 5x6.h
- replaced tabs with spaces (QMK convention)
- aligned layout macro visually
* Fix Configurator support for Dactyl Manuform 5x6
- layout macro had the wrong name in info.json
* Tidy up 5x7.h
- replaced tabs with spaces (QMK convention)
- aligned layout macro visually
* Fix Configurator support for Dactyl Manuform 5x7
- corrected keyboard height
- layout macro had the wrong name in info.json
* Tidy up 6x6.h
- replaced tabs with spaces (QMK convention)
- aligned layout macro visually
* Fix Configurator support for Dactyl Manuform 6x6
- layout macro had the wrong name in info.json
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x7/info.json')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/5x7/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x7/info.json b/keyboards/handwired/dactyl_manuform/5x7/info.json index b4b2c7b79..33ba1b0e7 100644 --- a/keyboards/handwired/dactyl_manuform/5x7/info.json +++ b/keyboards/handwired/dactyl_manuform/5x7/info.json @@ -3,9 +3,9 @@ "url": "", "maintainer": "qmk", "width": 17, - "height": 16, + "height": 8, "layouts": { - "LAYOUT": { + "LAYOUT_5x7": { "layout": [ {"label":"L11", "x":0, "y":0}, {"label":"L12", "x":1, "y":0}, |