aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | |/ | |/|
* | | Adding LED function pointersIBNobody2016-03-153-6/+36
| |/ |/|
* | Merge pull request #194 from DidierLoiseau/bépo-keymap-headerJack Humbert2016-03-141-0/+311
|\ \ | | | | | | Keymap header for the BÉPO layout
| * | Keymap header for the BÉPO layoutDidier Loiseau2016-03-131-0/+311
| |/
* / fixes an obvious typo to have DE_LCBR produce {Daniel Kriesten2016-03-141-2/+2
|/
* Remove extraneous commaNoah Andrews2016-03-041-1/+1
|
* update neo keymapplgruener2016-03-031-0/+19
|
* Fix FR_RCBR declaration in keymap_french.hKévin Letord2016-02-271-1/+1
|
* Include Dvorak underscore and plus keys.Keller-Laminar2016-02-221-1/+3
| | | There were previously no Dvorak specific underscore and plus key codes. For a keyboard like the Planck which has layers directly to shifted versions of special character keys you were unable to produce those characters using the Lower layer.
* Add extra keymap for swiss french keyboardVincent Pochet2016-02-201-0/+98
|
* Merge pull request #145 from gerbercj/feature/atreus_astarJack Humbert2016-02-171-0/+3
|\ | | | | Add support for Atreus running on A-Star
| * Add support for Atreus running on A-StarChris Gerber2016-02-151-0/+3
| |
* | Norwegian Colemak Ergodox and Norwegian key definitionsjoar2016-02-111-0/+41
|/
* README changesJack Humbert2016-02-071-158/+2
|
* Use boolean AND instead of bitwise (possible typo)Wojciech Siewierski2016-02-071-1/+1
| | | Fortunately seems harmless.
* Fixes CM_SCLN and updates docs for ColemakErez Zukerman2016-02-051-31/+31
|
* Fix 2 macros in the Nordic keymapFernando Mendonca2016-02-051-3/+3
| | | | | | | By testing I found out that, at least on Linux using the Swedish layout, two macros present on this file were wrong, for the backslash and pipe keys. Jack helped me find the correct combination for the backslash and that led me to the right one for pipe.
* audio on resetJack Humbert2016-01-291-0/+17
|
* missing fileJack Humbert2016-01-291-0/+30
|
* fix bugs in animation effectsYang Liu2016-01-242-2/+2
|
* Integrate WS2812 code into quantum coreYang Liu2016-01-245-2/+853
|
* changes to the templateJack Humbert2016-01-235-84/+14
|
* Merge branch 'audio' of https://github.com/jackhumbert/tmk_keyboard into ↵Jack Humbert2016-01-238-263/+649
|\ | | | | | | smarkefile