aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2019-11-01 20:48:58 -0500
committerDrashna Jaelre <drashna@live.com>2019-11-01 18:48:58 -0700
commit1f6cb53fb34867827c487e523f7134bab1acab04 (patch)
treefe92e56719f16aab9b9cf189ab810673a6191f22 /layouts
parentf5cf5b950f04659ae7faf1534650092023adb468 (diff)
downloadqmk_firmware-1f6cb53fb34867827c487e523f7134bab1acab04.tar.gz
qmk_firmware-1f6cb53fb34867827c487e523f7134bab1acab04.zip
[Keymap] Moar personal keymap and userspace tweaks (#7238)
* Enable link-time optimization * Make RGB static gradient ranges shorter * Shift Quefrency media keys to the right * Shift KBD67 media keys to the right * Move some 60% keys from function to adjust layer * Set "extra" Lily58 keys to browser back/forward * Remove Instant60 EEPROM hack after #6968 * Remove unnecessary bits from macropad keymaps * Update KLE images
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/60_ansi_split_bs_rshift/bcat/keymap.c12
-rw-r--r--layouts/community/60_ansi_split_bs_rshift/bcat/readme.md12
-rw-r--r--layouts/community/60_tsangan_hhkb/bcat/keymap.c12
-rw-r--r--layouts/community/60_tsangan_hhkb/bcat/readme.md11
4 files changed, 24 insertions, 23 deletions
diff --git a/layouts/community/60_ansi_split_bs_rshift/bcat/keymap.c b/layouts/community/60_ansi_split_bs_rshift/bcat/keymap.c
index cd13f6262..92cc366ac 100644
--- a/layouts/community/60_ansi_split_bs_rshift/bcat/keymap.c
+++ b/layouts/community/60_ansi_split_bs_rshift/bcat/keymap.c
@@ -22,18 +22,18 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
22 /* Function layer: http://www.keyboard-layout-editor.com/#/gists/c7a55e75285d474b6301140eaf53f915 */ 22 /* Function layer: http://www.keyboard-layout-editor.com/#/gists/c7a55e75285d474b6301140eaf53f915 */
23 [LAYER_FUNCTION] = LAYOUT_60_ansi_split_bs_rshift( 23 [LAYER_FUNCTION] = LAYOUT_60_ansi_split_bs_rshift(
24 _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_DEL, 24 _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_DEL,
25 KC_CAPS, KC_MPLY, KC_VOLU, KC_MSTP, _______, _______, _______, _______, KC_PSCR, KC_SLCK, KC_PAUS, KC_UP, _______, _______, 25 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______,
26 _______, KC_MPRV, KC_VOLD, KC_MNXT, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, _______, 26 _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, _______,
27 _______, _______, KC_MUTE, _______, _______, _______, _______, _______, KC_END, KC_PGDN, KC_DOWN, _______, _______, 27 _______, _______, _______, _______, _______, _______, _______, _______, KC_END, KC_PGDN, KC_DOWN, _______, _______,
28 _______, _______, _______, _______, _______, _______, _______, _______ 28 _______, _______, _______, _______, _______, _______, _______, _______
29 ), 29 ),
30 30
31 /* Adjust layer: http://www.keyboard-layout-editor.com/#/gists/6e1068e4f91bbacccaf5ac0acbeec79c */ 31 /* Adjust layer: http://www.keyboard-layout-editor.com/#/gists/6e1068e4f91bbacccaf5ac0acbeec79c */
32 [LAYER_ADJUST] = LAYOUT_60_ansi_split_bs_rshift( 32 [LAYER_ADJUST] = LAYOUT_60_ansi_split_bs_rshift(
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, EEP_RST, RESET, _______, _______, _______, RGB_VAI, _______, _______, 34 KC_CAPS, _______, KC_MPLY, KC_VOLU, KC_MSTP, _______, EEP_RST, RESET, KC_PSCR, KC_SLCK, KC_PAUS, RGB_VAI, _______, _______,
35 _______, _______, _______, _______, _______, _______, _______, _______, RGB_HUI, RGB_SAI, RGB_RMOD, RGB_MOD, RGB_TOG, 35 _______, _______, KC_MPRV, KC_VOLD, KC_MNXT, _______, _______, _______, RGB_HUI, RGB_SAI, RGB_RMOD, RGB_MOD, RGB_TOG,
36 _______, _______, _______, _______, _______, BL_BRTG, BL_DEC, BL_INC, RGB_HUD, RGB_SAD, RGB_VAD, _______, _______, 36 _______, _______, _______, KC_MUTE, _______, BL_BRTG, BL_DEC, BL_INC, RGB_HUD, RGB_SAD, RGB_VAD, _______, _______,
37 _______, _______, _______, _______, _______, _______, _______, _______ 37 _______, _______, _______, _______, _______, _______, _______, _______
38 ), 38 ),
39}; 39};
diff --git a/layouts/community/60_ansi_split_bs_rshift/bcat/readme.md b/layouts/community/60_ansi_split_bs_rshift/bcat/readme.md
index f0db6417c..35ce63196 100644
--- a/layouts/community/60_ansi_split_bs_rshift/bcat/readme.md
+++ b/layouts/community/60_ansi_split_bs_rshift/bcat/readme.md
@@ -2,10 +2,10 @@
2 2
3This is a hybrid of an HHKB layout and a standard ANSI bottom row. It's nice if 3This is a hybrid of an HHKB layout and a standard ANSI bottom row. It's nice if
4you want to fill out a 60% case with no blockers, or just really want a 6.25U 4you want to fill out a 60% case with no blockers, or just really want a 6.25U
5spacebar. The arrow and navigation keys match a standard HHKB layout (using the 5spacebar. The arrow and navigation keys match a standard HHKB layout using the
6Fn key next to the right shift key), but the media keys are centered around the 6Fn key next to the right shift key. Additionally, the redundant Fn key on the
7WASD cluster instead of the usual HHKB layout. Additionally, the redundant Fn 7bottom row activates an adjust layer with controls for RGB underglow and
8key on the bottom row activates an adjust layer to control RGB underglow. 8backlight, as well as media keys centered around the ESDF cluster.
9 9
10## Default layer 10## Default layer
11 11
@@ -15,12 +15,12 @@ key on the bottom row activates an adjust layer to control RGB underglow.
15 15
16## Function layer 16## Function layer
17 17
18![Function layer layout](https://i.imgur.com/XT3AtDl.png) 18![Function layer layout](https://i.imgur.com/oLdVfn0.png)
19 19
20([KLE](http://www.keyboard-layout-editor.com/#/gists/c7a55e75285d474b6301140eaf53f915)) 20([KLE](http://www.keyboard-layout-editor.com/#/gists/c7a55e75285d474b6301140eaf53f915))
21 21
22## Adjust layer 22## Adjust layer
23 23
24![Adjust layer layout](https://i.imgur.com/KxCtI50.png) 24![Adjust layer layout](https://i.imgur.com/bqC6QYS.png)
25 25
26([KLE](http://www.keyboard-layout-editor.com/#/gists/6e1068e4f91bbacccaf5ac0acbeec79c)) 26([KLE](http://www.keyboard-layout-editor.com/#/gists/6e1068e4f91bbacccaf5ac0acbeec79c))
diff --git a/layouts/community/60_tsangan_hhkb/bcat/keymap.c b/layouts/community/60_tsangan_hhkb/bcat/keymap.c
index bcc76292e..19516542f 100644
--- a/layouts/community/60_tsangan_hhkb/bcat/keymap.c
+++ b/layouts/community/60_tsangan_hhkb/bcat/keymap.c
@@ -22,18 +22,18 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
22 /* Function layer: http://www.keyboard-layout-editor.com/#/gists/f6311fd7e315de781143b80eb040a551 */ 22 /* Function layer: http://www.keyboard-layout-editor.com/#/gists/f6311fd7e315de781143b80eb040a551 */
23 [LAYER_FUNCTION] = LAYOUT_60_tsangan_hhkb( 23 [LAYER_FUNCTION] = LAYOUT_60_tsangan_hhkb(
24 _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_DEL, 24 _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_DEL,
25 KC_CAPS, KC_MPLY, KC_VOLU, KC_MSTP, _______, _______, _______, _______, KC_PSCR, KC_SLCK, KC_PAUS, KC_UP, _______, _______, 25 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______,
26 _______, KC_MPRV, KC_VOLD, KC_MNXT, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, _______, 26 _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, _______,
27 _______, _______, KC_MUTE, _______, _______, _______, _______, _______, KC_END, KC_PGDN, KC_DOWN, _______, _______, 27 _______, _______, _______, _______, _______, _______, _______, _______, KC_END, KC_PGDN, KC_DOWN, _______, _______,
28 _______, _______, _______, _______, _______, _______, _______ 28 _______, _______, _______, _______, _______, _______, _______
29 ), 29 ),
30 30
31 /* Adjust layer: http://www.keyboard-layout-editor.com/#/gists/65ac939caec878401603bc36290852d4 */ 31 /* Adjust layer: http://www.keyboard-layout-editor.com/#/gists/65ac939caec878401603bc36290852d4 */
32 [LAYER_ADJUST] = LAYOUT_60_tsangan_hhkb( 32 [LAYER_ADJUST] = LAYOUT_60_tsangan_hhkb(
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, EEP_RST, RESET, _______, _______, _______, RGB_VAI, _______, _______, 34 KC_CAPS, _______, KC_MPLY, KC_VOLU, KC_MSTP, _______, EEP_RST, RESET, KC_PSCR, KC_SLCK, KC_PAUS, RGB_VAI, _______, _______,
35 _______, _______, _______, _______, _______, _______, _______, _______, RGB_HUI, RGB_SAI, RGB_RMOD, RGB_MOD, RGB_TOG, 35 _______, _______, KC_MPRV, KC_VOLD, KC_MNXT, _______, _______, _______, RGB_HUI, RGB_SAI, RGB_RMOD, RGB_MOD, RGB_TOG,
36 _______, _______, _______, _______, _______, BL_BRTG, BL_DEC, BL_INC, RGB_HUD, RGB_SAD, RGB_VAD, _______, _______, 36 _______, _______, _______, KC_MUTE, _______, BL_BRTG, BL_DEC, BL_INC, RGB_HUD, RGB_SAD, RGB_VAD, _______, _______,
37 _______, _______, _______, _______, _______, _______, _______ 37 _______, _______, _______, _______, _______, _______, _______
38 ), 38 ),
39}; 39};
diff --git a/layouts/community/60_tsangan_hhkb/bcat/readme.md b/layouts/community/60_tsangan_hhkb/bcat/readme.md
index 2c1979365..c0debdef5 100644
--- a/layouts/community/60_tsangan_hhkb/bcat/readme.md
+++ b/layouts/community/60_tsangan_hhkb/bcat/readme.md
@@ -1,9 +1,10 @@
1# bcat's 60% Tsangan HHKB layout 1# bcat's 60% Tsangan HHKB layout
2 2
3This is a normal Tsangan/HHKB (split backspace, split right shift) layout with 3This is a normal Tsangan/HHKB (split backspace, split right shift) layout with
4arrow and navigation keys that match a standard HHKB layout, as well as media 4arrow and navigation keys that match a standard HHKB layout. Additionally, the
5keys centered around the WASD cluster. Additionally, the redundant right Super 5redundant right Super key on the bottom row actives an adjust layer with
6key on the bottom row actives an adjust layer to control RGB underglow. 6controls for RGB underglow and backlight, as well as media keys centered around
7the ESDF cluster.
7 8
8## Default layer 9## Default layer
9 10
@@ -13,12 +14,12 @@ key on the bottom row actives an adjust layer to control RGB underglow.
13 14
14## Function layer 15## Function layer
15 16
16![Function layer layout](https://i.imgur.com/SwUddUV.png) 17![Function layer layout](https://i.imgur.com/s2uyH2U.png)
17 18
18([KLE](http://www.keyboard-layout-editor.com/#/gists/f6311fd7e315de781143b80eb040a551)) 19([KLE](http://www.keyboard-layout-editor.com/#/gists/f6311fd7e315de781143b80eb040a551))
19 20
20## Adjust layer 21## Adjust layer
21 22
22![Adjust layer layout](https://i.imgur.com/Z6YIxdP.png) 23![Adjust layer layout](https://i.imgur.com/BKNez3Z.png)
23 24
24([KLE](http://www.keyboard-layout-editor.com/#/gists/65ac939caec878401603bc36290852d4)) 25([KLE](http://www.keyboard-layout-editor.com/#/gists/65ac939caec878401603bc36290852d4))