aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/holyswitch/southpaw75/readme.md
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-08-19 18:49:31 -0700
committerGitHub <noreply@github.com>2020-08-19 18:49:31 -0700
commitec7abc2ce287eb10ca54cb8631eb132426f27adc (patch)
treed51367d2f80ae37586e22704cb85db24c32611d5 /keyboards/holyswitch/southpaw75/readme.md
parent0b894ca99c4b4556f386afb7badd6f04b715d086 (diff)
downloadfirmware-ec7abc2ce287eb10ca54cb8631eb132426f27adc.tar.gz
firmware-ec7abc2ce287eb10ca54cb8631eb132426f27adc.tar.bz2
firmware-ec7abc2ce287eb10ca54cb8631eb132426f27adc.zip
[Keyboard] HolySwitch Co Southpaw75 (#10011)
* add in drewguy's code with a few additions to the keymap * add VID and PID * fixup defualt keymap * add VIA keymap * thanks to bigchimpo for reminding me to put an Fn key in the default keymap * make sure we have the right gitugithub url for drew * remove description as per PR checklist * append readme with more information * Update keyboards/holyswitch/southpaw75/config.h * Update keyboards/holyswitch/southpaw75/info.json * Update keyboards/holyswitch/southpaw75/southpaw75.h * Update keyboards/holyswitch/southpaw75/info.json
Diffstat (limited to 'keyboards/holyswitch/southpaw75/readme.md')
-rw-r--r--keyboards/holyswitch/southpaw75/readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/holyswitch/southpaw75/readme.md b/keyboards/holyswitch/southpaw75/readme.md
new file mode 100644
index 000000000..9c7ade561
--- /dev/null
+++ b/keyboards/holyswitch/southpaw75/readme.md
@@ -0,0 +1,23 @@
+# HolySwitch Co Southpaw75
+
+60% Keyboard with numpad on the left side.
+
+This is the USB C, with pre soldered components and was a US exclusive sold through HolySwitch Co. The international
+version was sold with a pro micro.
+
+Firmware on the international version is not compatible with this PCB, and firmware for this PCB is not compatible
+with the international version.
+
+* Keyboard Maintainer: [Drewpyun](https://github.com/drewpyun), [MechMerlin](https://github.com/mechmerlin)
+* Hardware Supported: Southpaw75
+* Hardware Availability: [HolySwitch Co.](https://holyswitch.co/collections/group-buys/products/southpaw75)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make holyswitch/southpaw75:default
+
+Flashing example for this keyboard:
+
+ make holyswitch/southpaw75:default: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).