[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
This commit is contained in:
parent
d7c90d805f
commit
b5ebdf1b3a
14 changed files with 299 additions and 47 deletions
|
@ -1,13 +1,48 @@
|
|||
# bcat's userspace
|
||||
|
||||
This is some code and config shared by all of [my](https://github.com/bcat)
|
||||
keyboards. I have a few different keymaps spread throughout the repo; however,
|
||||
they are all derived from two "canonical" keymaps for my preferred layouts:
|
||||
keyboards. I use community layouts wherever possible, only writing
|
||||
keyboard-specific keymaps for boards without standard layout support. I derive
|
||||
my keymaps from two canonical ones (preferred for typing and gaming,
|
||||
respectively).
|
||||
|
||||
* For typing, my canonical layout is my
|
||||
[Crkbd](https://github.com/qmk/qmk_firmware/tree/master/keyboards/crkbd/keymaps/bcat)
|
||||
(split ergo, columnar-staggered) layout.
|
||||
## Canonical keymaps
|
||||
|
||||
* For gaming, my canonical layout is my
|
||||
[Tsangan](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/60_tsangan_hhkb/bcat)
|
||||
(row-staggered) layout.
|
||||
* [Split 3x6 + 3 thumb
|
||||
keys](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/split_3x6_3/bcat):
|
||||
Columnar-staggered split ergo layout, preferred for typing. Used on Crkbd.
|
||||
|
||||
* [60% Tsangan
|
||||
HHKB](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/60_tsangan_hhkb/bcat):
|
||||
Row-staggered layout, preferred for gaming. Used on ai03 Polaris, CannonKeys
|
||||
AN-C, CannonKeys Instant60.
|
||||
|
||||
## Other keymaps
|
||||
|
||||
### Ergo
|
||||
|
||||
* [Lily58](https://github.com/qmk/qmk_firmware/tree/master/keyboards/lily58/keymaps/bcat)
|
||||
|
||||
### Ortho
|
||||
|
||||
* [Eco](https://github.com/qmk/qmk_firmware/tree/master/keyboards/eco/keymaps/bcat)
|
||||
|
||||
### Traditional
|
||||
|
||||
* [60% ANSI split
|
||||
backspace/right-shift](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/60_ansi_split_bs_rshift/bcat).
|
||||
Used on DZ60.
|
||||
|
||||
* [65% ANSI blocker split
|
||||
backspace](https://github.com/qmk/qmk_firmware/tree/master/layouts/community/65_ansi_blocker_split_bs/bcat).
|
||||
Used on KBDfans KBD67 hotswap.
|
||||
|
||||
* [Keebio
|
||||
Quefrency](https://github.com/qmk/qmk_firmware/tree/master/keyboards/keebio/quefrency/keymaps/bcat)
|
||||
|
||||
### Macropads
|
||||
|
||||
* [9-Key](https://github.com/qmk/qmk_firmware/tree/master/keyboards/9key/keymaps/bcat)
|
||||
|
||||
* [Keebio
|
||||
BDN9](https://github.com/qmk/qmk_firmware/tree/master/keyboards/keebio/bdn9/keymaps/bcat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue