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