diff options
author | Jason <jagor@microsoft.com> | 2018-06-05 12:43:20 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-05 12:43:20 -0700 |
commit | 96546c79c0e931c89e4ac60a154b669925d5d34d (patch) | |
tree | 82577992a3c9fcb312b8872016a5bae40b36ceb2 /keyboards/sx60/readme.md | |
parent | 1ae011d91902c8a12e23ee5f1f934ac5a0238b87 (diff) | |
download | qmk_firmware-96546c79c0e931c89e4ac60a154b669925d5d34d.tar.gz |
Adding SX60 work by amnobis and configurator settings (#3122)
* Add SX60
* Add config maps and layouts as well as readmes.
* cleanup and fixes
* correct readme
* add missing closing commenty tag
* Changing includes to QMK_KEYBOARD_H
* Update settings.json
Remove config change that was added automatically by vscode.
* Update readme.md
fix readme formatting
Diffstat (limited to 'keyboards/sx60/readme.md')
-rw-r--r-- | keyboards/sx60/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/sx60/readme.md b/keyboards/sx60/readme.md new file mode 100644 index 000000000..40f33ada2 --- /dev/null +++ b/keyboards/sx60/readme.md @@ -0,0 +1,20 @@ +SX60 +=== + + +![SX60](https://i.imgur.com/hZZHrRr.jpg) + + +Keyboard Maintainer: [amnobis](https://github.com/amnobis) +Hardware Supported: SX60 +Hardware Availability: [geekhack.org/index.php?topic=93665.0](https://geekhack.org/index.php?topic=93665.0) + +Make example for this keyboard (after setting up your build environment): + + make SX60:default + +Or to make and flash: + + make SX60:default:dfu + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. |