aboutsummaryrefslogtreecommitdiff
path: root/quantum/keymap_extras/keymap_italian_osx_ansi.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-11-17 14:02:26 +0000
committerDrashna Jaelre <drashna@live.com>2019-11-17 08:25:58 -0800
commita91c0c476507cb8c12840abb59bff34ab0de3c03 (patch)
tree313d9a0ec2f17c47f33305b350eef8768b5efa1c /quantum/keymap_extras/keymap_italian_osx_ansi.h
parent6b18ca2875ceb38011f32f2d17238ba55ce7ad67 (diff)
downloadqmk_firmware-a91c0c476507cb8c12840abb59bff34ab0de3c03.tar.gz
qmk_firmware-a91c0c476507cb8c12840abb59bff34ab0de3c03.zip
Run clang-format manually to fix recently changed files
Diffstat (limited to 'quantum/keymap_extras/keymap_italian_osx_ansi.h')
-rw-r--r--quantum/keymap_extras/keymap_italian_osx_ansi.h60
1 files changed, 30 insertions, 30 deletions
diff --git a/quantum/keymap_extras/keymap_italian_osx_ansi.h b/quantum/keymap_extras/keymap_italian_osx_ansi.h
index 2b7160ff3..fa12d05dc 100644
--- a/quantum/keymap_extras/keymap_italian_osx_ansi.h
+++ b/quantum/keymap_extras/keymap_italian_osx_ansi.h
@@ -65,7 +65,7 @@
65#define IT_COMM KC_COMM // , and ; 65#define IT_COMM KC_COMM // , and ;
66#define IT_APOS KC_MINS // ' and ? 66#define IT_APOS KC_MINS // ' and ?
67#define IT_BSLS KC_NUBS // \ and | 67#define IT_BSLS KC_NUBS // \ and |
68#define IT_LESS KC_GRV // < and > 68#define IT_LESS KC_GRV // < and >
69#define IT_MINS KC_SLSH // - and _ 69#define IT_MINS KC_SLSH // - and _
70 70
71// accented vowels (regular, with shift, with option, with option and shift) 71// accented vowels (regular, with shift, with option, with option and shift)
@@ -77,37 +77,37 @@
77#define IT_IACC KC_EQL // ì, ^, ˆ, ± 77#define IT_IACC KC_EQL // ì, ^, ˆ, ±
78 78
79// shifted characters 79// shifted characters
80#define IT_EXLM LSFT(KC_1) // ! 80#define IT_EXLM LSFT(KC_1) // !
81#define IT_DQOT LSFT(KC_2) // " 81#define IT_DQOT LSFT(KC_2) // "
82#define IT_STRL LSFT(KC_3) // £ 82#define IT_STRL LSFT(KC_3) // £
83#define IT_DLR LSFT(KC_4) // $ 83#define IT_DLR LSFT(KC_4) // $
84#define IT_PERC LSFT(KC_5) // % 84#define IT_PERC LSFT(KC_5) // %
85#define IT_AMPR LSFT(KC_6) // & 85#define IT_AMPR LSFT(KC_6) // &
86#define IT_SLSH LSFT(KC_7) // / 86#define IT_SLSH LSFT(KC_7) // /
87#define IT_LPRN LSFT(KC_8) // ( 87#define IT_LPRN LSFT(KC_8) // (
88#define IT_RPRN LSFT(KC_9) // ) 88#define IT_RPRN LSFT(KC_9) // )
89#define IT_EQL LSFT(KC_0) // = 89#define IT_EQL LSFT(KC_0) // =
90#define IT_DEGR LSFT(IT_AACC) // ° 90#define IT_DEGR LSFT(IT_AACC) // °
91#define IT_QST LSFT(IT_APOS) // ? 91#define IT_QST LSFT(IT_APOS) // ?
92#define IT_CRC LSFT(IT_IACC) // ^ 92#define IT_CRC LSFT(IT_IACC) // ^
93#define IT_ASTR LSFT(IT_PLUS) // * 93#define IT_ASTR LSFT(IT_PLUS) // *
94#define IT_MORE LSFT(IT_LESS) // > 94#define IT_MORE LSFT(IT_LESS) // >
95#define IT_COLN LSFT(IT_DOT) // : 95#define IT_COLN LSFT(IT_DOT) // :
96#define IT_SCLN LSFT(IT_COMM) // ; 96#define IT_SCLN LSFT(IT_COMM) // ;
97#define IT_UNDS LSFT(IT_MINS) // _ 97#define IT_UNDS LSFT(IT_MINS) // _
98#define IT_LCBR LSFT(IT_LBRC) // { 98#define IT_LCBR LSFT(IT_LBRC) // {
99#define IT_RCBR LSFT(IT_RBRC) // } 99#define IT_RCBR LSFT(IT_RBRC) // }
100#define IT_PIPE LSFT(IT_BSLS) // | 100#define IT_PIPE LSFT(IT_BSLS) // |
101 101
102// Alt -ed characters 102// Alt -ed characters
103#define IT_LBRC LALT(IT_EACC) // [ 103#define IT_LBRC LALT(IT_EACC) // [
104#define IT_RBRC LALT(IT_PLUS) // ] 104#define IT_RBRC LALT(IT_PLUS) // ]
105#define IT_AT LALT(IT_OACC) // @ 105#define IT_AT LALT(IT_OACC) // @
106#define IT_EURO LALT(KC_E) // € 106#define IT_EURO LALT(KC_E) // €
107#define IT_SHRP LALT(IT_AACC ) // # 107#define IT_SHRP LALT(IT_AACC) // #
108#define IT_ACUT LALT(KC_8) // ´ 108#define IT_ACUT LALT(KC_8) // ´
109#define IT_GRAVE LALT(KC_9) // ` 109#define IT_GRAVE LALT(KC_9) // `
110#define IT_TILDE LALT(KC_5) // ~ 110#define IT_TILDE LALT(KC_5) // ~
111#define IT_PLMN LALT(LSFT(IT_IACC)) // ± 111#define IT_PLMN LALT(LSFT(IT_IACC)) // ±
112 112
113#endif 113#endif