diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2018-05-15 22:54:50 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-15 14:54:50 -0700 |
commit | 323cd357674ebd9ab6ac025ec8e015faeaa751e4 (patch) | |
tree | c617eb3b99441dbc6f618250cb10a61e68369277 /keyboards/hs60/readme.md | |
parent | f66e0a20f23f6f8e8de0cfd1a7c28af5f3c9c78c (diff) |
Addition of HS60 ISO keyboard (#2972)
* Added Modular keyboards L,R and NUM
Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split
* Remove modular from master
This is to fix incorrect branching
* HS60 initial rgb port
porting HS60 to master rgb code
* HS60 fixes
* Hs60 rgb changes
* Cleanup for HS60 ISO
* More HS60 cleanup
* Update config.h
* More Cleanup for HS60
* HS60 modifications to work with configurator
* More HS60 cleanup
* Remove userspace layouts on HS60
* Update rules.mk
* HS60 bootloader change
Diffstat (limited to 'keyboards/hs60/readme.md')
-rw-r--r-- | keyboards/hs60/readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/hs60/readme.md b/keyboards/hs60/readme.md new file mode 100644 index 0000000000..15ecac6cd9 --- /dev/null +++ b/keyboards/hs60/readme.md @@ -0,0 +1,16 @@ +HS60 +==== + +[HS60](https://mechboards.co.uk/wp-content/uploads/2018/04/IMG_20180420_140353.jpg) + +This is a standard fixed layout 60% PCB. It comes in two varians, ISO and ANSI and support full per-key RGB. + +Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [github](https://github.com/yiancar) +Hardware Supported: HS60 ISO and ANSI PCBs with Atmega 32u4 +Hardware Availability: https://mechboards.co.uk/shop/all/hs60-pcb/ + +Make example for this keyboard (after setting up your build environment): + + make hs60:default + +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. |