Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							09835033da 
							
						 
					 
					
						
						
							
							keymap_fr_ch: undef CH_H ( #11537 )  
						
						
						
						
					 
					
						2021-01-13 15:53:00 +11:00 
						 
				 
			
				
					
						
							
							
								Joshua Diamond 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								André Cruz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48f4768d33 
							
						 
					 
					
						
						
							
							Change include guards in quantum/ to pragma once ( #11239 )  
						
						
						
						
					 
					
						2020-12-26 15:53:12 +11:00 
						 
				 
			
				
					
						
							
							
								Hedgestock 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8ea7f4f45f 
							
						 
					 
					
						
						
							
							Fixed french quotes on canadian multilingual ( #11183 )  
						
						
						
						
					 
					
						2020-12-11 19:00:07 +00:00 
						 
				 
			
				
					
						
							
							
								Geoffrey BOTIN 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								Félix Sanz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							168ce1a743 
							
						 
					 
					
						
						
							
							Update keymap_spanish_dvorak.h ( #10213 )  
						
						... 
						
						
						
						Co-authored-by: Ryan <fauxpark@gmail.com> 
						
						
					 
					
						2020-10-23 04:42:34 +11:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c78f80fa1 
							
						 
					 
					
						
						
							
							Partial fix for sendstring_french.h ( #10623 )  
						
						
						
						
					 
					
						2020-10-13 03:17:11 +11:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6f9ca3b09 
							
						 
					 
					
						
						
							
							Fix Belgian sendstring properly ( #10444 )  
						
						
						
						
					 
					
						2020-09-26 14:14:34 +10:00 
						 
				 
			
				
					
						
							
							
								Drashna Jaelre 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								Olivier Li 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9bca381b98 
							
						 
					 
					
						
						
							
							Unflip < and > for canadian mutlilingual ( #10222 )  
						
						... 
						
						
						
						Co-authored-by: Olivier Li <olivierli@google.com> 
						
						
					 
					
						2020-09-06 09:51:38 +10:00 
						 
				 
			
				
					
						
							
							
								Félix Sanz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								David Kosorin 
							
						 
					 
					
						
						
						
						
							
						
						
							dba8148764 
							
						 
					 
					
						
						
							
							Fix Czech keycodes ( #9987 )  
						
						
						
						
					 
					
						2020-08-29 14:30:02 -07:00 
						 
				 
			
				
					
						
							
							
								Hedgestock 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc13315300 
							
						 
					 
					
						
						
							
							Fixed CA_DOTA key code ( #9722 )  
						
						
						
						
					 
					
						2020-07-16 15:50:51 +10:00 
						 
				 
			
				
					
						
							
							
								Oskar Holstensson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca598c3df6 
							
						 
					 
					
						
						
							
							Changed US_RBRC to KC_RBRC instead of KC_LBRC ( #9664 )  
						
						
						
						
					 
					
						2020-07-08 21:45:43 +01:00 
						 
				 
			
				
					
						
							
							
								Guillaume Gérard 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								Olli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								Guillaume Gérard 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b85bd68a4 
							
						 
					 
					
						
						
							
							feat: add dvorak-fr as extra keymap ( #9512 )  
						
						
						
						
					 
					
						2020-06-24 22:52:40 -07:00 
						 
				 
			
				
					
						
							
							
								Joshua Diamond 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								Kimat Boven 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dfcd4f0d25 
							
						 
					 
					
						
						
							
							BE_J should map to KC_J ( #9243 )  
						
						
						
						
					 
					
						2020-06-01 14:04:44 +10:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44ff14f290 
							
						 
					 
					
						
						
							
							Update Neo2 keymap ( #9063 )  
						
						
						
						
					 
					
						2020-05-13 19:34:55 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							741c7d5eec 
							
						 
					 
					
						
						
							
							Update Canadian Multilingual keymap and add sendstring LUT ( #8786 )  
						
						
						
						
					 
					
						2020-05-13 19:34:31 +01:00 
						 
				 
			
				
					
						
							
							
								QMK Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							bd639752db 
							
						 
					 
					
						
						
							
							format code according to conventions [skip ci]  
						
						
						
						
					 
					
						2020-04-28 07:04:07 +00:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aaeef7a833 
							
						 
					 
					
						
						
							
							Add Romanian keymap and sendstring LUT ( #8852 )  
						
						
						
						
					 
					
						2020-04-28 16:23:48 +10:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43785126a7 
							
						 
					 
					
						
						
							
							Merge pull request  #8710  from vomindoraan/keymap_extras_fixup  
						
						
						
						
					 
					
						2020-04-19 19:18:05 +10:00 
						 
				 
			
				
					
						
							
							
								Konstantin Đorđević 
							
						 
					 
					
						
						
						
						
							
						
						
							ed910c8e97 
							
						 
					 
					
						
						
							
							Add back deprecated SE_AE keycode  
						
						
						
						
					 
					
						2020-04-19 02:56:52 +02:00 
						 
				 
			
				
					
						
							
							
								joseandres42 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd5399942b 
							
						 
					 
					
						
						
							
							Merge pull request  #8722  from fauxpark/keymap-extras-bepo  
						
						
						
						
					 
					
						2020-04-19 06:58:01 +10:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f43cb31476 
							
						 
					 
					
						
						
							
							Update French and German macOS keymaps and add sendstring LUTs ( #8700 )  
						
						
						
						
					 
					
						2020-04-19 06:57:05 +10:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89eb3a9e42 
							
						 
					 
					
						
						
							
							Update Swiss French/German keymaps and add sendstring LUTs ( #8689 )  
						
						
						
						
					 
					
						2020-04-19 06:56:49 +10:00 
						 
				 
			
				
					
						
							
							
								fauxpark 
							
						 
					 
					
						
						
						
						
							
						
						
							09a1917103 
							
						 
					 
					
						
						
							
							Slight rename of double angle quote keycodes  
						
						
						
						
					 
					
						2020-04-13 21:15:37 +10:00 
						 
				 
			
				
					
						
							
							
								QMK Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							5380c29dd7 
							
						 
					 
					
						
						
							
							format code according to conventions [skip ci]  
						
						
						
						
					 
					
						2020-04-12 18:11:52 +00:00 
						 
				 
			
				
					
						
							
							
								artjomsR 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23f19852b9 
							
						 
					 
					
						
						
							
							Added Workman ZXCVM variation ( #8686 )  
						
						... 
						
						
						
						* 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-04-12 10:37:17 -07:00 
						 
				 
			
				
					
						
							
							
								fauxpark 
							
						 
					 
					
						
						
						
						
							
						
						
							0499f30f59 
							
						 
					 
					
						
						
							
							Update BÉPO keymap and sendstring LUT  
						
						
						
						
					 
					
						2020-04-07 20:50:10 +10:00 
						 
				 
			
				
					
						
							
							
								Konstantin Đorđević 
							
						 
					 
					
						
						
						
						
							
						
						
							e0909a31c7 
							
						 
					 
					
						
						
							
							GR_DTON → GR_DIAT  
						
						
						
						
					 
					
						2020-04-06 19:32:40 +02:00 
						 
				 
			
				
					
						
							
							
								Konstantin Đorđević 
							
						 
					 
					
						
						
						
						
							
						
						
							d6bffdf577 
							
						 
					 
					
						
						
							
							Small corrections to Belgian, Serbian and Slovenian keymaps  
						
						
						
						
					 
					
						2020-04-06 19:10:57 +02:00 
						 
				 
			
				
					
						
							
							
								fauxpark 
							
						 
					 
					
						
						
						
						
							
						
						
							bf38f39c3f 
							
						 
					 
					
						
						
							
							Wrong letter  
						
						
						
						
					 
					
						2020-04-06 20:15:13 +10:00 
						 
				 
			
				
					
						
							
							
								fauxpark 
							
						 
					 
					
						
						
						
						
							
						
						
							62d1d69ba9 
							
						 
					 
					
						
						
							
							Update Italian macOS keymaps and add sendstring LUTs  
						
						
						
						
					 
					
						2020-04-06 15:30:36 +10:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3c2eb71e1 
							
						 
					 
					
						
						
							
							Add Greek keymap ( #8636 )  
						
						... 
						
						
						
						* 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> 
						
						
					 
					
						2020-04-05 00:56:20 -07:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28a6a4a15b 
							
						 
					 
					
						
						
							
							Add Polish keymap ( #8637 )  
						
						... 
						
						
						
						* 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 
						
						
					 
					
						2020-04-05 00:55:13 -07:00 
						 
				 
			
				
					
						
							
							
								Drashna Jaelre 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ccb37f673a 
							
						 
					 
					
						
						
							
							Add Russian keymap ( #8638 )  
						
						... 
						
						
						
						* Add Russian keymap
* Switch to ANSI layout 
						
						
					 
					
						2020-04-05 00:53:52 -07:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c5efbc45a1 
							
						 
					 
					
						
						
							
							Add Korean keymap ( #8635 )  
						
						... 
						
						
						
						* 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> 
						
						
					 
					
						2020-04-05 00:51:10 -07:00 
						 
				 
			
				
					
						
							
							
								fauxpark 
							
						 
					 
					
						
						
						
						
							
						
						
							781308507d 
							
						 
					 
					
						
						
							
							Switch to ANSI layout  
						
						
						
						
					 
					
						2020-04-02 03:10:51 +11:00 
						 
				 
			
				
					
						
							
							
								fauxpark 
							
						 
					 
					
						
						
						
						
							
						
						
							3fe8d604a4 
							
						 
					 
					
						
						
							
							Add Russian keymap  
						
						
						
						
					 
					
						2020-04-01 14:09:34 +11:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							194bc7a7e1 
							
						 
					 
					
						
						
							
							Add Slovak keymap and sendstring LUT ( #8561 )  
						
						
						
						
					 
					
						2020-04-01 14:01:24 +11:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fec4283022 
							
						 
					 
					
						
						
							
							Add Serbian keymaps and sendstring LUT ( #8560 )  
						
						... 
						
						
						
						* 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> 
						
						
					 
					
						2020-04-01 14:01:01 +11:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							17af712b7c 
							
						 
					 
					
						
						
							
							Add Lithuanian keymap and sendstring LUT ( #8562 )  
						
						... 
						
						
						
						* Add Lithuanian keymap and sendstring LUT
* Add Lithuanian AZERTY 
						
						
					 
					
						2020-04-01 14:00:34 +11:00 
						 
				 
			
				
					
						
							
							
								Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							712ded1f2f 
							
						 
					 
					
						
						
							
							Add Latvian keymap and sendstring LUT ( #8563 )  
						
						
						
						
					 
					
						2020-04-01 14:00:02 +11:00 
						 
				 
			
				
					
						
							
							
								Drashna Jaelre 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed80874f72 
							
						 
					 
					
						
						
							
							Fix IT_APOS backward compatibility define in keymap_italian.h ( #8565 )  
						
						... 
						
						
						
						* Fix IT_APOS backward compatibility define in keymap_italian.h
Found by ZSA. 
						
						
					 
					
						2020-03-27 09:44:06 +11:00