summaryrefslogtreecommitdiffstats
path: root/keyboards/h87a/readme.md
diff options
context:
space:
mode:
authorJosh Hinnebusch <josh@hinnebus.ch>2018-07-09 16:40:35 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-09 16:40:35 +0200
commitdab0b35dc36b58be56c4e2a7682f32e6054a152c (patch)
tree7674281b9512630786cfea2024ca6a0a3a7833c5 /keyboards/h87a/readme.md
parent4a6d668f8a157382da9519caf4bcd7ff03e2ea59 (diff)
downloadqmk_firmware-dab0b35dc36b58be56c4e2a7682f32e6054a152c.tar.gz
qmk_firmware-dab0b35dc36b58be56c4e2a7682f32e6054a152c.tar.xz
Add h87a keyboard (#3329)
* Add H87a keymap and info * Create readme.md * Add h87a .json for kbfirmware.com use * Update readme.md * Update readme.md * Update h87a files * Delete Makefile * Update readme.md * Delete desktop.ini * update files to match new QMK framework * Update files to match new QMK structure * Update files to match new QMK structure * add layout name information * Add info.json * update keymap to support layout_all * update keymap to support layout_all * update rules.mk to fix filesize * Update readme.md * Update config.h * Update readme.md * Update config.h * Update config.h Add "define CONFIG_H and include "config_common.h" back to file
Diffstat (limited to 'keyboards/h87a/readme.md')
-rw-r--r--keyboards/h87a/readme.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/keyboards/h87a/readme.md b/keyboards/h87a/readme.md
new file mode 100644
index 000000000..d7185db52
--- /dev/null
+++ b/keyboards/h87a/readme.md
@@ -0,0 +1,42 @@
+h87a
+===
+
+A QMK-powered replacement PCB for custom TKL keyboards. This PCB has the same size of the b.87 PCB, while using the USB port placement and spacebar stabilizer orientation as the a.87 PCB.
+
+Keyboard Maintainer: hineybush (Josh Hinnebusch)
+
+Hardware Supported: h87a Rev 1
+
+Hardware Availability: Currently prototyped, group buy TBD
+
+Make example for this keyboard (after setting up your build environment):
+
+ make h87a:default
+
+## h87a hardware information
+
+Controller: Atmega32u4
+
+ /* Column pin configuration
+ * col: 0 1 2 3 4 5 6 7 8
+ * pin: F0 F1 F4 F5 F6 F7 C7 C6 D2
+ */
+
+ /* Row pin configuration
+ * row: 0 1 2 3 4 5 6 7 8 9 10 11
+ * pin: B0 B1 B2 B3 D0 D1 B5 B6 D7 B4 D6 D4 (Rev 1)
+ */
+
+The H87a PCB utilizes duplex matrix organization.
+
+ Caps Lock LED: D5
+ Scroll Lock LED: E6
+ Num Lock LED: not supported
+ Backlight Pin: B7
+ RGB Data Pin: D3
+
+To connect the Caps Lock LED to the main backlight matrix, jump the middle pad and the left pad on J1. To use the Caps Lock LED as an indicator, jump the middle pad and the right pad on J1.
+
+To connect the Scroll Lock LED to the main backlight matrix, jump the middle pad and the right pad on J2. To use the Scroll Lock LED as an indicator, jump the middle pad and the left pad on J2.
+
+Note: The different orientations of J1 and J2 will be fixed with Rev 2.