1
0
Fork 0

Update my keymap (#2042)

* fix bug

* update keymap
This commit is contained in:
shela 2017-11-26 16:09:02 +09:00 committed by Jack Humbert
parent 2c0323bc98
commit d76cc09ed6
2 changed files with 23 additions and 11 deletions

View file

@ -10,7 +10,7 @@ static uint8_t send_key_shift_bit[SHIFT_BIT_SIZE];
* Memo: Using other layer keymap to get keycode
*/
void action_pseudo_lut(keyrecord_t *record, uint8_t base_keymap_id, const uint16_t (*keymap)[2]) {
static uint8_t prev_shift;
uint8_t prev_shift;
uint16_t keycode;
uint16_t pseudo_keycode;