summaryrefslogtreecommitdiff
path: root/tmk_core
AgeCommit message (Expand)Author
2016-06-18Add quick version of the all-* makefile targets (#417)fredizzimo
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert
2016-06-17removes extra dfu erase (#415)Eric Tang
2016-06-16correctly test to see if awk existsJack Humbert
2016-06-16make awk optional (uses cat)Jack Humbert
2016-06-12Move LED strip initialization (#397)Eric Tang
2016-06-11no more cc error on windowsJack Humbert
2016-06-11Makefile redo & other features (#395)Jack Humbert
2016-06-07fix HID_RI_LOGICAL_MAXIMUM value (#388)Masahiro Wakame
2016-06-04cleans up folder structureJack Humbert
2016-06-01removes stray parenJack Humbert
2016-05-31Update to Makefile an ergodox readme (#365)Hartmut Goebel
2016-05-28makes .SILENT (less verbose) by default - override with VERBOSE=1Jack Humbert
2016-05-24Converted audio play functions to *_user (#349)Jack Humbert
2016-05-24Clean up #343's code (#348)Eric Tang
2016-05-23updates midi in play_note to better octaveJack Humbert
2016-05-23Optimize matrix scanning (#343)Eric Tang
2016-05-18adapts unicode to quantum.c (#333)Jack Humbert
2016-05-18outputs size when make dfuingJack Humbert
2016-05-15updates midi functionality (#331)Jack Humbert
2016-05-15splits process_action up to handle records separately (#329)Jack Humbert
2016-05-15Leader key implementation (#326)Erez Zukerman
2016-05-09Backlight Breathing for Planck and AtomicJack Humbert
2016-05-05[Jack & Erez] Adds an option for user-specific config.h filesErez Zukerman
2016-05-05Adds oneshot layer and oneshot tap toggling (#308)Thiago Alves
2016-04-28stops forcing debug_actionJack Humbert
2016-04-21Update functions used to write to EEPROMEric Tang
2016-04-20start-up sound working, removes tick with some devicesJack Humbert
2016-04-18Fixed speaker being on during sleep.IBNobody
2016-04-17Added extra songs, LED indicator notesIBNobody
2016-04-17Fixed many compiler warnings related to print being disabledIBNobody
2016-04-16Adding Musical NotesIBNobody
2016-04-16MAGIC functionality, AG swap in default layoutJack Humbert
2016-04-15audio on by defaultJack Humbert
2016-04-15audio enable stored in eepromJack Humbert
2016-04-15Prepping for merge with new_defaultsIBNobody
2016-04-15the spacessssJack Humbert
2016-04-14bootmagic somehow not getting enabled, so adding eeconfig to backlight src in...Jack Humbert
2016-04-14fixed mergingIBNobody
2016-04-14changing up the makefile a bitJack Humbert
2016-04-14CheckinIBNobody
2016-04-13Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody
2016-04-13Compiler Warnings / Atomic TLCIBNobody
2016-04-13Optimize source_layers_cache for the cache memoryWojciech Siewierski
2016-04-06Merge pull request #182 from Vifon/modifier-release-fixErez Zukerman
2016-04-06Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau
2016-04-05Refactor the source layer cache encodingWojciech Siewierski
2016-04-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...Wojciech Siewierski
2016-04-02Cleanup after mergeWojciech Siewierski
2016-04-02Update action.celtang