Ryan 3bf01bb9ed Move QMK LUFA bootloader config to data driven (#19879) 3 年之前
..
keymaps 1cb1a5a374 Remove legacy Grave Escape keycodes (#18787) 3 年之前
config.h 3bf01bb9ed Move QMK LUFA bootloader config to data driven (#19879) 3 年之前
info.json 3bf01bb9ed Move QMK LUFA bootloader config to data driven (#19879) 3 年之前
readme.md e4823aadec Fix capitalisation of "GitHub" (#9184) 6 年之前
rules.mk f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) 3 年之前
v1.c d5e622b979 Remove `DEBOUNCE` macro usage (#19750) 3 年之前
v1.h 41c50bb653 Change keyboard level include guards to `pragma once` (#14248) 4 年之前

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.