From 027dc757ff72bce4b96e0432a75bcd72cf8a05e3 Mon Sep 17 00:00:00 2001 From: StrawberryTea Date: Mon, 1 Jun 2026 00:39:58 -0400 Subject: [PATCH] Add Twiddler 4 config files and installation docs The Twiddler 4 uses a different configuration format than the Twiddler 3. Add the GeekHand layout for the Twiddler 4 as two files (1.cfg and 2.cfg) that together form the single chord map, and document in README.org that both must be copied over for the Twiddler 4 (the existing twiddler.cfg is for the Twiddler 3). --- 1.cfg | Bin 0 -> 1208 bytes 2.cfg | Bin 0 -> 548 bytes README.org | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 1.cfg create mode 100644 2.cfg diff --git a/1.cfg b/1.cfg new file mode 100644 index 0000000000000000000000000000000000000000..091aa15a36769f0cf09dfa38d409de7727266a20 GIT binary patch literal 1208 zcmbW#*-{fh6vpxYbUMsrK?ousvUC=A5GYpn0Yg=A*K)hGN~?SZ?~*Dm!rS$g{+6{=}bl|36p77G*Yqje4V2`)7|VRAO}^FKYGX!ZTW$Y+@UL9(UW_Wa-KuE%8{EAedT?QWnv&7 zGL+XC$;X_^ZN_q)Gx@|{!ak8qz9YyyI@(w3v)(Q+grvv<819N2ZDZx!WqP#_+ z`W0&O8Kvs$^yLOa)fX7a=bXw7#&U@>SwiyX+#{3k?HQgYsL0PmIZGk8u)oOWcWKK{ zbj%#+D*u3vzvm8_%Ugo-G8N@tMCE<#NNs+ZwtPd!%$v54@;7>(ZBK8Qkh)}>c0Lo9 z%ky)JW?-7qOh(6>kRh#-xz@!|d5^-(ze7#+K0|q(kvw56?{X$z+uA}s9NoIN zgK6iJ+$weqX7txL8!&B+l4aNz&gZ=$eBK+u=R<1hcUr~t`<9LRrP`X^$BTM?sXlM_ Y4I70oH9h!-6^YXZ!kAMTwGdSSxvuIzGFO5$Pty? zBg#i=c}*kNn8-+y`%LA5nj80+KWMxW`3aRgCCM{# zP~)6RPDt{Ssl4%8MX(&x?d2HmAdl;|@pi6fOxZpx1lQvdXLXucJqONpW8{16Kfn(a Cd?B6y literal 0 HcmV?d00001 diff --git a/README.org b/README.org index 2947ad1..3c21b9e 100644 --- a/README.org +++ b/README.org @@ -204,3 +204,22 @@ generate lists of English words which gradually incorporated more letters. If you want to try out the GeekHand ChordMap, you can use the [[twiddler.cfg]] file here according to the instructions on the Twidder website. Be sure and backup your existing twidder.cfg file before you install another! + +** Installing on a Twiddler 4 + +The [[twiddler.cfg]] file above is for the *Twiddler 3*. + +The *Twiddler 4* uses a different configuration format, so it needs its own +files. The GeekHand layout for the Twiddler 4 is split across two files which +together make up the single chord map: +- [[1.cfg]] +- [[2.cfg]] + +Both files are required: they are the two layers of one layout, not two +alternatives, so you need to copy *both* of them over to your Twiddler 4. Follow +the instructions on the [[https://twiddler.tekgear.com][Twiddler]] website for loading configuration files onto a +Twiddler 4. As always, back up your existing configuration before installing +another! + +These two files apply only to the Twiddler 4. If you have a Twiddler 3, use +[[twiddler.cfg]] instead.