diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-01-29 13:01:28 -0500 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-01-29 13:01:28 -0500 |
commit | 05d43b0687acb5b51245a1dd4518c67cbba0d4da (patch) | |
tree | 42e1080962f773ab989239591f00be267f7f61ac | |
parent | 9aca1c70b70579f8d8ea410846af07798f95d950 (diff) |
Notes on what's done, and plans to change my key mapping
-rw-r--r-- | keyboard/planck/keymaps/cbbrowne/keymap.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboard/planck/keymaps/cbbrowne/keymap.c b/keyboard/planck/keymaps/cbbrowne/keymap.c index f172a07ed1..165795ef6b 100644 --- a/keyboard/planck/keymaps/cbbrowne/keymap.c +++ b/keyboard/planck/keymaps/cbbrowne/keymap.c @@ -33,6 +33,17 @@ Workman just for fun. They're useless to me, though. */ +/* Other things to do... + + - Need to think about what zsh and readline actions I use lots + - Wanna figure out macros, so I can put in a "cbbrowne" macro + - Ought to ensure that Control-Alt-Delete is convenient enough + - How about Alt-F1 thru Alt-F8? + - What's the keystroke to get from X to console these days? + - I do indeed want a sweet number pad! + - A layer for doing console switching would not be a bad idea +*/ + enum layers { _QW = 0, /* Qwerty mapping */ _CM, /* Colemak */ |