aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | 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
| |\ \ \
| * | | | fixed de_osx prefix in keymap include to avoid conflictsStephan Bösebeck2016-03-311-78/+78
| | | | |
* | | | | BÉPO over CSA: GR2A-shifted characters in AltGr layerDidier Loiseau2016-04-021-11/+75
| | | | | | | | | | | | | | | | | | | | - define aliases for all GR2A-shifted characters - use the available characters in BÉPO over CSA AltGr layer
* | | | | Use CSA_ as prefix for Canadian Multilingual key aliasesDidier Loiseau2016-04-021-121/+123
| | | | | | | | | | | | | | | CM is already used for Colemak.
* | | | | BÉPO over CSA: GR2A characters in AltGr layerDidier Loiseau2016-04-021-4/+77
| | | | | | | | | | | | | | | | | | | | - define aliases for all GR2A characters (unshifted) - use the available characters in the BÉPO over CSA AltGr layer
* | | | | BÉPO over CSA: AltGr layerDidier Loiseau2016-04-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - implemented the most useful characters: - all French characters + € - common programmer characters - other keys implemented as KC_NO to avoid mistyping a character from a lower layer - AltGr+Shift not supported (yet)
* | | | | Initial BÉPO over CSA with Shift layerDidier Loiseau2016-04-021-0/+105
| |/ / / |/| | | | | | | | | | | | | | | | | | | Initial implementation of the BÉPO layout for use with the Canadian Multilingual Standard layout (a.k.a. CSA / ACNOR layout) on the OS-side. - support all bépo characters from the default and shifted layers
* | | | 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
| |/ / /
| * | | 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
| |/ /
* / / preonic updateJack Humbert2016-03-301-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
| |/