Search | Google it | Results 1 - 1 of 1 for fundef:isSubCC (0.00 seconds) |
292: #define isMainCC(c) ( (c) >= KC_CC_U && (c) <= KC_CC_L ) 293: #define isSubCC(c) ( (c) >= KC_SC_U && (c) <= KC_SC_L ) 294: #define isCCKey(c) ( (c) >= KC_CC_U && (c) <= KC_SC_L )