You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nick Brassel 154d35ac14
Remove `UNUSED_PINS` (#17931)
1 year ago
..
keymaps RESET -> QK_BOOT default keymaps (#17037) 2 years ago
.noci Initial list of keyboards to exclude from CI (#11213) 3 years ago
config.h Remove `UNUSED_PINS` (#17931) 1 year ago
info.json Move keyboard USB IDs and strings to data driven: H (#17821) 1 year ago
readme.md Fix capitalisation of "GitHub" (#9184) 4 years ago
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2 years ago
v1.c Remove use of __flash due to LTO issues (#15268) 2 years ago
v1.h Change keyboard level include guards to `pragma once` (#14248) 2 years ago

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.