aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_convert_keycode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_convert_keycode.c')
-rw-r--r--src/ft_convert_keycode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_convert_keycode.c b/src/ft_convert_keycode.c
index 22e6169..01d315c 100644
--- a/src/ft_convert_keycode.c
+++ b/src/ft_convert_keycode.c
@@ -35,5 +35,6 @@ int32_t
keycode = (tmp_code == FT_SPC_KEY) ? (FT_SPC_KEY) : (keycode);
keycode = (tmp_code == FT_ONE_KEY) ? (FT_ONE_KEY) : (keycode);
keycode = (tmp_code == FT_TWO_KEY) ? (FT_TWO_KEY) : (keycode);
+ keycode = (tmp_code == FT_THREE_KEY) ? (FT_THREE_KEY) : (keycode);
return (keycode);
}