summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Collapse)Author
2016-04-18note sliding - on right nowJack Humbert
2016-04-18Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck
2016-04-17Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into ↵IBNobody
personal_atomic_planck
2016-04-17Notes BugfixIBNobody
2016-04-17audio fixesJack Humbert
2016-04-17Merge branch 'personal_atomic_planck' of github.com:IBNobody/qmk_firmwareJack Humbert
2016-04-17Added extra songs, LED indicator notesIBNobody
2016-04-17Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert
2016-04-17mergingJack Humbert
2016-04-17audio fixesJack Humbert
2016-04-17added new experimental layout - works with ErgodoxLayoutGeneratorStephan Bösebeck
2016-04-17Converted goodbye to notes, fixed eighth dotted note macroIBNobody
2016-04-17Merge remote-tracking branch 'remotes/jackhumbert/master' into ↵IBNobody
personal_atomic_planck
2016-04-17Fixed many compiler warnings related to print being disabledIBNobody
2016-04-17__attribute__ ((weak)) added to led_seta0-c
__attribute__ ((weak)) added to led_set
2016-04-17fixed single note play copy/paste bugIBNobody
2016-04-17Merge branch 'personal_atomic_planck' of github.com:IBNobody/qmk_firmwareJack Humbert
2016-04-17Added trimble and tempo adjustments!IBNobody
2016-04-17Adding folding to #if, etcIBNobody
2016-04-17planck default layout updatesJack Humbert
2016-04-16no need for length of play_notes array with macroJack Humbert
2016-04-16Fixed how note arrays are used.IBNobody
2016-04-16changes to play_notes, goodbyeJack Humbert
2016-04-16rests between notes as an argumentJack Humbert
2016-04-16Merge pull request #260 from IBNobody/personal_atomic_planckJack Humbert
Atomic TLC and musical note freqs for audio
2016-04-16Adding Musical NotesIBNobody
2016-04-16fixes audio prescaler to emit correct freqJack Humbert
2016-04-16MAGIC functionality, AG swap in default layoutJack Humbert
2016-04-16updates to preonic default, music mode integratedJack Humbert
2016-04-16added keymap_extras to pathJack Humbert
2016-04-16eeprom reset toolJack Humbert
2016-04-15audio enable stored in eepromJack Humbert
2016-04-15Added Audio to my AtomicIBNobody
2016-04-15audio note length fixesJack Humbert
2016-04-15the spacessssJack Humbert
2016-04-14changing up the makefile a bitJack Humbert
2016-04-13Added parenthesis to midi macro.IBNobody
2016-04-13Compiler Warnings / Atomic TLCIBNobody
Corrected compiler warnings for a number of issues. Gave Atomic some TLC.
2016-04-10Fixup RGBLIGHT support for clueboard2skullY
2016-04-07[Erez & Jack] Makes tri-layer available across QuantumErez Zukerman
2016-04-05add silent notesJack Humbert
2016-04-01Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck
2016-03-31fixed de_osx prefix in keymap include to avoid conflictsStephan Bösebeck
2016-03-30Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert
2016-03-30preonic updateJack Humbert
2016-03-29Updated several keyboard folders to use new keymap naming schemeNoah Andrews
2016-03-28Merge pull request #219 from IBNobody/masterJack Humbert
Master
2016-03-28Minor Tweaks and DocumentationIBNobody
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
2016-03-28Merge pull request #214 from cdlm/action-hookJack Humbert
Add per-event user hook function
2016-03-28Add action-preprocessing hook to keyboard templateDamien Pollet