diff options
Diffstat (limited to 'keyboard/planck/keymap_nordic.h')
| -rw-r--r-- | keyboard/planck/keymap_nordic.h | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/keyboard/planck/keymap_nordic.h b/keyboard/planck/keymap_nordic.h deleted file mode 100644 index 02a704216..000000000 --- a/keyboard/planck/keymap_nordic.h +++ /dev/null | |||
| @@ -1,59 +0,0 @@ | |||
| 1 | #ifndef KEYMAP_NORDIC_H | ||
| 2 | #define KEYMAP_NORDIC_H | ||
| 3 | |||
| 4 | #include "keymap_common.h" | ||
| 5 | |||
| 6 | // Alt gr | ||
| 7 | #define ALGR(kc) kc | 0x1400 | ||
| 8 | #define NO_ALGR KC_RALT | ||
| 9 | |||
| 10 | // Normal characters | ||
| 11 | #define NO_HALF KC_GRV | ||
| 12 | #define NO_PLUS KC_MINS | ||
| 13 | #define NO_ACUT KC_EQL | ||
| 14 | |||
| 15 | #define NO_AM KC_LBRC | ||
| 16 | #define NO_QUOT KC_RBRC | ||
| 17 | #define NO_AE KC_SCLN | ||
| 18 | #define NO_OSLH KC_QUOT | ||
| 19 | #define NO_APOS KC_NUHS | ||
| 20 | |||
| 21 | #define NO_LESS KC_NUBS | ||
| 22 | #define NO_MINS KC_SLSH | ||
| 23 | |||
| 24 | // Shifted characters | ||
| 25 | #define NO_SECT LSFT(NO_HALF) | ||
| 26 | #define NO_QUO2 LSFT(KC_2) | ||
| 27 | #define NO_BULT LSFT(KC_4) | ||
| 28 | #define NO_AMP LSFT(KC_6) | ||
| 29 | #define NO_SLSH LSFT(KC_7) | ||
| 30 | #define NO_LPRN LSFT(KC_8) | ||
| 31 | #define NO_RPRN LSFT(KC_9) | ||
| 32 | #define NO_EQL LSFT(KC_0) | ||
| 33 | #define NO_QUES LSFT(NO_PLUS) | ||
| 34 | #define NO_GRV LSFT(NO_ACUT) | ||
| 35 | |||
| 36 | #define NO_CIRC LSFT(NO_QUOT) | ||
| 37 | |||
| 38 | #define NO_GRTR LSFT(NO_LESS) | ||
| 39 | #define NO_SCLN LSFT(KC_COMM) | ||
| 40 | #define NO_COLN LSFT(KC_DOT) | ||
| 41 | #define NO_UNDS LSFT(NO_MINS) | ||
| 42 | |||
| 43 | // Alt Gr-ed characters | ||
| 44 | #define NO_AT ALGR(KC_2) | ||
| 45 | #define NO_PND ALGR(KC_3) | ||
| 46 | #define NO_DLR ALGR(KC_4) | ||
| 47 | #define NO_LCBR ALGR(KC_7) | ||
| 48 | #define NO_LBRC ALGR(KC_8) | ||
| 49 | #define NO_RBRC ALGR(KC_9) | ||
| 50 | #define NO_RCBR ALGR(KC_0) | ||
| 51 | #define NO_PIPE ALGR(NO_ACUT) | ||
| 52 | |||
| 53 | #define NO_EURO ALGR(KC_E) | ||
| 54 | #define NO_TILD ALGR(NO_QUOT) | ||
| 55 | |||
| 56 | #define NO_BSLS ALGR(NO_LESS) | ||
| 57 | #define NO_MU ALGR(KC_M) | ||
| 58 | |||
| 59 | #endif \ No newline at end of file | ||
