summaryrefslogtreecommitdiff
path: root/keyboards/sneakbox/ava/ava.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sneakbox/ava/ava.c')
-rw-r--r--keyboards/sneakbox/ava/ava.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sneakbox/ava/ava.c b/keyboards/sneakbox/ava/ava.c
index c1b7c76cda..807943c0e9 100644
--- a/keyboards/sneakbox/ava/ava.c
+++ b/keyboards/sneakbox/ava/ava.c
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "ava.h"
+#include "quantum.h"
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index,clockwise)) { return false; }