diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-29 15:54:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 15:54:34 +1100 |
commit | 4869b8061c187f6476f8f14b839dd2c2c9f74dd2 (patch) | |
tree | 085ba6c614b0cc649a664b6e9e8829ee6f1fe593 /keyboards/hineybush/h10/h10.c | |
parent | 06664e8a94116b5d40b2348ec89ba2fc6248ec16 (diff) |
Move ortho & numpad layouts to data driven (#20183)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/hineybush/h10/h10.c')
-rw-r--r-- | keyboards/hineybush/h10/h10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hineybush/h10/h10.c b/keyboards/hineybush/h10/h10.c index 8c149c1451..81f5bdfbf2 100644 --- a/keyboards/hineybush/h10/h10.c +++ b/keyboards/hineybush/h10/h10.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "h10.h" +#include "quantum.h" // Optional override functions below. // You can leave any or all of these undefined. |