summaryrefslogtreecommitdiffstats
path: root/keyboards/hineybush/physix/physix.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-08 19:27:11 +1000
committerGitHub <noreply@github.com>2023-04-08 19:27:11 +1000
commitfd6449e42cf326bdf17eab118639faa6b0359eb7 (patch)
treeec572600024f903a939b69254bdc7b34a5f4437e /keyboards/hineybush/physix/physix.c
parent41feebf9bae805f58f6712039866d1b5334c97da (diff)
Move split space/backspace layouts to data driven (#20356)
Diffstat (limited to 'keyboards/hineybush/physix/physix.c')
-rw-r--r--keyboards/hineybush/physix/physix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hineybush/physix/physix.c b/keyboards/hineybush/physix/physix.c
index 99614aeb78..c118b30d2e 100644
--- a/keyboards/hineybush/physix/physix.c
+++ b/keyboards/hineybush/physix/physix.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "physix.h"
+#include "quantum.h"
// Optional override functions below.
// You can leave any or all of these undefined.