diff options
author | Joel Challis <git@zvecr.com> | 2020-09-27 13:04:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 13:04:27 +0100 |
commit | 50835bb13875843cac0236995afe86508744e595 (patch) | |
tree | 7945640f00ef64fa445feee156d076a7b514c62a /keyboards/sp111/readme.md | |
parent | e7acd39b78a7cb81b258044dd190dc5bda55d120 (diff) | |
download | qmk_firmware-50835bb13875843cac0236995afe86508744e595.tar.gz qmk_firmware-50835bb13875843cac0236995afe86508744e595.zip |
[keyboard] Add SP-111 support (#10193)
* Initial sp111 support
* Align with template
Diffstat (limited to 'keyboards/sp111/readme.md')
-rw-r--r-- | keyboards/sp111/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/sp111/readme.md b/keyboards/sp111/readme.md new file mode 100644 index 0000000000..b9f8f02e07 --- /dev/null +++ b/keyboards/sp111/readme.md @@ -0,0 +1,21 @@ +# SP-111 + +![SP-111](https://i.imgur.com/RPFv9KKl.jpg) + +Southpaw (left sided numpad) allows you to use the numpad and mouse at the same time. +Split allows placement in a comfortable manner for long sessions. +Right side layout to maintain the functionality of a full size board in a much more compact manner. + +* Keyboard Maintainer: [zvecr](https://github.com/zvecr), blindassassin111 +* Hardware Supported: SP-111 +* Hardware Availability: <https://thekey.company/products/sp-111> + +Make example for this keyboard (after setting up your build environment): + + make sp111:default + +Flashing example for this keyboard: + + make sp111: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). |