diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2015-10-28 00:56:15 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-28 00:56:15 -0400 |
| commit | 1fb8b4ce3a14c98b54962a9829471e3e0c68bca6 (patch) | |
| tree | 060b0fd0bacf440672079067dbb9af3a1e5fa111 /quantum/keymap_common.h | |
| parent | b8ebba012b5f47f858eb4c46221116f02a7a372a (diff) | |
| download | qmk_firmware-1fb8b4ce3a14c98b54962a9829471e3e0c68bca6.tar.gz qmk_firmware-1fb8b4ce3a14c98b54962a9829471e3e0c68bca6.zip | |
changes
Diffstat (limited to 'quantum/keymap_common.h')
| -rw-r--r-- | quantum/keymap_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index 5735631d9..fbb2ac8c2 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h | |||
| @@ -190,7 +190,7 @@ extern const uint16_t fn_actions[]; | |||
| 190 | #define GUI_T(kc) MT(0x8, kc) | 190 | #define GUI_T(kc) MT(0x8, kc) |
| 191 | 191 | ||
| 192 | // L-ayer, T-ap - 256 keycode max, 16 layer max | 192 | // L-ayer, T-ap - 256 keycode max, 16 layer max |
| 193 | #define LT(layer, kc) (kc | 0x7000 | ((layer & 0xF) << 8)) | 193 | #define LT(layer, kc) (kc | 0x8000 | ((layer & 0xF) << 8)) |
| 194 | 194 | ||
| 195 | // For sending unicode codes. | 195 | // For sending unicode codes. |
| 196 | // You may not send codes over 1FFF -- this supports most of UTF8. | 196 | // You may not send codes over 1FFF -- this supports most of UTF8. |
