Local Changes

This commit is contained in:
Akaash Suresh 2020-01-20 23:17:04 -06:00 committed by Nick Brassel
parent c3835262d8
commit 6ff093efbe
3 changed files with 9 additions and 9 deletions

View file

@ -70,7 +70,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record);
#define OS_MEH OSM(MOD_MEH)
#define OS_HYPR OSM(MOD_HYPR)
#define MT_ESC MT(MOD_LCTL, KC_ESC)
#define MT_TAB MT(MOD_LCTL, KC_TAB)
#define ALT_APP ALT_T(KC_APP)