diff options
author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2023-07-07 15:21:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 00:21:16 +1000 |
commit | f466fb8bc15bf08fcb33c9f38fd4d3c488d6b0b9 (patch) | |
tree | bf0eacd0cb01baccf7407b4ca3633c9e05350d0f | |
parent | 1abf8f3e8b8a9b358be3c27867f9bee7422507f3 (diff) |
Minor amendment to `bcat` userspace to prevent build failure (#21205)
Co-authored-by: Joel Challis <git@zvecr.com>
-rw-r--r-- | users/bcat/bcat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/bcat/bcat.h b/users/bcat/bcat.h index 6fc84937c4..fb500b3b3b 100644 --- a/users/bcat/bcat.h +++ b/users/bcat/bcat.h @@ -18,7 +18,7 @@ #include <stdbool.h> -#include "keycodes.h" +#include "quantum_keycodes.h" /* Layer numbers shared across keymaps. */ enum user_layer { |