aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keymap_extras
Commit message (Collapse)AuthorAgeFilesLines
* Fix Belgian sendstring properly (#10444)Ryan2020-09-261-1/+1
|
* Fix Belgian sendstring file (#10443)Drashna Jaelre2020-09-261-1/+1
| | | | | | | | | 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/
* Unflip < and > for canadian mutlilingual (#10222)Olivier Li2020-09-061-2/+2
| | | Co-authored-by: Olivier Li <olivierli@google.com>
* Fixed Spanish keymap extra ES_DIAE symbol (#10211)Félix Sanz2020-09-011-1/+1
| | | | | | | | | | | * 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>
* Fix Czech keycodes (#9987)David Kosorin2020-08-291-2/+2
|
* Fixed CA_DOTA key code (#9722)Hedgestock2020-07-161-1/+1
|
* Changed US_RBRC to KC_RBRC instead of KC_LBRC (#9664)Oskar Holstensson2020-07-081-1/+1
|
* [Keymap Extra] Add French AZERTY (AFNOR - NF Z71-300) (#9644)Guillaume Gérard2020-07-082-0/+353
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix “G” in Neo2 keymap (#9645)Olli2020-07-041-1/+1
| | | | Fix duplicated “NE_H” definition to use “NE_G” in Neo2 keymap, introduced with commit 44ff14f.
* feat: add dvorak-fr as extra keymap (#9512)Guillaume Gérard2020-06-242-0/+215
|
* Add Hebrew keymap aliases (#9383)Joshua Diamond2020-06-231-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | * 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!
* BE_J should map to KC_J (#9243)Kimat Boven2020-06-011-1/+1
|
* Update Neo2 keymap (#9063)Ryan2020-05-131-58/+122
|
* Update Canadian Multilingual keymap and add sendstring LUT (#8786)Ryan2020-05-132-236/+510
|
* format code according to conventions [skip ci]QMK Bot2020-04-281-1/+1
|
* Add Romanian keymap and sendstring LUT (#8852)Ryan2020-04-283-0/+290
|
* Merge pull request #8710 from vomindoraan/keymap_extras_fixupRyan2020-04-196-9/+10
|\
| * Add back deprecated SE_AE keycodeKonstantin Đorđević2020-04-191-0/+1
| |
| * GR_DTON → GR_DIATKonstantin Đorđević2020-04-061-1/+1
| |
| * Small corrections to Belgian, Serbian and Slovenian keymapsKonstantin Đorđević2020-04-064-8/+8
| |
* | Add dvorak's spanish variant to quantum/keymap_extras (#8732)joseandres422020-04-183-1/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge pull request #8722 from fauxpark/keymap-extras-bepoRyan2020-04-192-298/+386
|\ \
| * | Slight rename of double angle quote keycodesfauxpark2020-04-132-12/+14
| | |
| * | Update BÉPO keymap and sendstring LUTfauxpark2020-04-072-298/+384
| |/
* | Update Italian macOS keymaps and add sendstring LUTs (#8701)Ryan2020-04-194-178/+689
|\ \ | | | | | | | | | | | | * Update Italian macOS keymaps and add sendstring LUTs * Wrong letter
| * | Wrong letterfauxpark2020-04-061-11/+11
| | |
| * | Update Italian macOS keymaps and add sendstring LUTsfauxpark2020-04-064-178/+689
| |/
* | Update French and German macOS keymaps and add sendstring LUTs (#8700)Ryan2020-04-195-157/+736
| |
* | Update Swiss French/German keymaps and add sendstring LUTs (#8689)Ryan2020-04-194-177/+571
| |
* | format code according to conventions [skip ci]QMK Bot2020-04-121-1/+1
| |
* | Added Workman ZXCVM variation (#8686)artjomsR2020-04-122-0/+184
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add Greek keymap (#8636)Ryan2020-04-051-0/+162
| | | | | | | | | | | | | * Add Greek keymap * Split left shift (unused), change keycode for dialytika tonos * Update quantum/keymap_extras/keymap_greek.h Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * Fix definition for DTON Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com>
* Add Polish keymap (#8637)Ryan2020-04-052-4/+156
| | | | | | | | | | | | | | | | | | | | | * Add Polish keymap * Fix wrong AltGr mapping * These are ogoneks, not cedillas * Too many !s * ANSI * Just use BSLS * Move BSLS * Move PIPE * Fix some incorrect names in keymap_slovak.h Thanks to vomindoraan
* Add Russian keymap (#8638)Drashna Jaelre2020-04-051-0/+133
|\ | | | | | | | | * Add Russian keymap * Switch to ANSI layout
| * Switch to ANSI layoutfauxpark2020-04-021-15/+16
| |
| * Add Russian keymapfauxpark2020-04-011-0/+132
| |
* | Add Korean keymap (#8635)Ryan2020-04-051-0/+128
|/ | | | | | | | | | | * Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com>
* Add Slovak keymap and sendstring LUT (#8561)Ryan2020-04-012-0/+276
|
* Add Serbian keymaps and sendstring LUT (#8560)Ryan2020-04-013-0/+400
| | | | | | | | | | | * Add Serbian keymaps and sendstring LUT * Apply suggestions from code review Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * Fix formatting Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com>
* Add Lithuanian keymap and sendstring LUT (#8562)Ryan2020-04-014-0/+502
| | | | | * Add Lithuanian keymap and sendstring LUT * Add Lithuanian AZERTY
* Add Latvian keymap and sendstring LUT (#8563)Ryan2020-04-012-0/+246
|
* Fix IT_APOS backward compatibility define in keymap_italian.h (#8565)Drashna Jaelre2020-03-271-1/+1
| | | | | * Fix IT_APOS backward compatibility define in keymap_italian.h Found by ZSA.
* Add Estonian keymap (#8527)Ryan2020-03-262-0/+255
|
* Add Croatian keymap (#8525)Ryan2020-03-262-0/+263
| | | | | * Add Croatian keymap * Fix comment on HR_DIAE
* Add Irish keymap (#8528)Ryan2020-03-221-0/+152
|
* Add Czech keymap (#8526)Ryan2020-03-222-0/+273
|
* Add US International keymap (#8493)Ryan2020-03-228-35/+241
| | | | | * Add US International keymap * Add extra spacing to UK AltGr keycode comments
* Add Icelandic keymap and sendstring LUT (#8494)Ryan2020-03-222-0/+253
|
* Add Finnish keymap and sendstring LUT (#8495)Ryan2020-03-222-0/+253
|
* Update JIS keymap and sendstring LUT (#8457)Ryan2020-03-202-46/+120
|