diff options
author | Ryan <fauxpark@gmail.com> | 2023-09-04 12:14:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 03:14:14 +0100 |
commit | aec7f29df797637476390ec2b374661b61966b2a (patch) | |
tree | e70c672144e7250cf4b590ccf57f41b9af8586c8 /keyboards/gboards/georgi | |
parent | a40cccced29990eef5dac798d522c87807aa5e3a (diff) |
Add `mousekey.h` include to `quantum.h` (#21897)
Diffstat (limited to 'keyboards/gboards/georgi')
-rw-r--r-- | keyboards/gboards/georgi/sten.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/gboards/georgi/sten.h b/keyboards/gboards/georgi/sten.h index b5aa79893e..44a6472044 100644 --- a/keyboards/gboards/georgi/sten.h +++ b/keyboards/gboards/georgi/sten.h @@ -7,9 +7,7 @@ #pragma once #include "georgi.h" -#include "mousekey.h" #include "keymap_steno.h" -#include "wait.h" extern size_t keymapsCount; // Total keymaps extern uint32_t cChord; // Current Chord |