]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated info and fixed minor errors (#2769)
authorSalt-Peanuts <hajimeokuda@gmail.com>
Fri, 20 Apr 2018 01:11:07 +0000 (21:11 -0400)
committerDrashna Jaelre <drashna@live.com>
Fri, 20 Apr 2018 01:11:07 +0000 (18:11 -0700)
keyboards/kinesis/config.h
keyboards/kinesis/readme.md
keyboards/kinesis/stapelberg/readme.md
keyboards/kinesis/stapelberg/stapelberg.h

index 7cb0532c64f1424acc4375dc56d070227da033cb..a4e06b6ebb2494082b898ec1b6b74efe3586c84e 100644 (file)
@@ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* USB Device descriptor parameter */
 #define VENDOR_ID       0xFEED
 #define MANUFACTURER    You
 /* USB Device descriptor parameter */
 #define VENDOR_ID       0xFEED
 #define MANUFACTURER    You
-#define PRODUCT         kinesis-advantage
+#define PRODUCT         Kinesis Advantage/Contoured
 #define DESCRIPTION     A custom keyboard
 
 // Mouse
 #define DESCRIPTION     A custom keyboard
 
 // Mouse
index 2813ee273b3aca7ab6a7e47ffaa33010141551e7..3802f50c9a3aa37eb81a3efb05847891e1f8af54 100644 (file)
@@ -1,10 +1,10 @@
-# Firmware for the Kinesis advantage keyboard
+# Firmware for the Kinesis Advantage/Contoured keyboard
 
 There are at least two 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.
 
 
 There are at least two 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.
 
-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. 
+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. 
 
 ## Keymaps
 Both hardware solutions should work with the same keymaps
 
 ## Keymaps
 Both hardware solutions should work with the same keymaps
index 0dcb7c283f359145f3b9bd5acf7a9d6b14287720..2a69bb725007cde1890b73f72ab106c54bacf6ca 100644 (file)
@@ -44,11 +44,10 @@ The exterior cables can be seen here.
 
 ### Default
 
 
 ### Default
 
-To build with the default keymap, run `make default` while in the
-`kinesis_stapelberg` working directory.
+To build with the default keymap, run `make kinesis/stapelberg` while in the QMK directory.
 
 ### Dvorak
 
 This keymap contains a dvorak implementation as well as media and symbol layers.
 
 
 ### Dvorak
 
 This keymap contains a dvorak implementation as well as media and symbol layers.
 
-Run `make dvorak` while in the `kinesis_stapelberg` working directory.
+Run `make kinesis/stapelberg:dvorak` while in the QMK directory.
index c90fc3d52db7d128b8cef3a2726d2185074dfc90..8c8619745d5f5fe6022e07de48c4823a117004f1 100644 (file)
@@ -58,13 +58,13 @@ PD4 k4x Row: 4   R   F   V   --  --  DEL
 PD5 k5x Row: 5   T   G   B   RT  LAL LCT
 PD6 k6x Row: 6   Y   H   N   UP  SPC PGD
 PD7 k7x Row: 7   U   J   M   --  RET --
 PD5 k5x Row: 5   T   G   B   RT  LAL LCT
 PD6 k6x Row: 6   Y   H   N   UP  SPC PGD
 PD7 k7x Row: 7   U   J   M   --  RET --
-PB0 k8x Row: 8   I   K   COM DWN RCT PGU
-PB1 k9x Row: 9   O   L   PER LBR --  RAL
-PB2 kAx Row: 0   P   SEM SLA RBR --  --
-PB3 kBx Row: MIN BSL APO RSH X1  --  --
-PB4 kCx Row: ESC F3  F6  F9  F12 PAU --
-PB5 kDx Row: F1  F4  F7  F10 PRT PRG --
-PB6 kEx Row: F2  F5  F8  F11 SLK KEY --
+PC0 k8x Row: 8   I   K   COM DWN RCT PGU
+PC1 k9x Row: 9   O   L   PER LBR --  RAL
+PC2 kAx Row: 0   P   SEM SLA RBR --  --
+PC3 kBx Row: MIN BSL APO RSH X1  --  --
+PC4 kCx Row: ESC F3  F6  F9  F12 PAU --
+PC5 kDx Row: F1  F4  F7  F10 PRT PRG --
+PC6 kEx Row: F2  F5  F8  F11 SLK KEY --
 */
 
 
 */