diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-04 15:20:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 15:20:10 +1000 |
commit | 7bfc2a367df91ad6cc701f8490b4b8346a1512b4 (patch) | |
tree | 41ed492b974467c924d94c304da7e38b54030d9b /keyboards/dztech/dz65rgb/v3/v3.c | |
parent | 0e7acb777a75608524fe1de5e0f9359aeec88912 (diff) |
Move 65% layouts to data driven (#20308)
Diffstat (limited to 'keyboards/dztech/dz65rgb/v3/v3.c')
-rwxr-xr-x | keyboards/dztech/dz65rgb/v3/v3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/dz65rgb/v3/v3.c b/keyboards/dztech/dz65rgb/v3/v3.c index 45cc5cb3bd..ceb5c30f3e 100755 --- a/keyboards/dztech/dz65rgb/v3/v3.c +++ b/keyboards/dztech/dz65rgb/v3/v3.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "v3.h" +#include "quantum.h" #ifdef RGB_MATRIX_ENABLE |