diff options
author | shela <shelaf@users.noreply.github.com> | 2020-08-05 12:19:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 20:19:27 -0700 |
commit | 62c0146419a3a51614e200cfbddef69d14fde6f4 (patch) | |
tree | 53cbbbb2597f6da425118ed301fd6d38b065f55f /keyboards/hhkb/ansi/keymaps/shela/action_pseudo_lut.h | |
parent | 7b85962673e40633d9c36e4a36bedd80a601a0ac (diff) |
[Keymap] Update my keymap (#9849)
Diffstat (limited to 'keyboards/hhkb/ansi/keymaps/shela/action_pseudo_lut.h')
-rw-r--r-- | keyboards/hhkb/ansi/keymaps/shela/action_pseudo_lut.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/hhkb/ansi/keymaps/shela/action_pseudo_lut.h b/keyboards/hhkb/ansi/keymaps/shela/action_pseudo_lut.h deleted file mode 100644 index 681252440f..0000000000 --- a/keyboards/hhkb/ansi/keymaps/shela/action_pseudo_lut.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef ACTION_PSEUDO_LUT_H -#define ACTION_PSEUDO_LUT_H - -#define SHIFT_BIT_SIZE (0xE7 / 8 + 1) // 1bit per 1key - -#define IS_LSFT(kc) ((QK_LSFT & (kc)) == QK_LSFT) - -void action_pseudo_lut(keyrecord_t *, uint8_t, const uint16_t (*)[2]); -uint16_t convert_keycode(const uint16_t (*)[2], uint16_t, bool); - -uint8_t get_shift_bit(uint16_t); -void add_shift_bit(uint16_t); -void del_shift_bit(uint16_t); - -#endif |