diff options
author | Ryan <fauxpark@gmail.com> | 2022-03-27 05:38:09 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 18:38:09 +0000 |
commit | c05e8afe454bf3706d69314c251dc5266c557007 (patch) | |
tree | 604b8b446d111f9d5307888e9ea61acf8fada14d /keyboards/lime/keymaps/default/keymap.c | |
parent | 71ffb41c9b7c87cbeb2b19bac058717436bcda23 (diff) | |
download | qmk_firmware-c05e8afe454bf3706d69314c251dc5266c557007.tar.gz qmk_firmware-c05e8afe454bf3706d69314c251dc5266c557007.zip |
Joystick feature updates (#16732)
* Joystick feature updates
* Move new functions to joystick.h
* Docs
Diffstat (limited to 'keyboards/lime/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/lime/keymaps/default/keymap.c | 1 |
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 |