forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds user locale contributions
- Loading branch information
Florian Didron
committed
Oct 9, 2020
1 parent
454684a
commit 4018c5d
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* If you’d like to contribute a locale, we've created a google sheet: | ||
* https://docs.google.com/spreadsheets/d/1gSB063BTHLTNLSGalzkhqz82RdBRVQytXKlabhX5Zcg/edit?usp=sharing | ||
* Get in touch with us over email <[email protected]> and we can help you get started! | ||
*/ | ||
|
||
//Polish programmer, contributed by Krzysztof Bogacz. | ||
#define PL_01 ALGR(KC_Z) // ż | ||
#define PL_02 ALGR(KC_X) // ź | ||
#define PL_03 ALGR(KC_S) // ś | ||
#define PL_04 ALGR(KC_O) // ó | ||
#define PL_05 ALGR(KC_N) // ń | ||
#define PL_06 ALGR(KC_L) // ł | ||
#define PL_07 ALGR(KC_E) // ę | ||
#define PL_08 ALGR(KC_C) // ć | ||
#define PL_09 ALGR(KC_A) // ą |