diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-27 07:49:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 07:49:03 +1000 |
commit | 4d8dd55bf9b36f5d60afbf01fe192f9a1a7627f3 (patch) | |
tree | e2bcf6c8883e21cc8bece10ead2b21c0b49766b6 /keyboards/hs60/v1/v1.c | |
parent | 4871f651c5328cc8c16d1ec991f3e865094b24c8 (diff) |
Move 60% layouts to data driven (#20477)
Diffstat (limited to 'keyboards/hs60/v1/v1.c')
-rw-r--r-- | keyboards/hs60/v1/v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hs60/v1/v1.c b/keyboards/hs60/v1/v1.c index 21d6ac4874..6c5f03f428 100644 --- a/keyboards/hs60/v1/v1.c +++ b/keyboards/hs60/v1/v1.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 "v1.h" +#include "quantum.h" // Please ignore this is for upcoming features /*#ifdef RAW_ENABLE |