summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Collapse)AuthorAgeFilesLines
* audio fixesJack Humbert2016-04-171-2/+2
|
* Merge branch 'personal_atomic_planck' of github.com:IBNobody/qmk_firmwareJack Humbert2016-04-175-25/+117
|\
| * Added extra songs, LED indicator notesIBNobody2016-04-175-25/+117
| |
* | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert2016-04-171-0/+1
|\ \
| * | __attribute__ ((weak)) added to led_seta0-c2016-04-171-0/+1
| | | | | | | | | __attribute__ ((weak)) added to led_set
* | | mergingJack Humbert2016-04-173-10/+14
|\ \ \ | | |/ | |/|
| * | Converted goodbye to notes, fixed eighth dotted note macroIBNobody2016-04-174-10/+14
| | |
| * | Merge remote-tracking branch 'remotes/jackhumbert/master' into ↵IBNobody2016-04-173-9/+18
| |\| | | | | | | | | | personal_atomic_planck
| * | Fixed many compiler warnings related to print being disabledIBNobody2016-04-171-0/+1
| | |
| * | fixed single note play copy/paste bugIBNobody2016-04-171-1/+1
| | |
* | | audio fixesJack Humbert2016-04-172-3/+4
| | |
* | | Merge branch 'personal_atomic_planck' of github.com:IBNobody/qmk_firmwareJack Humbert2016-04-174-25/+103
|\| | | |/ |/|
| * Added trimble and tempo adjustments!IBNobody2016-04-174-16/+65
| |
| * Adding folding to #if, etcIBNobody2016-04-173-12/+41
| |
* | planck default layout updatesJack Humbert2016-04-172-6/+7
| |
* | no need for length of play_notes array with macroJack Humbert2016-04-164-11/+35
|\|
| * Fixed how note arrays are used.IBNobody2016-04-164-12/+30
| |
* | changes to play_notes, goodbyeJack Humbert2016-04-162-8/+10
|/
* rests between notes as an argumentJack Humbert2016-04-163-10/+24
|
* Merge pull request #260 from IBNobody/personal_atomic_planckJack Humbert2016-04-161-0/+182
|\ | | | | Atomic TLC and musical note freqs for audio
| * Adding Musical NotesIBNobody2016-04-168-163/+489
| |\
| * | Added Audio to my AtomicIBNobody2016-04-151-2/+2
| | |
* | | fixes audio prescaler to emit correct freqJack Humbert2016-04-162-8/+10
| |/ |/|
* | MAGIC functionality, AG swap in default layoutJack Humbert2016-04-162-115/+163
| |
* | updates to preonic default, music mode integratedJack Humbert2016-04-161-45/+55
| |
* | added keymap_extras to pathJack Humbert2016-04-161-0/+1
| |
* | eeprom reset toolJack Humbert2016-04-162-0/+15
| |
* | audio enable stored in eepromJack Humbert2016-04-152-2/+60
| |
* | [Erez & Jack] Makes tri-layer available across QuantumErez Zukerman2016-04-072-0/+12
|/
* audio note length fixesJack Humbert2016-04-152-7/+10
|
* the spacessssJack Humbert2016-04-151-4/+4
|
* changing up the makefile a bitJack Humbert2016-04-141-4/+4
|
* Added parenthesis to midi macro.IBNobody2016-04-131-1/+1
|
* Compiler Warnings / Atomic TLCIBNobody2016-04-133-5/+5
| | | | | Corrected compiler warnings for a number of issues. Gave Atomic some TLC.
* add silent notesJack Humbert2016-04-051-0/+3
|
* Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2016-04-012-3/+3
|\
| * Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert2016-03-3010-51/+466
| |\
| | * Updated several keyboard folders to use new keymap naming schemeNoah Andrews2016-03-291-1/+1
| | |
| * | preonic updateJack Humbert2016-03-301-2/+2
| | |
* | | fixed de_osx prefix in keymap include to avoid conflictsStephan Bösebeck2016-03-311-78/+78
| |/ |/|
* | Merge pull request #219 from IBNobody/masterJack Humbert2016-03-282-11/+43
|\ \ | | | | | | Master
| * | Minor Tweaks and DocumentationIBNobody2016-03-282-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #214 from cdlm/action-hookJack Humbert2016-03-282-6/+19
|\ \ \ | |/ / |/| | Add per-event user hook function
| * | Add action-preprocessing hook to keyboard templateDamien Pollet2016-03-282-6/+19
| | |
* | | Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody2016-03-282-12/+58
|/ / | | | | | | | | | | Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
* | Fixed extra semicolons.IBNobody2016-03-222-9/+6
| | | | | | | | Fixed extra semicolons.
* | Fixed LED Function CallsIBNobody2016-03-221-8/+7
| | | | | | | | | | Fixed LED indicator function calls to match how the matrix init function calls are formatted.
* | Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-03-223-31/+18
|\ \ | | | | | | | | | | | | | | | # Conflicts: # quantum/template/template.c # quantum/template/template.h
| * \ Pull request 190 resolution with 'qmk/master' for mergeyoyoerx2016-03-212-2/+313
| |\ \
| * | | Addressed void* return warning in all keymapsyoyoerx2016-03-103-28/+18
| | |/ | |/|