diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-25 02:38:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 02:38:35 +1000 |
commit | f111bea3cda240b7c54bff2e12b5043b7b0797f7 (patch) | |
tree | 9fa3b3356f50e0b989231bf69da4ce00c18e85e0 /keyboards/jae/j01/j01.c | |
parent | 72d2be24f9bb1ab40a7a64447f2625c31b22a201 (diff) |
Move miscellaneous layouts to data driven (#20516)
Diffstat (limited to 'keyboards/jae/j01/j01.c')
-rw-r--r-- | keyboards/jae/j01/j01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/jae/j01/j01.c b/keyboards/jae/j01/j01.c index 8763f8f0d4..95f3e9b042 100644 --- a/keyboards/jae/j01/j01.c +++ b/keyboards/jae/j01/j01.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "j01.h" +#include "quantum.h" // Optional override functions below. // You can leave any or all of these undefined. |