qmk-dactyl-manuform-a/keyboards/hs60/v1
Joel Challis 282e916d86
Remove use of __flash due to LTO issues (#15268)
2021-11-24 18:38:49 +11:00
..
keymaps Remove empty override functions (#14312) 2021-09-05 21:36:31 +01:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h Require explicit enabling of RGB Matrix modes (#15018) 2021-11-15 10:41:04 -08:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
readme.md Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
rules.mk Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633) 2021-09-30 08:14:21 +10:00
v1.c Remove use of __flash due to LTO issues (#15268) 2021-11-24 18:38:49 +11:00
v1.h Change keyboard level include guards to `pragma once` (#14248) 2021-09-01 19:03:14 +10:00

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.