aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2019-04-27 13:01:39 -0500
committerDrashna Jaelre <drashna@live.com>2019-04-27 11:01:39 -0700
commit27cff473e0a584ea0c9b70ae58127545ddc41475 (patch)
treefa68d4ed8832355f8d32541850e6bf1cf65bd6ac
parente2d141582c367e0865abf19700eb50361b9fc2c0 (diff)
downloadqmk_firmware-27cff473e0a584ea0c9b70ae58127545ddc41475.tar.gz
qmk_firmware-27cff473e0a584ea0c9b70ae58127545ddc41475.zip
[Keymap] Fix typo and function layer image for Quefrency (#5719)
-rw-r--r--keyboards/keebio/quefrency/keymaps/bcat/keymap.c2
-rw-r--r--keyboards/keebio/quefrency/keymaps/bcat/readme.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keebio/quefrency/keymaps/bcat/keymap.c b/keyboards/keebio/quefrency/keymaps/bcat/keymap.c
index 1aac62ac0..28818c96f 100644
--- a/keyboards/keebio/quefrency/keymaps/bcat/keymap.c
+++ b/keyboards/keebio/quefrency/keymaps/bcat/keymap.c
@@ -6,7 +6,7 @@ enum layer {
6 LAYER_MOUSE, 6 LAYER_MOUSE,
7}; 7};
8 8
9/* Switch to mouse function layer when held. */ 9/* Switch to function layer when held. */
10#define LY_FUNC MO(LAYER_FUNCTION) 10#define LY_FUNC MO(LAYER_FUNCTION)
11 11
12/* Switch to mouse layer when held; send menu key when tapped. */ 12/* Switch to mouse layer when held; send menu key when tapped. */
diff --git a/keyboards/keebio/quefrency/keymaps/bcat/readme.md b/keyboards/keebio/quefrency/keymaps/bcat/readme.md
index f637c3821..1ecf42c29 100644
--- a/keyboards/keebio/quefrency/keymaps/bcat/readme.md
+++ b/keyboards/keebio/quefrency/keymaps/bcat/readme.md
@@ -10,7 +10,7 @@ cluster, and mouse keys on their own layer centered around the arrow cluster.
10 10
11## Function layer 11## Function layer
12 12
13![Function layer layout](https://i.imgur.com/eucGFjL.png) 13![Function layer layout](https://i.imgur.com/Hu5wNpl.png)
14 14
15## Mouse layer 15## Mouse layer
16 16