aboutsummaryrefslogtreecommitdiff
path: root/quantum/keymap_extras/keymap_german.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-30 11:19:03 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commitb624f32f944acdc59dcb130674c09090c5c404cb (patch)
treebc13adbba137d122d9a2c2fb2fafcbb08ac10e25 /quantum/keymap_extras/keymap_german.h
parent61af76a10d00aba185b8338604171de490a13e3b (diff)
downloadqmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.gz
qmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.zip
clang-format changes
Diffstat (limited to 'quantum/keymap_extras/keymap_german.h')
-rw-r--r--quantum/keymap_extras/keymap_german.h72
1 files changed, 36 insertions, 36 deletions
diff --git a/quantum/keymap_extras/keymap_german.h b/quantum/keymap_extras/keymap_german.h
index 0ba3570df..b41b11d6a 100644
--- a/quantum/keymap_extras/keymap_german.h
+++ b/quantum/keymap_extras/keymap_german.h
@@ -67,45 +67,45 @@
67#define DE_UE KC_LBRC 67#define DE_UE KC_LBRC
68#define DE_OE KC_SCLN 68#define DE_OE KC_SCLN
69 69
70#define DE_CIRC KC_GRAVE // accent circumflex ^ and ring ° 70#define DE_CIRC KC_GRAVE // accent circumflex ^ and ring °
71#define DE_ACUT KC_EQL // accent acute ´ and grave ` 71#define DE_ACUT KC_EQL // accent acute ´ and grave `
72#define DE_PLUS KC_RBRC // + and * and ~ 72#define DE_PLUS KC_RBRC // + and * and ~
73#define DE_HASH KC_BSLS // # and ' 73#define DE_HASH KC_BSLS // # and '
74#define DE_LESS KC_NUBS // < and > and | 74#define DE_LESS KC_NUBS // < and > and |
75#define DE_MINS KC_SLSH // - and _ 75#define DE_MINS KC_SLSH // - and _
76 76
77// shifted characters 77// shifted characters
78#define DE_RING LSFT(DE_CIRC) // ° 78#define DE_RING LSFT(DE_CIRC) // °
79#define DE_EXLM LSFT(KC_1) // ! 79#define DE_EXLM LSFT(KC_1) // !
80#define DE_DQOT LSFT(KC_2) // " 80#define DE_DQOT LSFT(KC_2) // "
81#define DE_PARA LSFT(KC_3) // § 81#define DE_PARA LSFT(KC_3) // §
82#define DE_DLR LSFT(KC_4) // $ 82#define DE_DLR LSFT(KC_4) // $
83#define DE_PERC LSFT(KC_5) // % 83#define DE_PERC LSFT(KC_5) // %
84#define DE_AMPR LSFT(KC_6) // & 84#define DE_AMPR LSFT(KC_6) // &
85#define DE_SLSH LSFT(KC_7) // / 85#define DE_SLSH LSFT(KC_7) // /
86#define DE_LPRN LSFT(KC_8) // ( 86#define DE_LPRN LSFT(KC_8) // (
87#define DE_RPRN LSFT(KC_9) // ) 87#define DE_RPRN LSFT(KC_9) // )
88#define DE_EQL LSFT(KC_0) // = 88#define DE_EQL LSFT(KC_0) // =
89#define DE_QST LSFT(DE_SS) // ? 89#define DE_QST LSFT(DE_SS) // ?
90#define DE_GRV LSFT(DE_ACUT) // ` 90#define DE_GRV LSFT(DE_ACUT) // `
91#define DE_ASTR LSFT(DE_PLUS) // * 91#define DE_ASTR LSFT(DE_PLUS) // *
92#define DE_QUOT LSFT(DE_HASH) // ' 92#define DE_QUOT LSFT(DE_HASH) // '
93#define DE_MORE LSFT(DE_LESS) // > 93#define DE_MORE LSFT(DE_LESS) // >
94#define DE_COLN LSFT(KC_DOT) // : 94#define DE_COLN LSFT(KC_DOT) // :
95#define DE_SCLN LSFT(KC_COMM) // ; 95#define DE_SCLN LSFT(KC_COMM) // ;
96#define DE_UNDS LSFT(DE_MINS) // _ 96#define DE_UNDS LSFT(DE_MINS) // _
97 97
98// Alt Gr-ed characters 98// Alt Gr-ed characters
99#define DE_SQ2 ALGR(KC_2) // ² 99#define DE_SQ2 ALGR(KC_2) // ²
100#define DE_SQ3 ALGR(KC_3) // ³ 100#define DE_SQ3 ALGR(KC_3) // ³
101#define DE_LCBR ALGR(KC_7) // { 101#define DE_LCBR ALGR(KC_7) // {
102#define DE_LBRC ALGR(KC_8) // [ 102#define DE_LBRC ALGR(KC_8) // [
103#define DE_RBRC ALGR(KC_9) // ] 103#define DE_RBRC ALGR(KC_9) // ]
104#define DE_RCBR ALGR(KC_0) // } 104#define DE_RCBR ALGR(KC_0) // }
105#define DE_BSLS ALGR(DE_SS) // backslash 105#define DE_BSLS ALGR(DE_SS) // backslash
106#define DE_AT ALGR(KC_Q) // @ 106#define DE_AT ALGR(KC_Q) // @
107#define DE_EURO ALGR(KC_E) // € 107#define DE_EURO ALGR(KC_E) // €
108#define DE_TILD ALGR(DE_PLUS) // ~ 108#define DE_TILD ALGR(DE_PLUS) // ~
109#define DE_PIPE ALGR(DE_LESS) // | 109#define DE_PIPE ALGR(DE_LESS) // |
110 110
111#endif 111#endif