summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/cbbrowne/readme.md
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-07-18 22:07:00 +0200
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-07-18 22:07:00 +0200
commit82f768e6c04c57fa44d6020e3d57a6b3de211ddc (patch)
tree4a73b34a06a83711f6a2bd95c988fe8959e7625a /keyboards/planck/keymaps/cbbrowne/readme.md
parentba0d81f2700cc13fcbd796ea3c46b70829066c46 (diff)
downloadqmk_firmware-82f768e6c04c57fa44d6020e3d57a6b3de211ddc.tar.gz
qmk_firmware-82f768e6c04c57fa44d6020e3d57a6b3de211ddc.tar.xz
Notes about changes
Diffstat (limited to 'keyboards/planck/keymaps/cbbrowne/readme.md')
-rw-r--r--keyboards/planck/keymaps/cbbrowne/readme.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/planck/keymaps/cbbrowne/readme.md b/keyboards/planck/keymaps/cbbrowne/readme.md
index 5f08530f4..fdb099700 100644
--- a/keyboards/planck/keymaps/cbbrowne/readme.md
+++ b/keyboards/planck/keymaps/cbbrowne/readme.md
@@ -7,16 +7,10 @@ Christopher Browne
This was originally based on the default keyboard map, but I have been
doing sundry experimentation:
-1. Experiments
+1. Useful Experiments
----------------------------------------
- * To figure things out about the toolset
- * I'm an Emacs guy, so will be needing a fair bit of tuning
* It made sense to mess around some with keyboard maps.
- - I tried added Workman alongside Dvorak and Colemak
- - Boy, oh boy, these don't help!!!
- - I have done 30 years of learning of Emacs key mappings, and
- these alternative keyboards massively mess me up
- I added a keypad, originally based on keymaps/numpad.c, but
mighty substantially revised, as that one seems to be rotated 90
degrees from usual conventions for number pads
@@ -30,6 +24,7 @@ doing sundry experimentation:
- Key [2][2] aka "a" uses a random number generator to select a digit 0-9 at random
- Key [3][2] aka "z" uses a random number generator to select a letter a-z at random
- Key [1][3] aka "e" spits out the keymap version number
+ * Minor use of Space Cadet Shift; my SHIFT key has switched to KC_LSP0, so that when I just hit SHIFT, I get a left parens: ( which is great for Lisping. I don't have a Right Shift, so I don't get an autoclose; I think I'll live with that until a Planck successor with more lines of keys :-)
2. Some code structure ideas
---------------------------------------------------
@@ -62,6 +57,10 @@ doing sundry experimentation:
and shift ESC off the first column so KC_LCTL and KC_LALT can
be on the first column.
* I needed to swap ' and ENTER
+ * I tried added Workman alongside Dvorak and Colemak
+ - Boy, oh boy, these don't help!!!
+ - I have done 30 years of learning of Emacs key mappings, and
+ these alternative keyboards massively mess me up
4. TODO
---------------------------------------------------------
@@ -73,6 +72,7 @@ doing sundry experimentation:
helpers.
* I do not presently have anything that handles X11 screen
switching, as with Control-Alt-various
-
+ * I ought to probably look into KC_LEAD, to have some key combos
+ that do not need to be concurrent