4a8bd7b9a5
Rename keymap_extras headers for consistency ( #16939 )
2022-05-15 21:27:01 +10:00
e99d6d582c
Add Ukrainian keymap header ( #16947 )
...
* Add Ukrainian keymap header
* Docs
2022-04-28 00:11:41 +01:00
73688057f4
Add missing dead key LUTs for sendstring headers ( #16929 )
2022-04-25 19:30:20 +10:00
63646e8906
Format code according to conventions ( #16322 )
2022-02-12 18:29:31 +00:00
b31f814e8c
Fixes for slovak language-specific keycodes ( #16019 )
2022-01-27 15:36:43 +00:00
f383d3d8be
Fix inverted gt and lt send_string mapping in canadian multilingual ( #15487 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Billy Braga <bbraga@progi.com >
2021-12-16 10:05:06 -08:00
231cd7a39f
Fix some wrong keycode macros in locale mapping files ( #15488 )
2021-12-16 16:59:04 +11:00
f529580860
Basic keycode overhaul ( #14726 )
2021-11-03 22:22:17 -07:00
92385e30cd
Manually format develop ( #15003 )
2021-11-01 19:18:33 +00:00
0d72438ad6
Correct the Turkish F '?' keycode (TR_QUES) ( #14740 )
...
define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
2021-10-07 15:01:50 +01:00
2481e109a0
Merge remote-tracking branch 'origin/master' into develop
2021-08-23 22:06:37 +00:00
9472c4b8cb
Fix US_RDQU keycode ( #13464 )
...
`US_RDQU` and `US_LDQU` were aliased to the same keycode. `US_RDQU`
should use the right bracket.
2021-08-24 08:06:04 +10:00
705774f7bf
Steno combinedkeys ( #12538 )
...
* Add support for steno keys that press adjacent keys simultaniously
* Add some docs for steno combined keys
2021-08-18 04:48:00 +10:00
8925199ae8
Merge remote-tracking branch 'origin/master' into develop
2021-07-20 16:17:22 +00:00
3486870ee4
Adds Swedish Mac ISO and ANSI keymaps ( #13055 )
...
* Adds Swedish Mac ISO and ANSI keymaps
* Replaces NBSP with space
* Adds missing keys
* Remove duplicates
* Remove duplicates
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Change case and remove whitespace
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Fix uppercase
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Add specific files for Swedish Pro
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Remove whitespace
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_pro_osx_ansi.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_swedish_osx_iso.h
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2021-07-20 09:16:17 -07:00
50d4dfd2e6
keymap_extras
: Remove deprecated defines (#12949 )
2021-07-06 09:05:11 +10:00
dc3896e31c
Cleanup junk chars, part 4 ( #13345 )
2021-07-01 16:41:51 +10:00
6155987d9f
Merge remote-tracking branch 'origin/master' into develop
2021-01-13 04:53:32 +00:00
09835033da
keymap_fr_ch: undef CH_H
( #11537 )
2021-01-13 15:53:00 +11:00
e190872b82
Improved Language Specific Keycodes for US International and Extended Layouts ( #11307 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2021-01-02 15:54:48 +11:00
ca8df55858
Added mac variant of portuguese keymap extras ( #11260 )
...
* 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-29 19:40:58 -08:00
48f4768d33
Change include guards in quantum/ to pragma once ( #11239 )
2020-12-26 15:53:12 +11:00
8ea7f4f45f
Fixed french quotes on canadian multilingual ( #11183 )
2020-12-11 19:00:07 +00:00
2ffac90c99
Fix typo causing redefined error
in keymap_french_osx ( #10962 )
...
Co-authored-by: gbotin <geoffrey.botin@gmail.com >
2020-11-17 09:27:09 +11:00
168ce1a743
Update keymap_spanish_dvorak.h ( #10213 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2020-10-23 04:42:34 +11:00
6c78f80fa1
Partial fix for sendstring_french.h ( #10623 )
2020-10-13 03:17:11 +11:00
b6f9ca3b09
Fix Belgian sendstring properly ( #10444 )
2020-09-26 14:14:34 +10:00
9570b1bbb4
Fix Belgian sendstring file ( #10443 )
...
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-26 05:34:38 +10:00
9bca381b98
Unflip < and > for canadian mutlilingual ( #10222 )
...
Co-authored-by: Olivier Li <olivierli@google.com >
2020-09-06 09:51:38 +10:00
69804bb243
Fixed Spanish keymap extra ES_DIAE symbol ( #10211 )
...
* 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-01 08:23:31 +10:00
dba8148764
Fix Czech keycodes ( #9987 )
2020-08-29 14:30:02 -07:00
fc13315300
Fixed CA_DOTA key code ( #9722 )
2020-07-16 15:50:51 +10:00
ca598c3df6
Changed US_RBRC to KC_RBRC instead of KC_LBRC ( #9664 )
2020-07-08 21:45:43 +01:00
5f9fb01020
[Keymap Extra] Add French AZERTY (AFNOR - NF Z71-300) ( #9644 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2020-07-08 19:55:02 +01:00
b30d0361c5
Fix “G” in Neo2 keymap ( #9645 )
...
Fix duplicated “NE_H” definition to use “NE_G” in Neo2 keymap,
introduced with commit 44ff14f
.
2020-07-04 11:43:52 +01:00
9b85bd68a4
feat: add dvorak-fr as extra keymap ( #9512 )
2020-06-24 22:52:40 -07:00
4b80ee46f8
Add Hebrew keymap aliases ( #9383 )
...
* 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-23 22:35:43 -07:00
dfcd4f0d25
BE_J should map to KC_J ( #9243 )
2020-06-01 14:04:44 +10:00
44ff14f290
Update Neo2 keymap ( #9063 )
2020-05-13 19:34:55 +01:00
741c7d5eec
Update Canadian Multilingual keymap and add sendstring LUT ( #8786 )
2020-05-13 19:34:31 +01:00
bd639752db
format code according to conventions [skip ci]
2020-04-28 07:04:07 +00:00
aaeef7a833
Add Romanian keymap and sendstring LUT ( #8852 )
2020-04-28 16:23:48 +10:00
43785126a7
Merge pull request #8710 from vomindoraan/keymap_extras_fixup
2020-04-19 19:18:05 +10:00
ed910c8e97
Add back deprecated SE_AE keycode
2020-04-19 02:56:52 +02:00
195324cc4c
Add dvorak's spanish variant to quantum/keymap_extras ( #8732 )
...
* 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-04-18 17:12:36 -07:00
cd5399942b
Merge pull request #8722 from fauxpark/keymap-extras-bepo
2020-04-19 06:58:01 +10:00
fd4bbd8d11
Update Italian macOS keymaps and add sendstring LUTs ( #8701 )
...
* Update Italian macOS keymaps and add sendstring LUTs
* Wrong letter
2020-04-19 06:57:36 +10:00
f43cb31476
Update French and German macOS keymaps and add sendstring LUTs ( #8700 )
2020-04-19 06:57:05 +10:00
89eb3a9e42
Update Swiss French/German keymaps and add sendstring LUTs ( #8689 )
2020-04-19 06:56:49 +10:00
09a1917103
Slight rename of double angle quote keycodes
2020-04-13 21:15:37 +10:00