aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/foxlab
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Add leaf60 and tada68 keymaps (#6645)Jarred Steenvoorden2019-08-312-0/+46
| | | | | | | | * Add leaf60 and tada68 keymaps * Cleanup files for pull request * Cleanup tada68 keymap
* [Keyboard] Leaf 60: Use correct key for 60_ansi layout on backspace (#6430)MechMerlin2019-07-281-2/+2
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-062-2/+2
|
* [Keyboard] fix hhkb bottom layer (#5926)MechMerlin2019-05-201-3/+3
|
* [Keyboard] Leaf60 hotswap and universal pcb (#5882)MechMerlin2019-05-1619-0/+1045
* 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>