diff options
author | ai03 <sarcaphx510@gmail.com> | 2020-01-30 18:14:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 21:14:19 -0500 |
commit | 479c6a68cf1bed01380599045a25a37b9847569a (patch) | |
tree | c61508786f31fb2885e66103140498b35d605899 /keyboards/switchplate/southpaw_fullsize/readme.md | |
parent | eb309be6f009a9f3923ea49cec3653b75ec47e69 (diff) |
[Keyboard] Add support for Southpaw Full Size (#8029)
* Begin work on spfs, migrating ancient config
* QMK breaks if there's a dash in the board name
* Update info.json
* Make indicator LEDs work
* Build a readme
* Change title to match official GB thread name
* Add an ANSI WKL layout for simplicity
* Adjustments as per pullreq recommendations
* Remove unused functions from other keymap
Diffstat (limited to 'keyboards/switchplate/southpaw_fullsize/readme.md')
-rw-r--r-- | keyboards/switchplate/southpaw_fullsize/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/switchplate/southpaw_fullsize/readme.md b/keyboards/switchplate/southpaw_fullsize/readme.md new file mode 100644 index 0000000000..f44d4d46ac --- /dev/null +++ b/keyboards/switchplate/southpaw_fullsize/readme.md @@ -0,0 +1,15 @@ +# Southpaw Full Size + +![southpaw_fullsize](https://i.imgur.com/Kt8eN8L.jpg) + +A fullsize keyboard with southpaw numpad + +* Keyboard Maintainer: [Switchplate Peripherals](https://switchplate.co/)/[ai03](https://github.com/ai03-2725) +* Hardware Supported: The Southpaw Full Size PCB +* Hardware Availability: GB + +Make example for this keyboard (after setting up your build environment): + + make switchplate/southpaw_fullsize:default + +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). |