qmk_firmware/keyboards/hs60/v1
2022-10-20 18:04:11 -07:00
..
keymaps Remove legacy Grave Escape keycodes (#18787) 2022-10-20 18:04:11 -07:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h Change {LED,RGB}_DISABLE_TIMEOUT to {LED,RGB}_MATRIX_TIMEOUT (#18415) 2022-09-26 14:40:15 +10:00
info.json Move keyboard USB IDs and strings to data driven: H (#17821) 2022-07-28 14:12:40 +01:00
readme.md Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00
v1.c Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
v1.h Change keyboard level include guards to pragma once (#14248) 2021-09-01 19:03:14 +10: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.