summaryrefslogtreecommitdiffstats
path: root/keyboard/planck/planck.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-15Leader key implementation (#326)Erez Zukerman1-14/+2
* implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * updates process_action functions to return bool
2016-05-09Backlight Breathing for Planck and AtomicJack Humbert1-0/+18
* 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-30moves backlight functionality to keyboard files and updates template makefileJack Humbert1-0/+1
previously there were two backlight.c files (bad)
2016-03-28Add action-preprocessing kb/user hooks in planckDamien Pollet1-0/+1
2016-03-10Addressed void* return warning in all keymapsyoyoerx1-2/+2
2016-01-24Add support for WS2812 LEDsYang Liu1-3/+6
2016-01-20better integrationsJack Humbert1-1/+3
2016-01-11pwm audioJack Humbert1-1/+4
2015-10-26quantum separatedJack Humbert1-0/+38