summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/command.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-24Converted audio play functions to *_user (#349)Jack Humbert1-6/+7
* Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs * Usability tweaks * TWEAE * nightly added extra kcs to keymap common * turned on Plank audio * Added backlight breathing to atomic * reverted accidental merge * Added music and audio toggles to Quantum.c * Redid the audio callbacks * Adjusted default planck layout to use the user tone naming * tabs to spaces * Rewrote the ALL recipe to allow for faster parallel make * tabs to spaces * Renamed custom event functions to be 'startup_user' and 'shutdown_user'. Also moved the prototypes around. * Tweaked pvc atomic layout to work with the pvc planck. * updates midi scale calling
2016-05-09Backlight Breathing for Planck and AtomicJack Humbert1-1/+3
* Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs * Usability tweaks * TWEAE * nightly added extra kcs to keymap common * turned on Plank audio * Added backlight breathing to atomic * reverted accidental merge * adds backlight pulse to planck
2016-04-18Added extra songs, LED indicator notesIBNobody1-0/+7
2016-04-17Fixed many compiler warnings related to print being disabledIBNobody1-9/+16
2016-03-28Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody1-107/+246
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
2015-09-23core: Fix NKRO ifdefJun Wako1-0/+2
2015-09-20core: Fix for disabling NKRO in Boot protocoltmk1-0/+1
2015-09-20core: Fix message print of debug commandtmk1-2/+2
2015-05-13Reduce code size of magic commandstmk1-105/+90
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+644