summaryrefslogtreecommitdiff
path: root/keyboards/lime/keymaps
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-03-27 05:38:09 +1100
committerGitHub <noreply@github.com>2022-03-26 18:38:09 +0000
commitc05e8afe454bf3706d69314c251dc5266c557007 (patch)
tree604b8b446d111f9d5307888e9ea61acf8fada14d /keyboards/lime/keymaps
parent71ffb41c9b7c87cbeb2b19bac058717436bcda23 (diff)
Joystick feature updates (#16732)
* Joystick feature updates * Move new functions to joystick.h * Docs
Diffstat (limited to 'keyboards/lime/keymaps')
-rw-r--r--keyboards/lime/keymaps/default/keymap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/lime/keymaps/default/keymap.c b/keyboards/lime/keymaps/default/keymap.c
index 2d904d36db..eade4d4183 100644
--- a/keyboards/lime/keymaps/default/keymap.c
+++ b/keyboards/lime/keymaps/default/keymap.c
@@ -17,7 +17,6 @@
#include QMK_KEYBOARD_H
#ifdef JOYSTICK_ENABLE
-# include "joystick.h"
# include "analog.h"
#endif