summaryrefslogtreecommitdiff
path: root/quantum/keymap_extras
AgeCommit message (Collapse)Author
2021-03-25feat: adds ukranian user contributionFlorian Didron
2021-02-11feat: swiss french oryx aliasesFlorian Didron
2021-02-02keymap_fr_ch: undef `CH_H` (#11537)Ryan
2021-01-12Change include guards in quantum/ to pragma once (#11239)Ryan
2021-01-12Fixed french quotes on canadian multilingual (#11183)Hedgestock
2021-01-12Fix typo causing `redefined error` in keymap_french_osx (#10962)Geoffrey BOTIN
Co-authored-by: gbotin <geoffrey.botin@gmail.com>
2021-01-12Fix Belgian sendstring properly (#10444)Ryan
2021-01-12Fix Belgian sendstring file (#10443)Drashna Jaelre
Specifically, the `BE_CIRC` is an alt-ed keycode, which means it doesn't fit into the 8 bit keycode range... It should be `BE_SECT`, as it is already alt-ed by the alt lut. Confirmed that this change fixes compilation warnings and works correctly, on reddit. https://www.reddit.com/r/olkb/comments/iywin1/unsigned_conversion_from_int_to_unsigned_char/g6jvfgl/
2021-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-13keymap_fr_ch: undef `CH_H` (#11537)Ryan
2021-01-11feat: adds portuguese OSX contributionsFlorian Didron
2021-01-11Added mac variant of portuguese keymap (#326)André Cruz
This keymap is very similar to the existing portuguese keymap, but some symbols are moved around.
2021-01-02Improved Language Specific Keycodes for US International and Extended ↵Joshua Diamond
Layouts (#11307) Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-29Added mac variant of portuguese keymap extras (#11260)André Cruz
* Added mac variant of portuguese keymap This keymap is very similar to the existing portuguese keymap, but some symbols are moved around. Apply suggestions from code review Corrected whitespace and implemented some suggested changes. Co-authored-by: Ryan <fauxpark@gmail.com> Converted some spaces to nbsp Added sendstring ISO version * Apply suggestions from code review Added suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Replaced space with nbsp * Corrected 2 chars in ascii_to_shift_lut { and } require shift Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-26Change include guards in quantum/ to pragma once (#11239)Ryan
2020-12-11Fixed french quotes on canadian multilingual (#11183)Hedgestock
2020-11-17Fix typo causing `redefined error` in keymap_french_osx (#10962)Geoffrey BOTIN
Co-authored-by: gbotin <geoffrey.botin@gmail.com>
2020-10-29Add Estonian keymap (#8527)Ryan
2020-10-23Update keymap_spanish_dvorak.h (#10213)Félix Sanz
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-10-22fix: comment typoFlorian Didron
2020-10-22feat: adds kazakh keymapsFlorian Didron
2020-10-13Partial fix for sendstring_french.h (#10623)Ryan
2020-10-09feat: adds user locale contributionsFlorian Didron
2020-09-30Unflip < and > for canadian mutlilingual (#10222)Olivier Li
Co-authored-by: Olivier Li <olivierli@google.com>
2020-09-30Fixed Spanish keymap extra ES_DIAE symbol (#10211)Félix Sanz
* Fixed Spanish keymap extra ES_DIAE symbol `ES_DIAE` should be `S(ES_ACUT)` not `S(ES_GRV)` * Update quantum/keymap_extras/keymap_spanish.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-30Fix Czech keycodes (#9987)David Kosorin
2020-09-26Fix Belgian sendstring properly (#10444)Ryan
2020-09-26Fix Belgian sendstring file (#10443)Drashna Jaelre
Specifically, the `BE_CIRC` is an alt-ed keycode, which means it doesn't fit into the 8 bit keycode range... It should be `BE_SECT`, as it is already alt-ed by the alt lut. Confirmed that this change fixes compilation warnings and works correctly, on reddit. https://www.reddit.com/r/olkb/comments/iywin1/unsigned_conversion_from_int_to_unsigned_char/g6jvfgl/
2020-09-06Unflip < and > for canadian mutlilingual (#10222)Olivier Li
Co-authored-by: Olivier Li <olivierli@google.com>
2020-09-01Fixed Spanish keymap extra ES_DIAE symbol (#10211)Félix Sanz
* Fixed Spanish keymap extra ES_DIAE symbol `ES_DIAE` should be `S(ES_ACUT)` not `S(ES_GRV)` * Update quantum/keymap_extras/keymap_spanish.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-08-29Fix Czech keycodes (#9987)David Kosorin
2020-08-08Fixed CA_DOTA key code (#9722)Hedgestock
2020-08-08Changed US_RBRC to KC_RBRC instead of KC_LBRC (#9664)Oskar Holstensson
2020-08-08Send_String: feat: add dvorak-fr as extra keymap (#9512)Guillaume Gérard
2020-08-08Send_String: Add Hebrew keymap aliases (#9383)Joshua Diamond
* Add Hebrew keymap aliases * Use NBSP for internal space in box drawings * Apply suggestions from code review * More whitespace fixes * IL_DVAV, IL_DYOD and IL_VYOD were incorrect * Add IL_DEG, IL_MUL, IL_DIV * Hebrew is now ISO (no more BAE) * Use ISO left shift * Apply suggestions from code review * DYOD and VYOD were reversed in diagram. Oops!
2020-08-08BE_J should map to KC_J (#9243)Kimat Boven
2020-07-16Fixed CA_DOTA key code (#9722)Hedgestock
2020-07-08Changed US_RBRC to KC_RBRC instead of KC_LBRC (#9664)Oskar Holstensson
2020-07-08[Keymap Extra] Add French AZERTY (AFNOR - NF Z71-300) (#9644)Guillaume Gérard
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-07-04Fix “G” in Neo2 keymap (#9645)Olli
Fix duplicated “NE_H” definition to use “NE_G” in Neo2 keymap, introduced with commit 44ff14f.
2020-06-24feat: add dvorak-fr as extra keymap (#9512)Guillaume Gérard
2020-06-23Add Hebrew keymap aliases (#9383)Joshua Diamond
* Add Hebrew keymap aliases * Use NBSP for internal space in box drawings * Apply suggestions from code review * More whitespace fixes * IL_DVAV, IL_DYOD and IL_VYOD were incorrect * Add IL_DEG, IL_MUL, IL_DIV * Hebrew is now ISO (no more BAE) * Use ISO left shift * Apply suggestions from code review * DYOD and VYOD were reversed in diagram. Oops!
2020-06-12Add Romanian keymap and sendstring LUT (#8852)Ryan
2020-06-12Add back deprecated SE_AE keycodeKonstantin Đorđević
2020-06-12Add dvorak's spanish variant to quantum/keymap_extras (#8732)joseandres42
* Added dvorak's spanish variant. * Fixed spacing * Fixed filename typo * Applied fixes and suggestions. * Fixed spacing * Added sendstring_spanish_dvorak.h * Fixed sendstring_spanish.h * Update quantum/keymap_extras/sendstring_spanish_dvorak.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/sendstring_spanish.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/sendstring_spanish_dvorak.h Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: joseandres42 <joseandres42@Orion-PC.localdomain> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-06-12Update French and German macOS keymaps and add sendstring LUTs (#8700)Ryan
2020-06-12Update Swiss French/German keymaps and add sendstring LUTs (#8689)Ryan
2020-06-12Slight rename of double angle quote keycodesfauxpark
2020-06-12Added Workman ZXCVM variation (#8686)artjomsR
* Added Workman ZXCVM variation * Update quantum/keymap_extras/keymap_workman_zxcvm.h Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * Update quantum/keymap_extras/sendstring_workman_zxcvm.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_workman_zxcvm.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/keymap_workman_zxcvm.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update quantum/keymap_extras/sendstring_workman_zxcvm.h Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-06-12Update BÉPO keymap and sendstring LUTfauxpark