Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-authored-by: David Grundberg <david@quartz>
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: QMK Bot <hello@qmk.fm>
|
|
* Split RGB Matrix
* Suspend State sync for rgb matrix
|
|
|
|
* Remove more cruft from lily58 default keymap
* Update keyboards/lily58/keymaps/default/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update config.h
Remove extra newline
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
|
|
|
|
|
|
attempting to fix qmk configurator issues
|
|
|
|
|
|
|
|
This reverts commit e6f7da403676b491ac278d5b793d18a0d114477e.
|
|
|
|
* Fix triggering of adjust layer in default lily58 keymap
* Remove unused extern
* Swap raise/lower in update_tri_layer_state call to match recommendation in PR checklist
|
|
Co-authored-by: QMK Bot <hello@qmk.fm>
|
|
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
* Migrate make_dfu_header to CLI
* lint fixes
* Update lib/python/qmk/cli/generate/dfu_header.py
Co-authored-by: Ryan <fauxpark@gmail.com>
* Rename object
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
* Extract sendstring into its own compilation unit
* License headers?
* Put this include in the header
|
|
|
|
|
|
|
|
* Modified tmk_core/rules.mk to avoid linking errors
Added -fcommon flag to avoid linking errors due to multiple variable definitions. Though this is neither a definitive nor good solution, proper changes and use of extern keyword to avoid those multiple definitions must be made
* Comment updated
|