]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add Bootmagic Lite to QMK (#4215)
authorDrashna Jaelre <drashna@live.com>
Sat, 27 Oct 2018 18:53:50 +0000 (11:53 -0700)
committerJack Humbert <jack.humb@gmail.com>
Sat, 27 Oct 2018 18:53:50 +0000 (14:53 -0400)
commit4ffcacd92086870eb7a3102d54178a7af64edb0c
treeb30479a70abc0d0dcd6c287383eb64e8f2fee104
parent5be438f03d0ae3ebdb9e24d249fdfd7f5c573634
Add Bootmagic Lite to QMK (#4215)

* Preliminary additon of bootmagic lite functionality

* Cleanup code

* Clean up bootmagic code

* Add documentation and clean up code

* Make 'lite' an option for BOOTMAGIC_ENABLE

* Update Templates with note about Bootmagic Lite option

* Detect Debounce variable

* Make sure debounce is a non-zero number

* Capitalize Bootmagic

* Capitalize bootmagic

* Update wording

* Re-add EEPROM reset, by popular demand

And add eeprom-less version to drashna userspace for his sanity

* Fix spacing

* Set BOOTMAGIC_ENABLE to use full/lite/off

And default yes to "full" for compatibility

* Add Bootmagic lite info to templates

* Remove text from makefiles

* Cleanup of makefile

* mention yes in bootmagic docs

* Wordsmitthing the docs

* Fix white spaces

* Readd default bootmagic setting, because it's necessary
docs/feature_bootmagic.md
quantum/quantum.c
quantum/quantum.h
quantum/template/avr/config.h
quantum/template/ps2avrgb/config.h
tmk_core/common.mk
users/drashna/drashna.c