aboutsummaryrefslogtreecommitdiff
path: root/users/bcat
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2020-11-06 00:41:06 -0600
committerGitHub <noreply@github.com>2020-11-05 22:41:06 -0800
commitb5ebdf1b3a29119e1a414aaf7e2cf7a583853430 (patch)
tree201253b69b27b16ba30f86dec34298c35e477a97 /users/bcat
parentd7c90d805f414198a44d1b714363721df38950d6 (diff)
downloadqmk_firmware-b5ebdf1b3a29119e1a414aaf7e2cf7a583853430.tar.gz
qmk_firmware-b5ebdf1b3a29119e1a414aaf7e2cf7a583853430.zip
[Keymap] bcat keymaps and userspace (#10705)
Add Eco keymap, factor Crkbd keymap to community layout, other minor tweaks * Remove outdated Crkbd Ctrl key positioning info * Add Left Alt key to Lily58 keymap * Lily58 no longer overrides default TAPPING_TERM * Refactor Crkbd keymap to use new community layout * Fix underglow animations for Crkbd w/ Split Common * Add initial Eco keymap * Update outdated reference to Crkbd layout * Add keymap links to userspace readme * Add copyright notices to files changed in this PR
Diffstat (limited to 'users/bcat')
-rw-r--r--users/bcat/config.h35
-rw-r--r--users/bcat/readme.md51
2 files changed, 65 insertions, 21 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h
index b0d556186..16188950e 100644
--- a/users/bcat/config.h
+++ b/users/bcat/config.h
@@ -1,26 +1,32 @@
1/* Copyright 2020 Jonathan Rascher
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
1/* Wait between tap_code register and unregister to fix flaky media keys. */ 17/* Wait between tap_code register and unregister to fix flaky media keys. */
2#undef TAP_CODE_DELAY 18#undef TAP_CODE_DELAY
3 19
4#define TAP_CODE_DELAY 20 20#define TAP_CODE_DELAY 20
5 21
6/* 22/* Treat mod-tap keys as holds even if the mod-tap key and the key being
7 * Force the default tapping term since some keyboards make it way too short 23 * modified are both released within TAPPING_TERM. This assumes the mod-tap key
8 * (*cough*Lily58*cough*).
9 */
10#undef TAPPING_TERM
11
12#define TAPPING_TERM 200
13
14/*
15 * Treat mod-tap keys as holds even if the mod-tap key and the key being
16 * modified are both relased within TAPPING_TERM. This assumes the mod-tap key
17 * isn't usually pressed in quick succession with other tapped keys, which is 24 * isn't usually pressed in quick succession with other tapped keys, which is
18 * good when the tap keycode is something like KC_ESC rather than a letter. 25 * good when the tap keycode is something like KC_ESC rather than a letter.
19 */ 26 */
20#define PERMISSIVE_HOLD 27#define PERMISSIVE_HOLD
21 28
22/* 29/* Turn off key repeat support of the tap keycode for tap-hold keys, enabling
23 * Turn off key repeat support of the tap keycode for tap-hold keys, enabling
24 * holds to work correctly in quick succession after taps. 30 * holds to work correctly in quick succession after taps.
25 */ 31 */
26#define TAPPING_FORCE_HOLD 32#define TAPPING_FORCE_HOLD
@@ -57,6 +63,9 @@
57# define RGBLIGHT_HUE_STEP 8 63# define RGBLIGHT_HUE_STEP 8
58# define RGBLIGHT_SAT_STEP 17 64# define RGBLIGHT_SAT_STEP 17
59# define RGBLIGHT_VAL_STEP 17 65# define RGBLIGHT_VAL_STEP 17
66
67/* Turn on additional RGB animations. */
68# define RGBLIGHT_ANIMATIONS
60#endif 69#endif
61 70
62#if defined(BACKLIGHT_ENABLE) 71#if defined(BACKLIGHT_ENABLE)
diff --git a/users/bcat/readme.md b/users/bcat/readme.md
index 49fbea1ac..6d097d663 100644
--- a/users/bcat/readme.md
+++ b/users/bcat/readme.md
@@ -1,13 +1,48 @@
1# bcat's userspace 1# bcat's userspace
2 2
3This is some code and config shared by all of [my](https://github.com/bcat) 3This is some code and config shared by all of [my](https://github.com/bcat)
4keyboards. I have a few different keymaps spread throughout the repo; however, 4keyboards. I use community layouts wherever possible, only writing
5they are all derived from two "canonical" keymaps for my preferred layouts: 5keyboard-specific keymaps for boards without standard layout support. I derive
6my keymaps from two canonical ones (preferred for typing and gaming,
7respectively).
6 8
7* For typing, my canonical layout is my 9## Canonical keymaps
8[Crkbd](https://github.com/qmk/qmk_firmware/tree/master/keyboards/crkbd/keymaps/bcat)
9(split ergo, columnar-staggered) layout.
10 10
11* For gaming, my canonical layout is my 11* [Split 3x6 + 3 thumb
12[Tsangan](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/60_tsangan_hhkb/bcat) 12keys](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/split_3x6_3/bcat):
13(row-staggered) layout. 13Columnar-staggered split ergo layout, preferred for typing. Used on Crkbd.
14
15* [60% Tsangan
16HHKB](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/60_tsangan_hhkb/bcat):
17Row-staggered layout, preferred for gaming. Used on ai03 Polaris, CannonKeys
18AN-C, CannonKeys Instant60.
19
20## Other keymaps
21
22### Ergo
23
24* [Lily58](https://github.com/qmk/qmk_firmware/tree/master/keyboards/lily58/keymaps/bcat)
25
26### Ortho
27
28* [Eco](https://github.com/qmk/qmk_firmware/tree/master/keyboards/eco/keymaps/bcat)
29
30### Traditional
31
32* [60% ANSI split
33backspace/right-shift](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/60_ansi_split_bs_rshift/bcat).
34Used on DZ60.
35
36* [65% ANSI blocker split
37backspace](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/65_ansi_blocker_split_bs/bcat).
38Used on KBDfans KBD67 hotswap.
39
40* [Keebio
41Quefrency](https://github.com/qmk/qmk_firmware/tree/master/keyboards/keebio/quefrency/keymaps/bcat)
42
43### Macropads
44
45* [9-Key](https://github.com/qmk/qmk_firmware/tree/master/keyboards/9key/keymaps/bcat)
46
47* [Keebio
48BDN9](https://github.com/qmk/qmk_firmware/tree/master/keyboards/keebio/bdn9/keymaps/bcat)