summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
| * Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audioJack Humbert2016-01-233-0/+141
| |\
| * | better integrationsJack Humbert2016-01-205-273/+369
| | |
| * | soundsJack Humbert2016-01-151-0/+2
| | |
| * | note seq, start-up beeps, function beepsJack Humbert2016-01-132-30/+126
| | |
| * | timer 3Jack Humbert2016-01-111-142/+9
| | |
| * | pwm audioJack Humbert2016-01-115-98/+423
| | |
* | | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into ↵Jack Humbert2016-01-232-0/+41
|\ \ \ | | |/ | |/| | | | smarkefile
| * | complete keymap_german.h (all alphanumerics)plgruener2016-01-191-0/+39
| | | | | | | | | | | | | | | add 'DE_'-prefixed aliases for all alphanumerics, so it becomes immediatly obvious which layout we are assuming.
| * | Add defines for CtrlAltGui modifiersPeter Eichinger2016-01-181-0/+2
| | |
* | | keymap.c changes, disable grep stuffJack Humbert2016-01-201-14/+14
| | |