diff options
author | Florian Didron <0x6664@hey.com> | 2022-06-23 10:45:53 +0900 |
---|---|---|
committer | Florian Didron <0x6664@hey.com> | 2022-06-23 10:45:53 +0900 |
commit | 806763817652ababbc3e0609f3423bceb6009bef (patch) | |
tree | 0be07bf2726d86fa7ec37422b25cc4c9c9d8ba3b /quantum/keymap_extras/keymap_nordic.h | |
parent | 523fa6fea68ebe0732a4e5758fd03ce5c2da3b87 (diff) |
fix: rollback locales to the latest version from v20
Diffstat (limited to 'quantum/keymap_extras/keymap_nordic.h')
-rw-r--r-- | quantum/keymap_extras/keymap_nordic.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_nordic.h b/quantum/keymap_extras/keymap_nordic.h index 55a58a25b0..7942533b31 100644 --- a/quantum/keymap_extras/keymap_nordic.h +++ b/quantum/keymap_extras/keymap_nordic.h @@ -24,7 +24,7 @@ #define NO_ACUT KC_EQL #define NO_AM KC_LBRC -#define NO_QUOT KC_RBRC // this is the "umlaut" char on Nordic keyboards, Apple layout +#define NO_QUOT KC_RBRC // this is the "umlaut" char on Nordic keyboards, Apple layout #define NO_AE KC_SCLN #define NO_OSLH KC_QUOT #define NO_APOS KC_NUHS @@ -66,3 +66,8 @@ #define NO_BSLS ALGR(KC_MINS) #define NO_MU ALGR(KC_M) + +// Icelandic characters +#define NO_TH KC_SLSH //Þ +#define NO_ETH KC_LBRC //Ð +#define NO_UMLT KC_MINS //Ö |