summaryrefslogtreecommitdiffstats
path: root/keyboard/planck
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-06-21 18:55:24 +0200
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-06-21 18:55:24 +0200
commit2d314810086684883329af730d8f5e8ecd0506b0 (patch)
treef0cbd1b7eec53d9f197b733ba0d917871ea9211a /keyboard/planck
parent28942b3ba7868e3b99ea02c81076fdead1ea52fe (diff)
downloadqmk_firmware-2d314810086684883329af730d8f5e8ecd0506b0.tar.gz
qmk_firmware-2d314810086684883329af730d8f5e8ecd0506b0.tar.xz
More notes
Diffstat (limited to 'keyboard/planck')
-rw-r--r--keyboard/planck/keymaps/cbbrowne/keymap.c1
-rw-r--r--keyboard/planck/keymaps/cbbrowne/readme.md14
2 files changed, 15 insertions, 0 deletions
diff --git a/keyboard/planck/keymaps/cbbrowne/keymap.c b/keyboard/planck/keymaps/cbbrowne/keymap.c
index b6a98aa8c..55385acd6 100644
--- a/keyboard/planck/keymaps/cbbrowne/keymap.c
+++ b/keyboard/planck/keymaps/cbbrowne/keymap.c
@@ -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[] = {
};
diff --git a/keyboard/planck/keymaps/cbbrowne/readme.md b/keyboard/planck/keymaps/cbbrowne/readme.md
index c676dd2c1..5f08530f4 100644
--- a/keyboard/planck/keymaps/cbbrowne/readme.md
+++ b/keyboard/planck/keymaps/cbbrowne/readme.md
@@ -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
+
+
+