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/5x6/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/5x6/info.json')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/5x6/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x6/info.json b/keyboards/handwired/dactyl_manuform/5x6/info.json index d7aa3acee..14afc704c 100644 --- a/keyboards/handwired/dactyl_manuform/5x6/info.json +++ b/keyboards/handwired/dactyl_manuform/5x6/info.json @@ -5,7 +5,7 @@ "width": 17, "height": 8, "layouts": { - "LAYOUT": { + "LAYOUT_5x6": { "layout": [ {"label":"L00", "x":0, "y":0}, {"label":"L01", "x":1, "y":0}, |