summaryrefslogtreecommitdiff
path: root/keyboards/switchplate/southpaw_65/readme.md
diff options
context:
space:
mode:
authorhorza21 <38391766+horza21@users.noreply.github.com>2020-03-24 06:26:22 +0800
committerGitHub <noreply@github.com>2020-03-23 15:26:22 -0700
commitb779078c608292483b40cb13346ff54485e96823 (patch)
tree9d3e902a8c1b163519e79dd01d96a544782fb9b9 /keyboards/switchplate/southpaw_65/readme.md
parentb936048b0bf2b5508104e243089e785debc431d0 (diff)
[Keyboard] Add support for Southpaw Extended 65% (#8465)
* Add support for Southpaw Extended 65% * Update keyboards/switchplate/southpaw_65/readme.md * Update keyboards/switchplate/southpaw_65/readme.md * Update keyboards/switchplate/southpaw_65/readme.md * Update keyboards/switchplate/southpaw_65/southpaw_65.c * Update keyboards/switchplate/southpaw_65/rules.mk * Cleaned up keymaps -Removed default2 keymap -Removed default_iso2 keymap -Rename default keymap directory to default_ansi to reflect correct keymap name * Update readme.md for default_ansi keymap directory change * Add layout_all for configurator and correct maximum number of keys supported in readme.md * Update keyboards/switchplate/southpaw_65/info.json Forgot to change name to LAYOUT_all * Update keyboards/switchplate/southpaw_65/info.json * Update keyboards/switchplate/southpaw_65/readme.md * Update keyboards/switchplate/southpaw_65/rules.mk * Add LAYOUT_all keymap * Update keyboards/switchplate/southpaw_65/keymaps/default/keymap.c * Update keyboards/switchplate/southpaw_65/info.json
Diffstat (limited to 'keyboards/switchplate/southpaw_65/readme.md')
-rw-r--r--keyboards/switchplate/southpaw_65/readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/switchplate/southpaw_65/readme.md b/keyboards/switchplate/southpaw_65/readme.md
new file mode 100644
index 0000000000..3566744b26
--- /dev/null
+++ b/keyboards/switchplate/southpaw_65/readme.md
@@ -0,0 +1,23 @@
+# Southpaw Extended 65%
+
+![Southpaw Extended 65%](https://i.imgur.com/9HSWmmll.jpg)
+
+Left Hand Number Pad Keyboard with 85 Keys & RGB LED Underglow
+- Designed by Reconsiderit
+- Up to 91 keys
+- iso and ansi support
+- Uses Kimera core
+
+* Keyboard Maintainer: QMK Community
+* Hardware Supported: Southpaw Extended 65%
+* Hardware Availability: [Geekhack GB Thread](https://geekhack.org/index.php?topic=92344.0)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make switchplate/southpaw_65:default_ansi
+
+Install examples:
+
+ make switchplate/southpaw_65:default_ansi:flash
+
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).