aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard/atomic/atomic.h
Commit message (Collapse)AuthorAgeFilesLines
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-49/+0
| | | | | | * fixes from tmk's repo * rename keyboard to keyboards
* Warning reductions (#430)Jack Humbert2016-06-211-0/+1
| | | Warning reductions
* cleans up default keymaps (olkb)Jack Humbert2016-05-151-5/+1
|
* Leader key implementation (#326)Erez Zukerman2016-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | * 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
* Backlight Breathing for Planck and AtomicJack Humbert2016-05-091-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* moves backlight functionality to keyboard files and updates template makefileJack Humbert2016-04-291-1/+4
| | | | previously there were two backlight.c files (bad)
* Compiler Warnings / Atomic TLCIBNobody2016-04-131-0/+3
| | | | | Corrected compiler warnings for a number of issues. Gave Atomic some TLC.
* Addressed void* return warning in all keymapsyoyoerx2016-03-101-2/+2
|
* atomic filesJack Humbert2015-10-301-0/+30