]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/hs60/v1/readme.md
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / hs60 / v1 / readme.md
1 HS60
2 ====
3
4 [HS60](https://mechboards.co.uk/wp-content/uploads/2018/04/IMG_20180420_140353.jpg)
5
6 This is a standard fixed layout 60% PCB. It comes in two varians, ISO and ANSI and support full per-key RGB.
7
8 Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [github](https://github.com/yiancar)  
9 Hardware Supported: HS60 ISO and ANSI PCBs with Atmega 32u4   
10 Hardware Availability: https://mechboards.co.uk/shop/all/hs60-pcb/   
11
12 If you're using the [community layouts feature](https://docs.qmk.fm/#/feature_layouts) and using the 60_ansi layout, you need to make sure that you include this on your config.h to ensure that the RGB Matrix is properly configured:
13
14     #ifdef KEYBOARD_hs60
15       #define HS60_ANSI
16     #endif
17
18 Make example for this keyboard (after setting up your build environment):
19
20     make hs60/v1:default
21
22 See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.