aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalt-Peanuts <hajimeokuda@gmail.com>2018-04-19 21:11:07 -0400
committerDrashna Jaelre <drashna@live.com>2018-04-19 18:11:07 -0700
commit3bb647910a09146309cef59eedd78be72697c88f (patch)
tree7705afa9bea55a8052b7c16c1221cf7db7b27c0b
parent5ec3bd9e40a9f04a05d23569fc1a402927e1a5c2 (diff)
downloadqmk_firmware-3bb647910a09146309cef59eedd78be72697c88f.tar.gz
qmk_firmware-3bb647910a09146309cef59eedd78be72697c88f.zip
Updated info and fixed minor errors (#2769)
-rw-r--r--keyboards/kinesis/config.h2
-rw-r--r--keyboards/kinesis/readme.md4
-rw-r--r--keyboards/kinesis/stapelberg/readme.md5
-rw-r--r--keyboards/kinesis/stapelberg/stapelberg.h14
4 files changed, 12 insertions, 13 deletions
diff --git a/keyboards/kinesis/config.h b/keyboards/kinesis/config.h
index 7cb0532c6..a4e06b6eb 100644
--- a/keyboards/kinesis/config.h
+++ b/keyboards/kinesis/config.h
@@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
23/* USB Device descriptor parameter */ 23/* USB Device descriptor parameter */
24#define VENDOR_ID 0xFEED 24#define VENDOR_ID 0xFEED
25#define MANUFACTURER You 25#define MANUFACTURER You
26#define PRODUCT kinesis-advantage 26#define PRODUCT Kinesis Advantage/Contoured
27#define DESCRIPTION A custom keyboard 27#define DESCRIPTION A custom keyboard
28 28
29// Mouse 29// Mouse
diff --git a/keyboards/kinesis/readme.md b/keyboards/kinesis/readme.md
index 2813ee273..3802f50c9 100644
--- a/keyboards/kinesis/readme.md
+++ b/keyboards/kinesis/readme.md
@@ -1,10 +1,10 @@
1# Firmware for the Kinesis advantage keyboard 1# Firmware for the Kinesis Advantage/Contoured keyboard
2 2
3There are at least two different ways to replace the controller in this keyboard. 3There are at least two different ways to replace the controller in this keyboard.
4 4
5The Stapelberg folder contains the docs and configuration for using the custom controller created by Michael Stapelberg. 5The Stapelberg folder contains the docs and configuration for using the custom controller created by Michael Stapelberg.
6 6
7The 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. 7The 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.
8 8
9## Keymaps 9## Keymaps
10Both hardware solutions should work with the same keymaps 10Both hardware solutions should work with the same keymaps
diff --git a/keyboards/kinesis/stapelberg/readme.md b/keyboards/kinesis/stapelberg/readme.md
index 0dcb7c283..2a69bb725 100644
--- a/keyboards/kinesis/stapelberg/readme.md
+++ b/keyboards/kinesis/stapelberg/readme.md
@@ -44,11 +44,10 @@ The exterior cables can be seen here.
44 44
45### Default 45### Default
46 46
47To build with the default keymap, run `make default` while in the 47To build with the default keymap, run `make kinesis/stapelberg` while in the QMK directory.
48`kinesis_stapelberg` working directory.
49 48
50### Dvorak 49### Dvorak
51 50
52This keymap contains a dvorak implementation as well as media and symbol layers. 51This keymap contains a dvorak implementation as well as media and symbol layers.
53 52
54Run `make dvorak` while in the `kinesis_stapelberg` working directory. 53Run `make kinesis/stapelberg:dvorak` while in the QMK directory.
diff --git a/keyboards/kinesis/stapelberg/stapelberg.h b/keyboards/kinesis/stapelberg/stapelberg.h
index c90fc3d52..8c8619745 100644
--- a/keyboards/kinesis/stapelberg/stapelberg.h
+++ b/keyboards/kinesis/stapelberg/stapelberg.h
@@ -58,13 +58,13 @@ PD4 k4x Row: 4 R F V -- -- DEL
58PD5 k5x Row: 5 T G B RT LAL LCT 58PD5 k5x Row: 5 T G B RT LAL LCT
59PD6 k6x Row: 6 Y H N UP SPC PGD 59PD6 k6x Row: 6 Y H N UP SPC PGD
60PD7 k7x Row: 7 U J M -- RET -- 60PD7 k7x Row: 7 U J M -- RET --
61PB0 k8x Row: 8 I K COM DWN RCT PGU 61PC0 k8x Row: 8 I K COM DWN RCT PGU
62PB1 k9x Row: 9 O L PER LBR -- RAL 62PC1 k9x Row: 9 O L PER LBR -- RAL
63PB2 kAx Row: 0 P SEM SLA RBR -- -- 63PC2 kAx Row: 0 P SEM SLA RBR -- --
64PB3 kBx Row: MIN BSL APO RSH X1 -- -- 64PC3 kBx Row: MIN BSL APO RSH X1 -- --
65PB4 kCx Row: ESC F3 F6 F9 F12 PAU -- 65PC4 kCx Row: ESC F3 F6 F9 F12 PAU --
66PB5 kDx Row: F1 F4 F7 F10 PRT PRG -- 66PC5 kDx Row: F1 F4 F7 F10 PRT PRG --
67PB6 kEx Row: F2 F5 F8 F11 SLK KEY -- 67PC6 kEx Row: F2 F5 F8 F11 SLK KEY --
68*/ 68*/
69 69
70 70