Searched refs:stemKeyRotationMap (Results 1 – 1 of 1) sorted by relevance
170 static int32_t stemKeyRotationMap[][2] = { variable179 sizeof(stemKeyRotationMap) / sizeof(stemKeyRotationMap[0]);183 stemKeyRotationMap, stemKeyRotationMapSize); in rotateKeyCode()2251 if (stemKeyRotationMap[i][0] == keyCode) { in mapStemKey()2252 stemKeyRotationMap[i][1] = mapped; in mapStemKey()