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