diff options
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/keycode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index a1e0bc9a4..e7e09e098 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h | |||
| @@ -167,6 +167,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 167 | /* Transparent */ | 167 | /* Transparent */ |
| 168 | #define KC_TRANSPARENT 1 | 168 | #define KC_TRANSPARENT 1 |
| 169 | #define KC_TRNS KC_TRANSPARENT | 169 | #define KC_TRNS KC_TRANSPARENT |
| 170 | /* GUI key aliases */ | ||
| 171 | #define KC_LCMD KC_LGUI | ||
| 172 | #define KC_LWIN KC_LGUI | ||
| 173 | #define KC_RCMD KC_RGUI | ||
| 174 | #define KC_RWIN KC_RGUI | ||
| 170 | 175 | ||
| 171 | 176 | ||
| 172 | 177 | ||
