aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keymap_extras
AgeCommit message (Collapse)Author
2016-12-02Annotates nordicGravatar Erez Zukerman
2016-11-22Add japanese keymapGravatar h-youhei
2016-11-10Merge pull request #868 from potz/masterGravatar Jack Humbert
Add brazilian ABNT2 keymap
2016-11-08Add brazilian ABNT2 keymapGravatar Potiguar Faga
2016-10-19add programmer dvorak keymapGravatar Artyom Mironov
2016-09-19Add more shifted Dvorak key code definitionsGravatar Jonathan A. Kollasch
2016-09-11Fixed compilation issues after the mergeGravatar Didier Loiseau
2016-09-11Merge remote-tracking branch 'remotes/jackhumbert/master' into bépoGravatar Didier Loiseau
2016-08-07Removed unnecessary commentGravatar kuel
2016-08-07Add keymap_russian.h, a software implementation of RussianGravatar kuel
rename keymap_cyrillic.h to keymap_unicode_cyrillic.h changed CY_RUBLE and CY_NUMERO to CY_RUBL and CY_NMRO in keymap_unicode_cyrillic.h
2016-08-02Add keymap_cyrillic.h, lots of cyrillic charactersGravatar kuel
2016-07-25Merge pull request #558 from lindhe/masterGravatar Jack Humbert
Fix misspelled command in Norwegian helper
2016-07-25Change Nordic ampersand code to match the EnglishGravatar Andreas Lindhé
Changed from "NO_AMP" to "NO_AMPR" since the KC one is "KC_AMPR"
2016-07-25Fix misspelled command in Norwegian helperGravatar Andreas Lindhé
2016-07-24Fix some errors in bepo mappingGravatar Vivien Alger
2016-07-14keymap_dvorak.h: add missing shifted keys, fix whitespaceGravatar Jonathan A. Kollasch
2016-07-14extra_keymaps: use RALT() instead of 0x1400 for AltGrGravatar Jonathan A. Kollasch
2016-07-14keymap_extras: add newline at end of filesGravatar Jonathan A. Kollasch
2016-07-02Fix for '~' in spanish layoutGravatar Rubén Díaz-Jorge
2016-06-21adds fuse settings for atmega32u4, fixes keymap_extras includesGravatar Jack Humbert
2016-06-21Warning reductions (#430)Gravatar Jack Humbert
Warning reductions
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Gravatar Jack Humbert
* sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
2016-05-18Added Swiss-German keymap. (#335)Gravatar heartsekai
2016-04-23Add a keymap_extras header for PloverGravatar James ‘Twey’ Kay
2016-04-17added new experimental layout - works with ErgodoxLayoutGeneratorGravatar Stephan Bösebeck
2016-04-02BÉPO over CSA: GR2A-shifted characters in AltGr layerGravatar Didier Loiseau
- define aliases for all GR2A-shifted characters - use the available characters in BÉPO over CSA AltGr layer
2016-04-02Use CSA_ as prefix for Canadian Multilingual key aliasesGravatar Didier Loiseau
CM is already used for Colemak.
2016-04-02BÉPO over CSA: GR2A characters in AltGr layerGravatar Didier Loiseau
- define aliases for all GR2A characters (unshifted) - use the available characters in the BÉPO over CSA AltGr layer
2016-04-02BÉPO over CSA: AltGr layerGravatar Didier Loiseau
- 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)
2016-04-02Initial BÉPO over CSA with Shift layerGravatar Didier Loiseau
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
2016-03-31fixed de_osx prefix in keymap include to avoid conflictsGravatar Stephan Bösebeck
2016-03-14Merge pull request #194 from DidierLoiseau/bépo-keymap-headerGravatar Jack Humbert
Keymap header for the BÉPO layout
2016-03-14fixes an obvious typo to have DE_LCBR produce {Gravatar Daniel Kriesten
2016-03-13Keymap header for the BÉPO layoutGravatar Didier Loiseau
2016-03-03update neo keymapGravatar plgruener
2016-02-27Fix FR_RCBR declaration in keymap_french.hGravatar Kévin Letord
2016-02-22Include Dvorak underscore and plus keys.Gravatar Keller-Laminar
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.
2016-02-20Add extra keymap for swiss french keyboardGravatar Vincent Pochet
2016-02-11Norwegian Colemak Ergodox and Norwegian key definitionsGravatar joar
2016-02-05Fixes CM_SCLN and updates docs for ColemakGravatar Erez Zukerman
2016-02-05Fix 2 macros in the Nordic keymapGravatar Fernando Mendonca
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.
2016-01-19complete keymap_german.h (all alphanumerics)Gravatar plgruener
add 'DE_'-prefixed aliases for all alphanumerics, so it becomes immediatly obvious which layout we are assuming.
2016-01-15using keymap_german_osx.h more, adding macros for CTRL/CMD-V combinationGravatar Stephan Bösebeck
2016-01-05quantum: Add French keymap for OSX (keymap_french_osx)Gravatar Sébastien Pérochon
2015-12-19Add neo2 keymap and neo2 ergodox layoutGravatar Matthias Schmitt
2015-12-19Add german keymap and german ergodox layoutGravatar Matthias Schmitt
2015-10-29homebrew instructionsGravatar Jack Humbert
2015-10-26quantum separatedGravatar Jack Humbert