summaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio/hb85/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard USB IDs and strings to data driven: G (#17818)Ryan2022-07-271-6/+0
|
* Refactor to use led config - Part 6 (#12115)Joel Challis2021-03-101-0/+4
| | | | | | | | | | | | | | | | | | | * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * revert changes
* VIA Support: Gray Studio HB85 (#10329)MechMerlin2020-09-231-2/+2
| | | | | | | | | | | | | | | | * edit vid and pid * add VIA keymap * add my name to the readme * Update keyboards/gray_studio/hb85/keymaps/via/config.h * we have a third endpoint, no need to disable mousekeys * Update keyboards/gray_studio/hb85/keymaps/via/keymap.c * add license header
* Fix LED configuration for PS2AVRGB boards (#7989)fauxpark2020-01-231-0/+3
| | | | | | * Fix LED configuration for PS2AVRGB boards * Undo backlight on state changes
* Set device version from config.h for V-USB boards (#7316)fauxpark2019-11-151-0/+1
|
* [Keyboard] Refactor HB85 to get rid of custom i2c code (#5570)MechMerlin2019-04-071-5/+0
| | | | | | | | | | | | | | * remove dependency on custom i2c code * missed a pragma once * fix readme install instructions * config.h cleanup * make the bootmagic key not the same bmc reset key * disable bootmagic functionality as it doesn't seem to work on atmega32a bmc boards
* [Keyboard] Adds Gray Studio HB85 Initial Support (#5311)Felipe Coury2019-03-061-0/+39
* Gray Studio HB85 Initial Support * Fixed README image * Updated README * Disabled Bootmagic and Console for HB85 * Fixed Numpad 4 matrix place * Fixes board crashing with RGB enabled * Moved HB85 files to gray_studio folder * Uses old i2c library since this version makes RGB underglow work * Improved default keymap with underglow control layer * Removes obsolete program and uses generic script instead As per zvecr feedback * Uses GPIO Functions to initialise and set RGB underglow PINS