summaryrefslogtreecommitdiffstats
path: root/keyboards/checkerboards/phoenix45_ortho/phoenix45_ortho.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/checkerboards/phoenix45_ortho/phoenix45_ortho.c')
-rw-r--r--keyboards/checkerboards/phoenix45_ortho/phoenix45_ortho.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/checkerboards/phoenix45_ortho/phoenix45_ortho.c b/keyboards/checkerboards/phoenix45_ortho/phoenix45_ortho.c
index 89ce3f5ce9..cb1615aef0 100644
--- a/keyboards/checkerboards/phoenix45_ortho/phoenix45_ortho.c
+++ b/keyboards/checkerboards/phoenix45_ortho/phoenix45_ortho.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "phoenix45_ortho.h"
+#include "quantum.h"
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) { return false; }