diff options
Diffstat (limited to 'keyboards/mk65')
-rw-r--r-- | keyboards/mk65/mk65.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mk65/mk65.c b/keyboards/mk65/mk65.c index 8afb0ac415..b05174eacd 100644 --- a/keyboards/mk65/mk65.c +++ b/keyboards/mk65/mk65.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include QMK_KEYBOARD_H +#include "quantum.h" #ifdef ENCODER_ENABLE bool encoder_update_kb(uint8_t index, bool clockwise) { |