Merge pull request #219 from IBNobody/master
Master
Merge pull request #220 from NoahAndrews/improve-buildguide
Added clarifying steps to Windows section of build guide
Added clarifying steps to Windows section of build guide
Minor Tweaks and Documentation
Fixed compiler warning by including bootloader.h in keymap_common.c.
Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined.
Added extra documentation to the template config.h
Merge remote-tracking branch 'jackhumbert/master' into improve-buildguide
Added command to turn LED indicators off while sleeping
Merge pull request #216 from msc654/master
Added msc keymap for ergodox_ez
Merge pull request #214 from cdlm/action-hook
Add per-event user hook function
Merge pull request #217 from IBNobody/master
Master
Merge pull request #218 from awpr/patch-1
Add avr-libc to the Debian build dependencies.
Add avr-libc to the Debian build dependencies.
Without avr-libc the build fails trying to #include_next a header from the standard library, which of course doesn't exist.
Add action-preprocessing kb/user hooks in planck
Add action-preprocessing hook to keyboard template
Rename function to be keyboard-specific
Add per-event user hook function to QMK
Corrected duplicate image issue
Magic Key Overrides / Keyboard Lock / Forced NKRO
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock
option to template / Added forced NKRO option to template (disabled by
default)
Added msc keymap for ergodox_ez