From 8ebe958ddf4b81df3ecf9b26c4333b2dca1cc987 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sun, 26 Apr 2020 09:03:42 -0700 Subject: [PATCH] add missing header change (thanks qwx) --- sys/include/keyboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/include/keyboard.h b/sys/include/keyboard.h index a9539a1a3..db4a279a0 100644 --- a/sys/include/keyboard.h +++ b/sys/include/keyboard.h @@ -61,5 +61,6 @@ enum { Knum= Spec|0x65, Kmiddle= Spec|0x66, Kaltgr= Spec|0x67, + Kmod4= Spec|0x68, Kmouse= Spec|0x100, };