diff --git a/src/input/keys.h b/src/input/keys.h index 13eedca3..0a884fc4 100644 --- a/src/input/keys.h +++ b/src/input/keys.h @@ -21,6 +21,7 @@ _SC(0, "", Unknown) /* Usage page 0x07 */ +_SC(3, "", Whatever) // FIXME: if this isn’t here, we can’t bind key A; WTF? _SC(4, "A", A) _SC(5, "B", B) _SC(6, "C", C)