Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErgoInu Configurator fix #4665

Merged
merged 4 commits into from
Dec 16, 2018
Merged

ErgoInu Configurator fix #4665

merged 4 commits into from
Dec 16, 2018

Conversation

noroadsleft
Copy link
Member

@noroadsleft noroadsleft commented Dec 15, 2018

Description

Been going through layouts in the Configurator, checking rendering. Noticed the ErgoInu wasn't rendering correctly (keys visibly jumbled and overlapping). info.json data revealed some bugs due to Configurator issues that are documented incorrectly. (I should fix that...)

Decided to rebuild the file to fix the issues.

Commit Log

ErgoInu: Configurator update, part 1 (d344b6c)

Give each key its own line to make the file easier to debug.

ErgoInu: Configurator update, part 2 (53d18c6)

  • converted all JSON variables to lowercase (this was the bugfix)
  • converted Tabs to Spaces

ErgoInu: Configurator update, part 3 (8c313e4)

  • break key data into chunks

ErgoInu: Configurator update, part 4 (d8114e1)

Rebuilt the layout tree into a new file, taking the Y values from the original data. Copied relevant data from original file into the new file, and then overwrote the original file.

Give each key its own line to make the file easier to debug.
- converted all JSON variables to lowercase (this was the bugfix)
- converted Tabs to Spaces
- break key data into chunks
Rebuilt the layout tree into a new file, taking the Y values from the original data. Copied relevant data from original file into the new file, and then overwrote the original file.
@drashna
Copy link
Member

drashna commented Dec 16, 2018

Awesome, thanks!

@drashna drashna merged commit 398204b into qmk:master Dec 16, 2018
@noroadsleft noroadsleft deleted the cf/ergoinu branch December 16, 2018 08:47
ishtob pushed a commit to ishtob/qmk_firmware that referenced this pull request Jan 1, 2019
* ErgoInu: Configurator update, part 1

Give each key its own line to make the file easier to debug.

* ErgoInu: Configurator update, part 2

- converted all JSON variables to lowercase (this was the bugfix)
- converted Tabs to Spaces

* ErgoInu: Configurator update, part 3

- break key data into chunks

* ErgoInu: Configurator update, part 4

Rebuilt the layout tree into a new file, taking the Y values from the original data. Copied relevant data from original file into the new file, and then overwrote the original file.
yeliu84 pushed a commit to yeliu84/qmk_firmware that referenced this pull request Jan 7, 2019
* ErgoInu: Configurator update, part 1

Give each key its own line to make the file easier to debug.

* ErgoInu: Configurator update, part 2

- converted all JSON variables to lowercase (this was the bugfix)
- converted Tabs to Spaces

* ErgoInu: Configurator update, part 3

- break key data into chunks

* ErgoInu: Configurator update, part 4

Rebuilt the layout tree into a new file, taking the Y values from the original data. Copied relevant data from original file into the new file, and then overwrote the original file.
rseymour pushed a commit to rseymour/qmk_firmware that referenced this pull request Mar 13, 2019
* ErgoInu: Configurator update, part 1

Give each key its own line to make the file easier to debug.

* ErgoInu: Configurator update, part 2

- converted all JSON variables to lowercase (this was the bugfix)
- converted Tabs to Spaces

* ErgoInu: Configurator update, part 3

- break key data into chunks

* ErgoInu: Configurator update, part 4

Rebuilt the layout tree into a new file, taking the Y values from the original data. Copied relevant data from original file into the new file, and then overwrote the original file.
djthread pushed a commit to djthread/qmk_firmware that referenced this pull request Mar 17, 2019
* ErgoInu: Configurator update, part 1

Give each key its own line to make the file easier to debug.

* ErgoInu: Configurator update, part 2

- converted all JSON variables to lowercase (this was the bugfix)
- converted Tabs to Spaces

* ErgoInu: Configurator update, part 3

- break key data into chunks

* ErgoInu: Configurator update, part 4

Rebuilt the layout tree into a new file, taking the Y values from the original data. Copied relevant data from original file into the new file, and then overwrote the original file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants