qmk_firmware/keyboards/hs60/v2
Drashna Jaelre b05c0e46c6 Adds a default value for IS_COMMAND for COMMAND feature (#4301)
* Add default value for IS_COMMAND for COMMAND feature

* Cleanup and consistency

* Update Templates to reflect change

* Fix IS_COMMAND in template

* Fix IS_COMMAND define

* Use consistent IS_COMMAND block in templates

* Remove unnecessary `#undef IS_COMMAND` directives

* Fix compile issue on orthodox

* Reomve IS_COMMAND option for newer boards

* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting

* Remove a couple of additional IS_COMMAND defines

* Remove remaining redundant IS_COMMAND definitions

* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin

* Remove multiple empty lines in modified config.h files

* Update additional boards

* Reomve IS_COMMAND from newer boards

* Update Alice keyboard

* Remove IS_COMMAND from additional boards

Jan 24th edition
2019-01-26 15:49:45 -08:00
..
boards/GENERIC_STM32_F303XC Keyboard: Add HS60 V2 (#4250) 2018-10-26 16:14:29 -07:00
keymaps Final HS60v2 changes. (#4790) 2019-01-06 17:22:19 -08:00
bootloader_defs.h Keyboard: Add HS60 V2 (#4250) 2018-10-26 16:14:29 -07:00
chconf.h Keyboard: Add HS60 V2 (#4250) 2018-10-26 16:14:29 -07:00
config.h Adds a default value for IS_COMMAND for COMMAND feature (#4301) 2019-01-26 15:49:45 -08:00
halconf.h Keyboard: Add HS60 V2 (#4250) 2018-10-26 16:14:29 -07:00
info.json Keyboard: Add HS60 V2 (#4250) 2018-10-26 16:14:29 -07:00
mcuconf.h Final HS60v2 changes. (#4790) 2019-01-06 17:22:19 -08:00
readme.md Modified URLs to point to new locations 2019-01-13 09:11:18 -08:00
rules.mk Final HS60v2 changes. (#4790) 2019-01-06 17:22:19 -08:00
v2.c Final HS60v2 changes. (#4790) 2019-01-06 17:22:19 -08:00
v2.h Final HS60v2 changes. (#4790) 2019-01-06 17:22:19 -08:00

HS60 V2.0

HS60

This is a standard fixed layout 60% PCB. It comes in three variants; ISO, ANSI and HHKB and support full per-key RGB.

Keyboard Maintainer: Yiancar and on github
Hardware Supported: HS60 ISO, ANSI and HHKB PCBs with STM32F303CC
Hardware Availability: http://groupbuys.mechboards.co.uk/shop/hs60-hotswap-60-pcb/

Due to the RGB implementation, the HS60 is currently not compatible with community layouts.

Make example for this keyboard (after setting up your build environment):

make hs60/v2:default

See build environment setup then the make instructions for more information.