summaryrefslogtreecommitdiffstats
path: root/keyboards/foxlab/leaf60/hotswap/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan2021-01-271-3/+0
|
* Remove `DESCRIPTION`, E-G (#11574)Ryan2021-01-181-1/+0
|
* Refactor to use led config - Part 3 (#10966)Joel Challis2020-11-181-0/+3
| | | | | | | | | * Refactor to use led config * Refactor to use led config * Refactor to use led config * Refactor to use led config
* Remove HD44780 References, Part 2 (#9918)James Young2020-08-071-28/+0
| | | | | * remove HD44780_ENABLE rules: C-F * remove HD44780_ENABLE config: C-F
* Add VIA support to Leaf 60 (#8490)Wilba2020-03-191-3/+3
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* [Keyboard] Leaf60 hotswap and universal pcb (#5882)MechMerlin2019-05-161-0/+229
* initial commit * copy paste with some fixes the code from fox lab leaf60 repo * add 60_ansi and 60_hhkb and community layout support * add QMK Configurator support * turn bootmagic to lite and turn on rgb and backlights * disable some features so firmware isn't too big * initial commit for hotswap leaf60 * add hotswap support * edits for consistency * add a generic leaf60 readme * turn off console and command to save firmware space * not enabling sleep led enable * not enabling sleep led enable * had one extra key in 60_hhkb * get rid of limit val define * Update keyboards/foxlab/leaf60/hotswap/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/foxlab/leaf60/hotswap/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/foxlab/leaf60/universal/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com>