forked from mirrors/qmk_firmware
cbabc8dbe6
* Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me> |
||
---|---|---|
.. | ||
config.h | ||
glcdfont.c | ||
keycodes.h | ||
keymap.c | ||
layers.h | ||
oled.c | ||
oled.h | ||
process_records.c | ||
process_records.h | ||
readme.md | ||
rules.mk | ||
tap_dances.c | ||
tap_dances.h |
COLEMAD
Corne Keyboard (CRKBD) Colemak layout by ACortesDev
- Fast navigation.
- Fast symbols.
- Fast numbers.
Using the Telephone/ATM numpad layout. Easier to memorize/visualize as numbers follow left-to-right, top-to-bottom order. - Fast capital letters. Added a CAPS Lock key because... There is no CAPS Lock key in the Colemak Layout.
Flashing
For Pro Micro execute: sudo make crkbd:colemad:avrdude
For Elite-C execute: sudo make crkbd:colemad:dfu
Layers
0. COLEMAK
Notes:
- Double tap Shift to (de)activate CAPS Lock.
- Hold down the Enter thumb key to switch to the LOWER layer
- Hold down the Space thumb key to switch to the RAISE layer
- Characters " : | < > ? as you would expect them using Shift.
,-----------------------------------------------------. ,-----------------------------------------------------.
| Tab | Q | W | F | P | G | | J | L | U | Y | ; | \ |
|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
| BackSP | A | R | S | T | D | | H | N | E | I | O | ' |
|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
| Shift | Z | X | C | V | B | | K | M | , | . | / | ESC |
`--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------'
,--------. ,--------.
,-----------------| | | |-----------------.
| Alt | Ctrl | Space | | Enter | Shift | GUI |
| | | (RAISE)| |(LOWER) | | |
`--------+--------+--------' `--------+--------+--------'
1. LOWER
Numpad + Navigation
,-----------------------------------------------------. ,-----------------------------------------------------.
| Tab | 0 | 1 | 2 | 3 | - | | PgUP | HOME | ↑ | END | ESC | |
|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
| BackSP | / | 4 | 5 | 6 | + | | PgDN | ← | ↓ | → | DEL | |
|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
| Shift | * | 7 | 8 | 9 | = | | | | | | | ESC |
`--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------'
,--------. ,--------.
,-----------------| | | |-----------------.
| Alt | Ctrl | Space | | | Shift | GUI |
| | | (RAISE)| |(LOWER) | | |
`--------+--------+--------' `--------+--------+--------'
2. RAISE
Symbols + Function Keys
,-----------------------------------------------------. ,-----------------------------------------------------.
| Tab | ! | @ | # | $ | % | | ^ | & | * | ( | ) | F11 |
|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
| BackSP | F1 | F2 | F3 | F4 | F5 | | ` | - | = | [ | ] | F12 |
|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
| Shift | F6 | F7 | F8 | F9 | F10 | | ~ | _ | + | { | } | ESC |
`--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------'
,--------. ,--------.
,-----------------| | | |-----------------.
| Alt | Ctrl | | | Enter | Shift | GUI |
| | | (RAISE)| |(LOWER) | | |
`--------+--------+--------' `--------+--------+--------'
3. ADJUST
Macros + Settings
,-----------------------------------------------------. ,-----------------------------------------------------.
| | | | | | | |RGB_TOG |RGB_MOD |RGB_VAI |RGB_HUI |RGB_SAI |RGB_SPI |
|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
| | |VSCTERM | PSCR |CHNLANG | | | |RGB_RMOD|RGB_VAD |RGB_HUD |RGB_SAD |RGB_SPD |
|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
| | | | | | | | | | | | | |
`--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------'
,--------. ,--------.
,-----------------| | | |-----------------.
| | | | | | | |
| | | (RAISE)| |(LOWER) | | |
`--------+--------+--------' `--------+--------+--------'
- Macro VSCTERM: Toggles the vscode terminal (Ctrl + `)
- Macro CHNLANG: Changes the OS keyboard layout (Ctrl + Shift + N)