qmk_firmware/keyboards/hs60/v1
2023-10-04 20:12:50 +11:00
..
keymaps Remove legacy Grave Escape keycodes (#18787) 2022-10-20 18:04:11 -07:00
config.h Add and use I2C address defines for ISSI LED drivers (#22008) 2023-09-19 19:31:54 +10:00
info.json RGB Matrix: driver naming cleanups (#21594) 2023-08-23 01:00:03 +01:00
readme.md Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
rules.mk Move RGB_MATRIX_DRIVER to data driven (#20350) 2023-04-08 18:08:08 +10:00
v1.c Update ISSI LED types (#22099) 2023-10-04 20:12:50 +11:00

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.