Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-06 | [Jack & Erez] Removes duplicate reference, sorts whitespace | Erez Zukerman | 1 | -2/+3 | |
2016-05-06 | adds keycode shortcuts for OSL and OSM | Jack Humbert | 2 | -0/+14 | |
2016-05-06 | Referencing the hex file (#309) | Tom Duckering | 1 | -2/+2 | |
Seems that this is a typo. When I used the hex file it worked so presuming that means it's right ;) | |||||
2016-05-03 | Clarified audio.c (#302) | IBNobody | 11 | -836/+1379 | |
* 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 | |||||
2016-04-30 | moves backlight functionality to keyboard files and updates template makefile | Jack Humbert | 3 | -15/+97 | |
previously there were two backlight.c files (bad) | |||||
2016-04-29 | removes extra voices, updates .hex files | Jack Humbert | 1 | -21/+21 | |
2016-04-26 | actually resolves conflicts in rgblight.c | Jack Humbert | 1 | -5/+0 | |
2016-04-26 | resolves conflicts in rgblight.c | Jack Humbert | 1 | -2/+7 | |
# Conflicts: # quantum/rgblight.c | |||||
2016-04-26 | adds freq LUT for future use | Jack Humbert | 1 | -0/+357 | |
2016-04-26 | adds delayed vibrato | Jack Humbert | 2 | -0/+33 | |
2016-04-25 | updates default voice, prunes voices | Jack Humbert | 2 | -29/+29 | |
2016-04-23 | Add a keymap_extras header for Plover | James ‘Twey’ Kay | 1 | -0/+32 | |
2016-04-22 | Fix typo (#276) | Eric Tang | 1 | -3/+3 | |
2016-04-22 | adds more voice harmonics | Jack Humbert | 2 | -3/+18 | |
2016-04-22 | Merge remote-tracking branch 'origin/master' | Jack Humbert | 3 | -19/+32 | |
# Conflicts: # quantum/audio/voices.c | |||||
2016-04-22 | adds fifth and fourth down voices | Jack Humbert | 2 | -0/+17 | |
2016-04-22 | fixed compiler warnings (#273) | IBNobody | 3 | -17/+30 | |
2016-04-22 | adds more voices, fixes macro redefines | Jack Humbert | 2 | -4/+9 | |
2016-04-22 | Update functions used to write to EEPROM | Eric Tang | 4 | -16/+16 | |
2016-04-22 | adds multiple voices and the ability to iterate/deiterate between them | Jack Humbert | 2 | -3/+34 | |
2016-04-21 | Merge pull request #265 from sboesebeck/master | Erez Zukerman | 1 | -2/+2 | |
ErgodoxLayoutGenerator used | |||||
2016-04-21 | converts tabs to spaces | Jack Humbert | 2 | -47/+47 | |
2016-04-21 | restructures audio, begins voicing | Jack Humbert | 9 | -23/+91 | |
2016-04-21 | fade envelope | Jack Humbert | 1 | -9/+12 | |
2016-04-21 | start of envelope function | Jack Humbert | 1 | -0/+28 | |
2016-04-21 | sounds for plover layout | Jack Humbert | 1 | -0/+16 | |
2016-04-21 | delay isn't the problem here | Jack Humbert | 1 | -1/+0 | |
2016-04-20 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | 3 | -181/+153 | |
2016-04-20 | fixed startup audio with a 500ms delay | Jack Humbert | 3 | -142/+97 | |
2016-04-20 | breaking changes - restructuring audio.c a little | Jack Humbert | 2 | -46/+63 | |
2016-04-19 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | 6 | -111/+404 | |
2016-04-19 | vibrato and polyphony paratmeters | Jack Humbert | 3 | -159/+249 | |
2016-04-19 | getting ready for getters and setters | Jack Humbert | 2 | -36/+149 | |
2016-04-19 | merging in #262 | Jack Humbert | 1 | -0/+2 | |
2016-04-19 | note sliding - on right now | Jack Humbert | 2 | -43/+39 | |
2016-04-18 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | 6 | -35/+119 | |
2016-04-18 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into ↵ | IBNobody | 2 | -3/+4 | |
personal_atomic_planck | |||||
2016-04-18 | Notes Bugfix | IBNobody | 1 | -2/+4 | |
2016-04-18 | audio fixes | Jack Humbert | 1 | -2/+2 | |
2016-04-18 | Merge branch 'personal_atomic_planck' of github.com:IBNobody/qmk_firmware | Jack Humbert | 5 | -25/+117 | |
2016-04-18 | Added extra songs, LED indicator notes | IBNobody | 5 | -25/+117 | |
2016-04-18 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | Jack Humbert | 1 | -0/+1 | |
2016-04-18 | merging | Jack Humbert | 3 | -10/+14 | |
2016-04-18 | audio fixes | Jack Humbert | 2 | -3/+4 | |
2016-04-17 | added new experimental layout - works with ErgodoxLayoutGenerator | Stephan Bösebeck | 1 | -2/+2 | |
2016-04-17 | Converted goodbye to notes, fixed eighth dotted note macro | IBNobody | 4 | -10/+14 | |
2016-04-17 | Merge remote-tracking branch 'remotes/jackhumbert/master' into ↵ | IBNobody | 3 | -9/+18 | |
personal_atomic_planck | |||||
2016-04-17 | Fixed many compiler warnings related to print being disabled | IBNobody | 1 | -0/+1 | |
2016-04-17 | __attribute__ ((weak)) added to led_set | a0-c | 1 | -0/+1 | |
__attribute__ ((weak)) added to led_set | |||||
2016-04-17 | fixed single note play copy/paste bug | IBNobody | 1 | -1/+1 | |