summaryrefslogtreecommitdiffstats
path: root/keyboards/kinesis/readme.md
diff options
context:
space:
mode:
authoralvicstep <alvicstep@gmail.com>2023-08-14 00:01:31 -0700
committerGitHub <noreply@github.com>2023-08-14 00:01:31 -0700
commit6f3beae895a498dc8c86c7a79ed3c77d458da027 (patch)
tree7b05332d42731ff5c167c56792fa2b2a16093b8d /keyboards/kinesis/readme.md
parent3da773dbdb4a4d5ae56d92d1aefc0851756adcea (diff)
Kintwin controller for kinesis keyboard, split layout (#21614)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kinesis/readme.md')
-rw-r--r--keyboards/kinesis/readme.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/keyboards/kinesis/readme.md b/keyboards/kinesis/readme.md
index 3802f50c9a..4767d6a436 100644
--- a/keyboards/kinesis/readme.md
+++ b/keyboards/kinesis/readme.md
@@ -1,12 +1,15 @@
# Firmware for the Kinesis Advantage/Contoured keyboard
-There are at least two different ways to replace the controller in this keyboard.
+There are at least three different ways to replace the controller in this keyboard.
-The Stapelberg folder contains the docs and configuration for using the custom controller created by Michael Stapelberg.
+1. The **stapelberg** directory contains the docs and configuration for using Teensy based controller created by Michael Stapelberg.
-The alvicstep folder contains docs and configuration for directly wiring a Teensy2++ to the existing controller board. This follows the pinouts described in https://github.com/alvicstep/tmk_keyboard, which is where the name comes from.
+2. The **alvicstep** directory contains docs and configuration for directly wiring a Teensy2++ to the existing controller board. This follows the pinouts described in https://github.com/alvicstep/tmk_keyboard, which is where the name comes from.
-## Keymaps
-Both hardware solutions should work with the same keymaps
+3. The **kintwin** directory contains the docs and configuration for using BlackPill based controller.
+## Keymaps
+All three hardware solutions should work with the same keymaps
+## Switch Modifications
+In addition to the drop-in replacements of the stock controller above, the directory **"keyboards\kin80"** contains the files to support 80 switch modification of the keyboard, compared to original 86 switches. Kin80 keymaps are not compatible with keymaps that are located inside of **kinesis** directory. \ No newline at end of file