Drashna Jaelre 7a6e630ffd Fix RGB/LED Suspend defines (#13146) 5 лет назад
..
keymaps f5fe6fe5cc [Keyboard] Add akegata denki device one (#9690) 6 лет назад
.noci c0dcee96a8 Initial list of keyboards to exclude from CI (#11213) 5 лет назад
config.h 7a6e630ffd Fix RGB/LED Suspend defines (#13146) 5 лет назад
info.json 6fa3cfbf53 Keyboard: Add HS60 V2 (#4250) 7 лет назад
readme.md e4823aadec Fix capitalisation of "GitHub" (#9184) 6 лет назад
rules.mk 7161d65070 Remove FAUXCLICKY feature (deprecated) (#11829) 5 лет назад
v1.c faaaa134fd Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) 7 лет назад
v1.h 6fa3cfbf53 Keyboard: Add HS60 V2 (#4250) 7 лет назад

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.