You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 lines
6.7 KiB

Fix quantum keymapextra italian (#6779) * remove IT_PIPE duplicate and add IT_GRAD IT_PIPE was declared 2 times, ones as ° and once as |. I changed the first declaration and called it IT_GRAD. I even fixed the definition because the ° in Italian is obtained with LSFT(IT_AACC) * rename IT_GRAD to IT_DEGR * add missing plus_and_minus * fix missing IT_ACUT definition * change KC_LALT(KC_LSFT to LALT(LSFT * Fix alignment * remove leftover * fix issue generated with chars while pushing * fix typo * fix LCBR and RCBR * fix euro symbol * fix RBRC * change IT_LESS form KC_NUBS to KC_GRAVE * add IT_TILDE and change IT_GRAV to IT_GRAVE * add missing legends for accented vowels * format for readability * revert to commit befor I edit it * initial commit * edited to be easier to compare to _ansi.h * remove keymap_italian_osx_iso.h and rename with edits keymap_italian_osx_ansi.h to keymap_italian_osx.h I found out there were no difference at all * fix missing #endif * rename quantum/keymap_extras/keymap_italian_osx.h to quantum/keymap_extras/keymap_italian_ansi.h Now this file is a clone of the keymap_italian.h that appears to be working only for ISO keyboards. It also contains a few improvements for IT_PIPE (defined two times) and IT_ACUT (missing definition). Additionally it redefines LCBR and RCBR to LSFT(IT_LBRC) and LSFT(IT_RBRC) * rename file * redefines IT_BKSL and IT_PIPE based on KC_BKSL * add new osx_iso and osx_ansi version for italian.h and align BKSL to BSLS, fix double definition of PIPE
4 years ago
Fix quantum keymapextra italian (#6779) * remove IT_PIPE duplicate and add IT_GRAD IT_PIPE was declared 2 times, ones as ° and once as |. I changed the first declaration and called it IT_GRAD. I even fixed the definition because the ° in Italian is obtained with LSFT(IT_AACC) * rename IT_GRAD to IT_DEGR * add missing plus_and_minus * fix missing IT_ACUT definition * change KC_LALT(KC_LSFT to LALT(LSFT * Fix alignment * remove leftover * fix issue generated with chars while pushing * fix typo * fix LCBR and RCBR * fix euro symbol * fix RBRC * change IT_LESS form KC_NUBS to KC_GRAVE * add IT_TILDE and change IT_GRAV to IT_GRAVE * add missing legends for accented vowels * format for readability * revert to commit befor I edit it * initial commit * edited to be easier to compare to _ansi.h * remove keymap_italian_osx_iso.h and rename with edits keymap_italian_osx_ansi.h to keymap_italian_osx.h I found out there were no difference at all * fix missing #endif * rename quantum/keymap_extras/keymap_italian_osx.h to quantum/keymap_extras/keymap_italian_ansi.h Now this file is a clone of the keymap_italian.h that appears to be working only for ISO keyboards. It also contains a few improvements for IT_PIPE (defined two times) and IT_ACUT (missing definition). Additionally it redefines LCBR and RCBR to LSFT(IT_LBRC) and LSFT(IT_RBRC) * rename file * redefines IT_BKSL and IT_PIPE based on KC_BKSL * add new osx_iso and osx_ansi version for italian.h and align BKSL to BSLS, fix double definition of PIPE
4 years ago
Fix quantum keymapextra italian (#6779) * remove IT_PIPE duplicate and add IT_GRAD IT_PIPE was declared 2 times, ones as ° and once as |. I changed the first declaration and called it IT_GRAD. I even fixed the definition because the ° in Italian is obtained with LSFT(IT_AACC) * rename IT_GRAD to IT_DEGR * add missing plus_and_minus * fix missing IT_ACUT definition * change KC_LALT(KC_LSFT to LALT(LSFT * Fix alignment * remove leftover * fix issue generated with chars while pushing * fix typo * fix LCBR and RCBR * fix euro symbol * fix RBRC * change IT_LESS form KC_NUBS to KC_GRAVE * add IT_TILDE and change IT_GRAV to IT_GRAVE * add missing legends for accented vowels * format for readability * revert to commit befor I edit it * initial commit * edited to be easier to compare to _ansi.h * remove keymap_italian_osx_iso.h and rename with edits keymap_italian_osx_ansi.h to keymap_italian_osx.h I found out there were no difference at all * fix missing #endif * rename quantum/keymap_extras/keymap_italian_osx.h to quantum/keymap_extras/keymap_italian_ansi.h Now this file is a clone of the keymap_italian.h that appears to be working only for ISO keyboards. It also contains a few improvements for IT_PIPE (defined two times) and IT_ACUT (missing definition). Additionally it redefines LCBR and RCBR to LSFT(IT_LBRC) and LSFT(IT_RBRC) * rename file * redefines IT_BKSL and IT_PIPE based on KC_BKSL * add new osx_iso and osx_ansi version for italian.h and align BKSL to BSLS, fix double definition of PIPE
4 years ago
  1. // Copyright 2024 QMK
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. /*******************************************************************************
  4. 88888888888 888 d8b .d888 d8b 888 d8b
  5. 888 888 Y8P d88P" Y8P 888 Y8P
  6. 888 888 888 888
  7. 888 88888b. 888 .d8888b 888888 888 888 .d88b. 888 .d8888b
  8. 888 888 "88b 888 88K 888 888 888 d8P Y8b 888 88K
  9. 888 888 888 888 "Y8888b. 888 888 888 88888888 888 "Y8888b.
  10. 888 888 888 888 X88 888 888 888 Y8b. 888 X88
  11. 888 888 888 888 88888P' 888 888 888 "Y8888 888 88888P'
  12. 888 888
  13. 888 888
  14. 888 888
  15. .d88b. .d88b. 88888b. .d88b. 888d888 8888b. 888888 .d88b. .d88888
  16. d88P"88b d8P Y8b 888 "88b d8P Y8b 888P" "88b 888 d8P Y8b d88" 888
  17. 888 888 88888888 888 888 88888888 888 .d888888 888 88888888 888 888
  18. Y88b 888 Y8b. 888 888 Y8b. 888 888 888 Y88b. Y8b. Y88b 888
  19. "Y88888 "Y8888 888 888 "Y8888 888 "Y888888 "Y888 "Y8888 "Y88888
  20. 888
  21. Y8b d88P
  22. "Y88P"
  23. *******************************************************************************/
  24. #pragma once
  25. #include "keycodes.h"
  26. // clang-format off
  27. // Aliases
  28. #define IT_LABK KC_GRV // <
  29. #define IT_1 KC_1 // 1
  30. #define IT_2 KC_2 // 2
  31. #define IT_3 KC_3 // 3
  32. #define IT_4 KC_4 // 4
  33. #define IT_5 KC_5 // 5
  34. #define IT_6 KC_6 // 6
  35. #define IT_7 KC_7 // 7
  36. #define IT_8 KC_8 // 8
  37. #define IT_9 KC_9 // 9
  38. #define IT_0 KC_0 // 0
  39. #define IT_QUOT KC_MINS // '
  40. #define IT_IGRV KC_EQL // ì
  41. #define IT_Q KC_Q // Q
  42. #define IT_W KC_W // W
  43. #define IT_E KC_E // E
  44. #define IT_R KC_R // R
  45. #define IT_T KC_T // T
  46. #define IT_Y KC_Y // Y
  47. #define IT_U KC_U // U
  48. #define IT_I KC_I // I
  49. #define IT_O KC_O // O
  50. #define IT_P KC_P // P
  51. #define IT_EGRV KC_LBRC // è
  52. #define IT_PLUS KC_RBRC // +
  53. #define IT_UGRV KC_BSLS // ù
  54. #define IT_A KC_A // A
  55. #define IT_S KC_S // S
  56. #define IT_D KC_D // D
  57. #define IT_F KC_F // F
  58. #define IT_G KC_G // G
  59. #define IT_H KC_H // H
  60. #define IT_J KC_J // J
  61. #define IT_K KC_K // K
  62. #define IT_L KC_L // L
  63. #define IT_OGRV KC_SCLN // ò
  64. #define IT_AGRV KC_QUOT // à
  65. #define IT_BSLS KC_NUBS // (backslash, not physically present)
  66. #define IT_Z KC_Z // Z
  67. #define IT_X KC_X // X
  68. #define IT_C KC_C // C
  69. #define IT_V KC_V // V
  70. #define IT_B KC_B // B
  71. #define IT_N KC_N // N
  72. #define IT_M KC_M // M
  73. #define IT_COMM KC_COMM // ,
  74. #define IT_DOT KC_DOT // .
  75. #define IT_MINS KC_SLSH // -
  76. #define IT_RABK S(IT_LABK) // >
  77. #define IT_EXLM S(IT_1) // !
  78. #define IT_DQUO S(IT_2) // "
  79. #define IT_PND S(IT_3) // £
  80. #define IT_DLR S(IT_4) // $
  81. #define IT_PERC S(IT_5) // %
  82. #define IT_AMPR S(IT_6) // &
  83. #define IT_SLSH S(IT_7) // /
  84. #define IT_LPRN S(IT_8) // (
  85. #define IT_RPRN S(IT_9) // )
  86. #define IT_EQL S(IT_0) // =
  87. #define IT_QUES S(IT_QUOT) // ?
  88. #define IT_CIRC S(IT_IGRV) // ^
  89. #define IT_EACU S(IT_EGRV) // é
  90. #define IT_ASTR S(IT_PLUS) // *
  91. #define IT_SECT S(IT_UGRV) // §
  92. #define IT_LCCE S(IT_OGRV) // ç
  93. #define IT_DEG S(IT_AGRV) // °
  94. #define IT_PIPE S(IT_BSLS) // | (not physically present)
  95. #define IT_SCLN S(IT_COMM) // ;
  96. #define IT_COLN S(IT_DOT) // :
  97. #define IT_UNDS S(IT_MINS) // _
  98. #define IT_LTEQ A(IT_LABK) // ≤
  99. #define IT_LDAQ A(IT_1) // «
  100. #define IT_LDQU A(IT_2) // “
  101. #define IT_LSQU A(IT_3) // ‘
  102. #define IT_YEN A(IT_4) // ¥
  103. #define IT_TILD A(IT_5) // ~
  104. #define IT_LSAQ A(IT_6) // ‹
  105. #define IT_DIV A(IT_7) // ÷
  106. #define IT_ACUT A(IT_8) // ´ (dead)
  107. #define IT_DGRV A(IT_9) // ` (dead)
  108. #define IT_NEQL A(IT_0) // ≠
  109. #define IT_IEXL A(IT_QUOT) // ¡
  110. #define IT_DCIR A(IT_IGRV) // ˆ (dead)
  111. #define IT_DLQU A(IT_Q) // „
  112. #define IT_OMEG A(IT_W) // Ω
  113. #define IT_EURO A(IT_E) // €
  114. #define IT_REGD A(IT_R) // ®
  115. #define IT_TM A(IT_T) // ™
  116. #define IT_AE A(IT_Y) // Æ
  117. #define IT_DIAE A(IT_U) // ¨ (dead)
  118. #define IT_OE A(IT_I) // Œ
  119. #define IT_OSTR A(IT_O) // Ø
  120. #define IT_PI A(IT_P) // π
  121. #define IT_LBRC A(IT_EGRV) // [
  122. #define IT_RBRC A(IT_PLUS) // ]
  123. #define IT_ARNG A(IT_A) // Å
  124. #define IT_SS A(IT_S) // ß
  125. #define IT_PDIF A(IT_D) // ∂
  126. #define IT_FHK A(IT_F) // ƒ
  127. #define IT_INFN A(IT_G) // ∞
  128. #define IT_INCR A(IT_H) // ∆
  129. #define IT_FORD A(IT_J) // ª
  130. #define IT_MORD A(IT_K) // º
  131. #define IT_NOT A(IT_L) // ¬
  132. #define IT_AT A(IT_OGRV) // @
  133. #define IT_HASH A(IT_AGRV) // #
  134. #define IT_PILC A(IT_UGRV) // ¶
  135. #define IT_GRV A(IT_BSLS) // ` (not physically present)
  136. #define IT_NARS A(IT_Z) // ∑
  137. #define IT_DAGG A(IT_X) // †
  138. #define IT_COPY A(IT_C) // ©
  139. #define IT_SQRT A(IT_V) // √
  140. #define IT_INTG A(IT_B) // ∫
  141. #define IT_STIL A(IT_N) // ˜ (dead)
  142. #define IT_MICR A(IT_M) // µ
  143. #define IT_ELLP A(IT_COMM) // …
  144. #define IT_BULT A(IT_DOT) // •
  145. #define IT_NDSH A(IT_MINS) // –
  146. #define IT_GTEQ S(A(IT_LABK)) // ≥
  147. #define IT_RDAQ S(A(IT_1)) // »
  148. #define IT_RDQU S(A(IT_2)) // ”
  149. #define IT_RSQU S(A(IT_3)) // ’
  150. #define IT_CENT S(A(IT_4)) // ¢
  151. #define IT_PERM S(A(IT_5)) // ‰
  152. #define IT_RSAQ S(A(IT_6)) // ›
  153. #define IT_FRSL S(A(IT_7)) // ⁄
  154. #define IT_APPL S(A(IT_8)) //  (Apple logo)
  155. #define IT_AEQL S(A(IT_0)) // ≈
  156. #define IT_IQUE S(A(IT_QUOT)) // ¿
  157. #define IT_PLMN S(A(IT_IGRV)) // ±
  158. #define IT_SLQU S(A(IT_Q)) // ‚
  159. #define IT_CAGR S(A(IT_W)) // À
  160. #define IT_CEGR S(A(IT_E)) // È
  161. #define IT_CIGR S(A(IT_R)) // Ì
  162. #define IT_COGR S(A(IT_T)) // Ò
  163. #define IT_CUGR S(A(IT_U)) // Ù
  164. #define IT_NARP S(A(IT_P)) // ∏
  165. #define IT_LCBR S(A(IT_EGRV)) // {
  166. #define IT_RCBR S(A(IT_PLUS)) // }
  167. #define IT_LOZN S(A(IT_UGRV)) // ◊
  168. #define IT_MACR S(A(IT_S)) // ¯
  169. #define IT_BREV S(A(IT_D)) // ˘
  170. #define IT_DOTA S(A(IT_F)) // ˙
  171. #define IT_RGNA S(A(IT_G)) // ˚
  172. #define IT_CEDL S(A(IT_H)) // ¸
  173. #define IT_DACU S(A(IT_J)) // ˝
  174. #define IT_OGON S(A(IT_K)) // ˛
  175. #define IT_CARN S(A(IT_L)) // ˇ
  176. #define IT_CCCE S(A(IT_OGRV)) // Ç
  177. #define IT_DDAG S(A(IT_X)) // ‡
  178. #define IT_CAAC S(A(IT_C)) // Á
  179. #define IT_CEAC S(A(IT_V)) // É
  180. #define IT_CIAC S(A(IT_B)) // Í
  181. #define IT_COAC S(A(IT_N)) // Ó
  182. #define IT_CUAC S(A(IT_M)) // Ú
  183. #define IT_MDDT S(A(IT_DOT)) // ·
  184. #define IT_MDSH S(A(IT_MINS)) // —