summaryrefslogtreecommitdiffstats
path: root/keyboard/ergodox_ez/keymaps/csharp_dev/readme.md
diff options
context:
space:
mode:
authorStephan Bösebeck <sb@caluga.de>2016-03-20 22:07:53 +0100
committerStephan Bösebeck <sb@caluga.de>2016-03-20 22:07:53 +0100
commit64495d11ba413bc082350c40d8f7a0d52c112c7c (patch)
tree981fbdf9b40916273e2193bfe2c2a978757b244d /keyboard/ergodox_ez/keymaps/csharp_dev/readme.md
parent3119778e0cef697d78b5f425822382a455cf6d36 (diff)
parente86f09d2621811dfdf403b0008bc4861fb360b95 (diff)
downloadqmk_firmware-64495d11ba413bc082350c40d8f7a0d52c112c7c.tar.gz
qmk_firmware-64495d11ba413bc082350c40d8f7a0d52c112c7c.tar.xz
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/ergodox_ez/keymaps/csharp_dev/readme.md')
-rw-r--r--keyboard/ergodox_ez/keymaps/csharp_dev/readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/ergodox_ez/keymaps/csharp_dev/readme.md b/keyboard/ergodox_ez/keymaps/csharp_dev/readme.md
index 3ceb77eca..96af077ad 100644
--- a/keyboard/ergodox_ez/keymaps/csharp_dev/readme.md
+++ b/keyboard/ergodox_ez/keymaps/csharp_dev/readme.md
@@ -4,6 +4,8 @@
* Feb 12, 2016 (V1):
* First version commit
+* Mar 20, 2016 (V2):
+ * Removed "Classic QWERTY" layer, inverted GUI and SHIFT on Hold for Space and Enter
## About
This layout was conceived in an attempt to optimise keyboard layout for developers (C# more specifically, but it can work with most of other languages), and limit the keys required to perform the most frequent actions.
@@ -38,7 +40,6 @@ Still there are many way to improve or iterate on this:
* Make it language agnostic
* Check and compile language's keyboard's heatmaps to statistically define keys priority (e.g. https://dzone.com/articles/most-pressed-keys-various )
* QWERTY is still not the most efficient typing layout, I would like to create a Dvorak based similar layout in a near futur
-* Layout 1 is mainly here for safety, most of its unique keys could be transfered to Layout 2 and it could then be removed
## Issues
One of the issues encountered while creating this layout was that I did not find a way to have a key to send a modifier on hold, and a key combination while pressed (e.g. I can't set a Key to do Save (Ctrl + S) when pressed and Shift modifier when hold )