diff options
| -rw-r--r-- | sys/include/keyboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |
