gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:isMetaKey (0.00 seconds)
tkernel_2
driver/tef_em1d/kbpd/src/kbpd.h - 16.3KB - 420 lines
288:  */
289: #define isMetaKey(c)    ( ((c) & 0xffe0) == 0x1000 || (c) == KC_HAN )
290: #define isShiftKey(c)   ( (c) >= KC_SHT_R && (c) <= KC_CMD )