]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/roadkit/keymaps/flipphone/readme.md
Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)
[qmk_firmware.git] / keyboards / roadkit / keymaps / flipphone / readme.md
1 # Flip Phone layout for Roadkit
2
3 BEWARE, THIS DOES NOT WORK YET. 
4
5 Uses the numpad with classic cellular phone style letters assigned to the numbers.
6
7 # LAYERS
8
9 * Numpad - The layer that matches the caps mostly
10 * FPH - Base layer for text
11 * FPHNOISY - Text layer that outputs every character and then backspaces as they're replaced
12 * DYN - dynamic macro layer for recording and playing macros
13
14 ## FPH
15
16 Poke the "2" key twice and it makes "B".
17
18 ## FPHNOISY
19
20 Poke the "2" key twice and it makes "A"+backspace+"B" so you can see it cycle through.
21
22 ## MACROS
23
24 May be able to record macros with the T9 layer because the "KC_*"s are only sent
25 at the end.  Trying to do a macro with T9NOISY would probably fill up the buffer
26 in just a few characters.