diff options
Diffstat (limited to 'keyboards/p3d/glitch/glitch.c')
-rw-r--r-- | keyboards/p3d/glitch/glitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/p3d/glitch/glitch.c b/keyboards/p3d/glitch/glitch.c index 9957e0c7ad..6680e6506a 100644 --- a/keyboards/p3d/glitch/glitch.c +++ b/keyboards/p3d/glitch/glitch.c @@ -13,7 +13,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 "glitch.h" +#include "quantum.h" #ifdef ENCODER_ENABLE bool encoder_update_kb(uint8_t index, bool clockwise) { |