diff options
Diffstat (limited to 'keyboards/planck/keymaps/zach/zach_common_functions.c')
-rw-r--r-- | keyboards/planck/keymaps/zach/zach_common_functions.c | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/keyboards/planck/keymaps/zach/zach_common_functions.c b/keyboards/planck/keymaps/zach/zach_common_functions.c index b77f2b241..2c47b2289 100644 --- a/keyboards/planck/keymaps/zach/zach_common_functions.c +++ b/keyboards/planck/keymaps/zach/zach_common_functions.c | |||
@@ -141,31 +141,31 @@ qk_tap_dance_action_t tap_dance_actions[] = { | |||
141 | }; | 141 | }; |
142 | #endif | 142 | #endif |
143 | 143 | ||
144 | #ifdef UNICODE_ENABLE | 144 | //#ifdef UNICODE_ENABLE |
145 | // Unicode shortcuts | 145 | // Unicode shortcuts |
146 | #define IBANG UC(0x203D) | 146 | #define IBANG X(0x203D) |
147 | #define RAROW UC(0x2192) | 147 | #define RAROW X(0x2192) |
148 | #define LAROW UC(0x2190) | 148 | #define LAROW X(0x2190) |
149 | #define DEGREE UC(0x00B0) | 149 | #define DEGREE X(0x00B0) |
150 | #define OMEGA UC(0x03A9) | 150 | #define OMEGA X(0x03A9) |
151 | #define WOMEGA UC(0x03C9) | 151 | #define WOMEGA X(0x03C9) |
152 | #define MICRO UC(0x00B5) | 152 | #define MICRO X(0x00B5) |
153 | #define PLUMIN UC(0x00B1) | 153 | #define PLUMIN X(0x00B1) |
154 | #define SUPA2 UC(0x00B2) | 154 | #define SUPA2 X(0x00B2) |
155 | #define ROMAN1 UC(0x2160) | 155 | #define ROMAN1 X(0x2160) |
156 | #define ROMAN2 UC(0x2161) | 156 | #define ROMAN2 X(0x2161) |
157 | #define ROMAN3 UC(0x2162) | 157 | #define ROMAN3 X(0x2162) |
158 | #define ROMAN4 UC(0x2163) | 158 | #define ROMAN4 X(0x2163) |
159 | #define ROMAN5 UC(0x2164) | 159 | #define ROMAN5 X(0x2164) |
160 | #define ROMAN6 UC(0x2165) | 160 | #define ROMAN6 X(0x2165) |
161 | #define ROMAN7 UC(0x2166) | 161 | #define ROMAN7 X(0x2166) |
162 | #define roman1 UC(0x2170) | 162 | #define roman1 X(0x2170) |
163 | #define roman2 UC(0x2171) | 163 | #define roman2 X(0x2171) |
164 | #define roman3 UC(0x2172) | 164 | #define roman3 X(0x2172) |
165 | #define roman4 UC(0x2173) | 165 | #define roman4 X(0x2173) |
166 | #define roman5 UC(0x2174) | 166 | #define roman5 X(0x2174) |
167 | #define roman6 UC(0x2175) | 167 | #define roman6 X(0x2175) |
168 | #define roman7 UC(0x2176) | 168 | #define roman7 X(0x2176) |
169 | 169 | ||
170 | #ifdef UNICODEMAP_ENABLE // For Unicode characters larger than 0x8000. Send with X(<unicode>) | 170 | #ifdef UNICODEMAP_ENABLE // For Unicode characters larger than 0x8000. Send with X(<unicode>) |
171 | enum Ext_Unicode{ | 171 | enum Ext_Unicode{ |
@@ -192,7 +192,7 @@ const uint32_t PROGMEM unicode_map[] = { | |||
192 | #define TMBL X(TUMBLER) | 192 | #define TMBL X(TUMBLER) |
193 | #endif | 193 | #endif |
194 | 194 | ||
195 | #endif | 195 | //#endif |
196 | 196 | ||
197 | static uint16_t key_timer; | 197 | static uint16_t key_timer; |
198 | static uint8_t caps_status = 0; | 198 | static uint8_t caps_status = 0; |