diff options
author | Dan <loksonarius@users.noreply.github.com> | 2018-06-07 14:30:27 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-07 11:30:27 -0700 |
commit | 03c9deb7456d84a8d8cc31496ae2736305bbafd3 (patch) | |
tree | fbc6834b56d8ea113bd233099d0d2d3690b30edd /keyboards/planck/keymaps/dcompact/README.md | |
parent | 7004e934d041cf5b187cedb4ab15e649b586edea (diff) | |
download | qmk_firmware-03c9deb7456d84a8d8cc31496ae2736305bbafd3.tar.gz qmk_firmware-03c9deb7456d84a8d8cc31496ae2736305bbafd3.zip |
Add DCompact Layout for Chimera Ortho and Planck Keyboards (#3145)
* Clone default chimera-o layout
* Make changes for base layer
* Enable mouse suppport flag
* Implement majority of DAD layout
* Add mouse movement keys
* Fine tune mouse control and fix tap toggle
* Fix mouse button locations
* Set adpater LED colors for layers
* Increase responsiveness of key taps
* Update layout for thumb comfort
* Rename layout and add README
* Add comments to keymap
* Implement DCompact layout for Planck
* Copy over DCompact README to planck
* Fix up odds and ends for Planck
Diffstat (limited to 'keyboards/planck/keymaps/dcompact/README.md')
-rw-r--r-- | keyboards/planck/keymaps/dcompact/README.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/dcompact/README.md b/keyboards/planck/keymaps/dcompact/README.md new file mode 100644 index 0000000000..04cb4fcb6e --- /dev/null +++ b/keyboards/planck/keymaps/dcompact/README.md @@ -0,0 +1,45 @@ +# DCompact Layout + +**Dvorak, Layered, Mouse-Enabled, Compact** + +_See [the layout source](keymap.c) for the actual layout_ + +## Goals + +The following are the goals kept in mind when designing the DCompact +layout: + +- Provide minimal travel distance when typing English or coding +- Consistent muscle memory translation from standard QWERTY +- Statless typing experience +- OS-agnostic features, macros, and key placement +- Minimize dependence on mouse usage + +These are generally all met or balanced within reason. This layout is +not intended at all to be a familiar layout for much of anyone (except +maybe those who already type in Dvorak) -- this is meant to amplify the +best parts of having limited, ortholinear keys with layering. + +## As Reference Material + +If you're reading this hoping to find reference material to implement +your own layout, then please feel free to copy over this layout and +make edits where you see fit. I removed a lot of the features I felt +extraneous to my usage and simplified style where I felt needed. This +would hopefully mean that my code should feel like a good base to +develop from for those new to QMK. + +_Remember that settings defined in the layout directory override and +merge with those in the keyboard folder_ + +## Relevant Links + +- !(Online Dvorak Layout Trainer)[https://learn.dvorak.nl/] +- !(Dvorak Wikipedia Page)[https://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard] +- !(QMK Docs)[https://docs.qmk.fm/#/] +- !(QMK KeyCode Reference)[https://docs.qmk.fm/#/keycodes] + +## Contact + +Maintainer: [Dan](https://github.com/loksonarius) + |