Keyboard that works on Qwerty or Bepo OS keyboards. #3149
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a firmware for the ergodox_ez that has multiple default layers. On a qwerty OS layer there is Dvorak, Qwerty, Colemak, Workman and Norman. On Bepo there is Dvorak and Bepo.
All of the code is in /users so it should be reasonably easy to create keymaps for other keyboards. Thanks to @drashna for the nice user code which I drew from.
It would be fairly easy to create Qwerty, Colemak, Workman and Norman keyboards which work on Bepo since the difficult mappings are already done for dvorak. The custom key code is also fairly generic and could be used for key translations to software keyboards other than bepo.
There are intelligent tap dance functions for switching layers within the qwerty and non qwerty layers, as well as symbol and Xmonad layers which work consistently for all default layers.
This resolves the problems discussed in #3079