]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/ergodox_ez/keymaps/csharp_dev/readme.md
adds backlight levels to the satan keyboard (#431)
[qmk_firmware.git] / keyboard / ergodox_ez / keymaps / csharp_dev / readme.md
index afa83647137891c7b64adf77ac74c5aeed7873e1..96af077adeee140a54596e0fa1984b63afd63a10 100644 (file)
@@ -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.
@@ -17,11 +19,11 @@ Then I came across the ErgoDox EZ project, that allowed a full customization of
 ![CSharpDev](csharp_dev_legend.png)
 
 ## Layout design principles
-*No key combination required for the most common input characters ( (),[],{},<> ... )
-*No key combination required for the most common actions (copy/paste/undo/save)
-*Regroup characters by usage ( + - * =  ...)
-*Easy access to the most commonly used characters: ; / " . ,
-*Preregistered macro for the most common C# langage instructions: public / private / string / int / float ...
+* No key combination required for the most common input characters ( (),[],{},<> ... )
+* No key combination required for the most common actions (copy/paste/undo/save)
+* Regroup characters by usage ( + - * =  ...)
+* Easy access to the most commonly used characters: ; / " . ,
+* Preregistered macro for the most common C# langage instructions: public / private / string / int / float ...
 
 ## Why is it specific to C Sharp
 I defined the characters priority based on their usage in C# language, most of this characters are also used in other coding languages but it may require some tweaking. 
@@ -35,10 +37,9 @@ Still it's extremely satisfying to Save your file with just one easily accessibl
 ## Improvements
 This layout was shared after a bunch of iterations and only once I was happy with it.
 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
+* 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
 
 ## 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 )