]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
More notes
authorChristopher Browne <cbbrowne@ca.afilias.info>
Tue, 21 Jun 2016 16:55:24 +0000 (12:55 -0400)
committerChristopher Browne <cbbrowne@ca.afilias.info>
Tue, 21 Jun 2016 16:55:24 +0000 (12:55 -0400)
keyboard/planck/keymaps/cbbrowne/keymap.c
keyboard/planck/keymaps/cbbrowne/readme.md

index b6a98aa8c7e324b47c9a39ec3e858d12783c7359..55385acd6b39568feb29e78517b4bac73ddf0542 100644 (file)
@@ -108,6 +108,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 }
 };
 
+/* What is fn_actions actually used for??? */
 const uint16_t PROGMEM fn_actions[] = {
 };
 
index c676dd2c1c54fc1b745d2246c0a93792bed337b4..5f08530f4605151077041aa58e7d81221bd2a5d2 100644 (file)
@@ -62,3 +62,17 @@ 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
+
+4. TODO
+---------------------------------------------------------
+
+  * I use tmux quite a lot; the mollat keymap seems to have some
+    interesting helpers.  It might be interesting to add a "tmux
+    layer"
+  * The mollat tmux layer also suggests some thoughts about Emacs
+    helpers.
+  * I do not presently have anything that handles X11 screen
+    switching, as with Control-Alt-various
+       
+
+