qmk_firmware/keyboards/hs60/v1
XScorpion2 62ba66d618 Cleanup/rgb matrix (#5811)
* clean up rgb matrix extern usage

Moved rgb matrix boiler plate into macros

Rebased onto typing heatmap pr

* Fixing the reversed frame buffer access in digital rain

* Fixing digital rain & typing heatmap if keyreactive effects are not enabled

* Apply suggestions from code review

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Adding parenthesizes to DRIVER_LED_TOTAL where necessary

* Updated docs

* added notes about parentheses
2019-05-10 16:55:02 -07:00
..
keymaps Allow HS60 to use Community Layouts (#3862) 2018-12-06 07:40:19 -08:00
config.h Cleanup/rgb matrix (#5811) 2019-05-10 16:55:02 -07:00
info.json Keyboard: Add HS60 V2 (#4250) 2018-10-26 16:14:29 -07:00
readme.md Modified URLs to point to new locations 2019-01-13 09:11:18 -08:00
rules.mk Allow HS60 to use Community Layouts (#3862) 2018-12-06 07:40:19 -08:00
v1.c rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783) 2019-05-07 16:22:46 -07:00
v1.h Keyboard: Add HS60 V2 (#4250) 2018-10-26 16:14:29 -07:00

readme.md

HS60

HS60

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 and on github
Hardware Supported: HS60 ISO and ANSI PCBs with Atmega 32u4
Hardware Availability: https://mechboards.co.uk/shop/all/hs60-pcb/

If you're using the community layouts feature 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:

#ifdef KEYBOARD_hs60
  #define HS60_ANSI
#endif

Make example for this keyboard (after setting up your build environment):

make hs60/v1:default

See build environment setup then the make instructions for more information.