summaryrefslogtreecommitdiffstats
path: root/keyboards/gh60/v1p3/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
|
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-051-16/+0
|
* Move backlight config to data driven (#19910)Ryan2023-02-261-3/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
|
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-151-12/+10
|
* Move keyboard USB IDs and strings to data driven: G (#17818)Ryan2022-07-271-7/+0
|
* [Keyboard] GH60 v1.3 (#10575)James Young2020-10-161-0/+72
* [Keyboard] GH60 v1.3 Support * clean up info.json Update key sizes and positioning. * add readme * add image to readme * fix up info.json LAYOUT_all * add LAYOUT_60_ansi I'm guessing at this based on a photo of the PCB. Chances are high that this isn't fully functional. * add matrix block comment to v1p3.h * add default_ansi keymap * add keymap readme files * fix LAYOUT_60_ansi macro * enable 60_ansi Community Layout support * add layouts for 60_ansi_arrow Add LAYOUT_60_ansi_arrow and LAYOUT_60_ansi_arrow_split_bs macros. (The user helping me test runs the split Backspace variant.) * add Tsangan, HHKB, and 64_ansi layout macros * add factory keymaps and layout info * update copyright headers I mean... if someone's gotta "own" this code... * fix broken factory_* keymaps