aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2020-09-21 22:32:56 -0500
committerGitHub <noreply@github.com>2020-09-21 20:32:56 -0700
commit342ab6ab80ce4a3c1a12c1a8621afdacae82e674 (patch)
tree96c10cb32eba55c91cf3f2d62d4c599dc0906489 /keyboards
parent0b2eae768637bc9230fec5d5167f617b21f4e179 (diff)
downloadqmk_firmware-342ab6ab80ce4a3c1a12c1a8621afdacae82e674.tar.gz
qmk_firmware-342ab6ab80ce4a3c1a12c1a8621afdacae82e674.zip
Update bcat keymaps for crkbd and lily58(#10298)
* Swap ergo lower layer shortcuts for zoom keys
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/crkbd/keymaps/bcat/keymap.c8
-rw-r--r--keyboards/crkbd/keymaps/bcat/readme.md9
-rw-r--r--keyboards/lily58/keymaps/bcat/keymap.c8
-rw-r--r--keyboards/lily58/keymaps/bcat/readme.md2
4 files changed, 14 insertions, 13 deletions
diff --git a/keyboards/crkbd/keymaps/bcat/keymap.c b/keyboards/crkbd/keymaps/bcat/keymap.c
index 6018835c2..7b8329fea 100644
--- a/keyboards/crkbd/keymaps/bcat/keymap.c
+++ b/keyboards/crkbd/keymaps/bcat/keymap.c
@@ -13,9 +13,9 @@ enum layer {
13#define LY_RSE MO(LAYER_RAISE) 13#define LY_RSE MO(LAYER_RAISE)
14 14
15#define KY_CSPC LCTL(KC_SPC) 15#define KY_CSPC LCTL(KC_SPC)
16#define KY_LOCK LGUI(KC_L) 16#define KY_ZMIN LCTL(KC_EQL)
17#define KY_WINL LGUI(KC_LEFT) 17#define KY_ZMOUT LCTL(KC_MINS)
18#define KY_WINR LGUI(KC_RGHT) 18#define KY_ZMRST LCTL(KC_0)
19 19
20const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 20const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
21 /* Default layer: http://www.keyboard-layout-editor.com/#/gists/08d9827d916662a9414f48805aa895a5 */ 21 /* Default layer: http://www.keyboard-layout-editor.com/#/gists/08d9827d916662a9414f48805aa895a5 */
@@ -29,7 +29,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
29 /* Lower layer: http://www.keyboard-layout-editor.com/#/gists/c3fba5eaa2cd70fdfbdbc0f9e34d3bc0 */ 29 /* Lower layer: http://www.keyboard-layout-editor.com/#/gists/c3fba5eaa2cd70fdfbdbc0f9e34d3bc0 */
30 [LAYER_LOWER] = LAYOUT( 30 [LAYER_LOWER] = LAYOUT(
31 MC_ALTT, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______, 31 MC_ALTT, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______,
32 KY_CSPC, KY_WINL, KY_WINR, KY_LOCK, KC_WBAK, KC_WFWD, KC_PIPE, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_TILD, 32 KY_CSPC, KY_ZMRST, KY_ZMOUT, KY_ZMIN, KC_WBAK, KC_WFWD, KC_PIPE, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_TILD,
33 _______, KC_APP, KC_PSCR, KC_SLCK, KC_PAUS, KC_LGUI, KC_BSLS, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_GRV, 33 _______, KC_APP, KC_PSCR, KC_SLCK, KC_PAUS, KC_LGUI, KC_BSLS, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_GRV,
34 _______, _______, _______, _______, _______, _______ 34 _______, _______, _______, _______, _______, _______
35 ), 35 ),
diff --git a/keyboards/crkbd/keymaps/bcat/readme.md b/keyboards/crkbd/keymaps/bcat/readme.md
index 743a6572d..4ffb1562b 100644
--- a/keyboards/crkbd/keymaps/bcat/readme.md
+++ b/keyboards/crkbd/keymaps/bcat/readme.md
@@ -50,7 +50,7 @@ elimination.
50 50
51## Lower layer 51## Lower layer
52 52
53![Lower layer layout](https://i.imgur.com/djIkwsa.png) 53![Lower layer layout](https://i.imgur.com/vaIc9JY.png)
54 54
55([KLE](http://www.keyboard-layout-editor.com/#/gists/c3fba5eaa2cd70fdfbdbc0f9e34d3bc0)) 55([KLE](http://www.keyboard-layout-editor.com/#/gists/c3fba5eaa2cd70fdfbdbc0f9e34d3bc0))
56 56
@@ -74,8 +74,8 @@ And yup, the shifted versions are above the unshifted versions.
74* Remaining keys from a TKL are placed out of the way on the bottom row of the 74* Remaining keys from a TKL are placed out of the way on the bottom row of the
75left half. 75left half.
76 76
77* The home row on the left half contains handy shortcuts for window movement, 77* The home row on the left half contains handy shortcuts for zooming and browser
78and browser navigation, and screen lock. 78navigation.
79 79
80* Lower+Esc is bound to Ctrl+Space because the Ctrl and Space keys are both on 80* Lower+Esc is bound to Ctrl+Space because the Ctrl and Space keys are both on
81the left thumb, so this key combination (which I use for tmux prefix and editor 81the left thumb, so this key combination (which I use for tmux prefix and editor
@@ -109,7 +109,8 @@ keys (F1–F5) on the home row.)
109* Insert and Delete are on the rightmost column, because there didn't seem to 109* Insert and Delete are on the rightmost column, because there didn't seem to
110be a better place to put them. 110be a better place to put them.
111 111
112* Caps Lock is bound in the same position as on an HHKB, for lack of an obvious better location. 112* Caps Lock is bound in the same position as on an HHKB, for lack of an obvious
113better location.
113 114
114## Adjust layer 115## Adjust layer
115 116
diff --git a/keyboards/lily58/keymaps/bcat/keymap.c b/keyboards/lily58/keymaps/bcat/keymap.c
index 294f9e6c5..69864cd08 100644
--- a/keyboards/lily58/keymaps/bcat/keymap.c
+++ b/keyboards/lily58/keymaps/bcat/keymap.c
@@ -13,9 +13,9 @@ enum layer {
13#define LY_RSE MO(LAYER_RAISE) 13#define LY_RSE MO(LAYER_RAISE)
14 14
15#define KY_CSPC LCTL(KC_SPC) 15#define KY_CSPC LCTL(KC_SPC)
16#define KY_LOCK LGUI(KC_L) 16#define KY_ZMIN LCTL(KC_EQL)
17#define KY_WINL LGUI(KC_LEFT) 17#define KY_ZMOUT LCTL(KC_MINS)
18#define KY_WINR LGUI(KC_RGHT) 18#define KY_ZMRST LCTL(KC_0)
19 19
20const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 20const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
21 /* Default layer: http://www.keyboard-layout-editor.com/#/gists/e0eb3af65961e9fd612dcff3ddd88e4f */ 21 /* Default layer: http://www.keyboard-layout-editor.com/#/gists/e0eb3af65961e9fd612dcff3ddd88e4f */
@@ -31,7 +31,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
31 [LAYER_LOWER] = LAYOUT( 31 [LAYER_LOWER] = LAYOUT(
32 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 32 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 MC_ALTT, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______, 33 MC_ALTT, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, _______,
34 KY_CSPC, KY_WINL, KY_WINR, KY_LOCK, KC_WBAK, KC_WFWD, KC_PIPE, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_TILD, 34 KY_CSPC, KY_ZMRST, KY_ZMOUT, KY_ZMIN, KC_WBAK, KC_WFWD, KC_PIPE, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_TILD,
35 _______, KC_APP, KC_PSCR, KC_SLCK, KC_PAUS, KC_LGUI, _______, _______, KC_BSLS, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_GRV, 35 _______, KC_APP, KC_PSCR, KC_SLCK, KC_PAUS, KC_LGUI, _______, _______, KC_BSLS, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_GRV,
36 _______, _______, _______, _______, _______, _______, _______, _______ 36 _______, _______, _______, _______, _______, _______, _______, _______
37 ), 37 ),
diff --git a/keyboards/lily58/keymaps/bcat/readme.md b/keyboards/lily58/keymaps/bcat/readme.md
index 6235ff13f..84c2fc335 100644
--- a/keyboards/lily58/keymaps/bcat/readme.md
+++ b/keyboards/lily58/keymaps/bcat/readme.md
@@ -22,7 +22,7 @@ browser back/forward navigation keys.
22 22
23## Lower layer 23## Lower layer
24 24
25![Lower layer layout](https://i.imgur.com/JVF1p1Q.png) 25![Lower layer layout](https://i.imgur.com/sNKWpUC.png)
26 26
27([KLE](http://www.keyboard-layout-editor.com/#/gists/19ad0d3b5d745fbb2818db09740f5a11)) 27([KLE](http://www.keyboard-layout-editor.com/#/gists/19ad0d3b5d745fbb2818db09740f5a11))
28 28