aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/m0lly/config.h
Commit message (Collapse)AuthorAgeFilesLines
* The Key Company project consolidation (#9547)TerryMathews2020-08-291-183/+0
| | | | | | | | | | | | | | | | * Consolidate TKC projects and increase VIA keymap count to 4. * Updated readme files. * Removed config.h via limitation of 2 dynamic keymaps * Reduce dynamic keymaps from 4 to 3 due to EEPROM space limitations. * Update dynamic_keymap.c * Restore 4 dynamic keymaps for VIA in TKC projects. * Update quantum/dynamic_keymap.c
* M0lly: add support for VIA (#9535)TerryMathews2020-06-251-3/+3
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* M0lly: refactor OLED support and qmk-dfu bootloader (#8475)TerryMathews2020-03-191-0/+5
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* [Keyboard] Initial support for TKC M0LLY (#5087)TerryMathews2019-02-101-0/+178
* Initial support for TKC M0LLY * Remove depreciated Magic Keys define * Update keyboards/m0lly/README.md Co-Authored-By: TerryMathews <terry@terrymathews.net> * Update keyboards/m0lly/README.md Co-Authored-By: TerryMathews <terry@terrymathews.net> * Update keyboards/m0lly/info.json Co-Authored-By: TerryMathews <terry@terrymathews.net> * Update keyboards/m0lly/info.json Co-Authored-By: TerryMathews <terry@terrymathews.net> * Update keyboards/m0lly/m0lly.h Co-Authored-By: TerryMathews <terry@terrymathews.net> * Suggested review changes