diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-01-29 12:57:52 -0500 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-01-29 12:57:52 -0500 |
commit | 9aca1c70b70579f8d8ea410846af07798f95d950 (patch) | |
tree | 710b93d6144d4e90608d3ae73691ea5914723859 /keyboard/planck | |
parent | 5e64f710dcfcbdcd451a09c573ef61ec44d1a87c (diff) | |
download | qmk_firmware-9aca1c70b70579f8d8ea410846af07798f95d950.tar.gz qmk_firmware-9aca1c70b70579f8d8ea410846af07798f95d950.zip |
Notes on what's done, and plans to change my key mapping
Diffstat (limited to 'keyboard/planck')
-rw-r--r-- | keyboard/planck/keymaps/cbbrowne/keymap.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboard/planck/keymaps/cbbrowne/keymap.c b/keyboard/planck/keymaps/cbbrowne/keymap.c index f924918332..f172a07ed1 100644 --- a/keyboard/planck/keymaps/cbbrowne/keymap.c +++ b/keyboard/planck/keymaps/cbbrowne/keymap.c @@ -14,6 +14,25 @@ It is preferable to keep the symbols short so that a line worth of key mappings fits compactly onto a line of code. */ +/* This was originally based on planck/keymaps/default/default.c, and + then cbbrowne has revised things */ + +/* Things I did not like about the default mapping + + - I find control too hard to get to. I think I'll want it on a + left finger. Gonna need to lose something to do that... + - Almost certainly, KC_LCTL should be on [2][1] + - having dash on [lower-j] is a bit nonintuitive, but may be OK + - I'll bet I should switch ESC/TAB + - I'm suspicious that I want to shift M(0) from [4][1] to [4][2], + and shift ESC off the first column so KC_LCTL and KC_LALT can + be on the first column. + + + - I'm keeping Colemak and Dvorak around for reference, and added + Workman just for fun. They're useless to me, though. +*/ + enum layers { _QW = 0, /* Qwerty mapping */ _CM, /* Colemak */ |