summaryrefslogtreecommitdiff
path: root/keyboards/thevankeyboards/roadkit/keymaps/flipphone/readme.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-15 09:42:01 +0000
committerGitHub <noreply@github.com>2024-02-15 09:42:01 +0000
commit5233a62b20d975140f3bc4b808ca6e74a148d54c (patch)
treeaa90b523f0a82abf7cd77c2bfbb6e811110cedef /keyboards/thevankeyboards/roadkit/keymaps/flipphone/readme.md
parentf8123c27ad75cbb7147618dd5cf98474b5c150e0 (diff)
Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084)
Diffstat (limited to 'keyboards/thevankeyboards/roadkit/keymaps/flipphone/readme.md')
-rw-r--r--keyboards/thevankeyboards/roadkit/keymaps/flipphone/readme.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/keyboards/thevankeyboards/roadkit/keymaps/flipphone/readme.md b/keyboards/thevankeyboards/roadkit/keymaps/flipphone/readme.md
deleted file mode 100644
index ad630be195..0000000000
--- a/keyboards/thevankeyboards/roadkit/keymaps/flipphone/readme.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Flip Phone layout for Roadkit
-
-BEWARE, THIS DOES NOT WORK YET.
-
-Uses the numpad with classic cellular phone style letters assigned to the numbers.
-
-# LAYERS
-
-* Numpad - The layer that matches the caps mostly
-* FPH - Base layer for text
-* FPHNOISY - Text layer that outputs every character and then backspaces as they're replaced
-* DYN - dynamic macro layer for recording and playing macros
-
-## FPH
-
-Poke the "2" key twice and it makes "B".
-
-## FPHNOISY
-
-Poke the "2" key twice and it makes "A"+backspace+"B" so you can see it cycle through.
-
-## MACROS
-
-May be able to record macros with the T9 layer because the "KC_*"s are only sent
-at the end. Trying to do a macro with T9NOISY would probably fill up the buffer
-in just a few characters.