diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-05 15:53:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 15:53:45 +1000 |
commit | 8bb4cba7b04571d75674f8f3f19462adef015060 (patch) | |
tree | 1a6e4f900c13776ed911c96731b33771c3d9befb /keyboards/hineybush/h87a/h87a.c | |
parent | 09a2b70a661323aa7ea023341bb1e9dcd3c75e24 (diff) |
Move TKL layouts to data driven (#20337)
Diffstat (limited to 'keyboards/hineybush/h87a/h87a.c')
-rw-r--r-- | keyboards/hineybush/h87a/h87a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hineybush/h87a/h87a.c b/keyboards/hineybush/h87a/h87a.c index 37c1725693..bf4213a200 100644 --- a/keyboards/hineybush/h87a/h87a.c +++ b/keyboards/hineybush/h87a/h87a.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 "h87a.h" +#include "quantum.h" void matrix_init_kb(void) { // put your keyboard start-up code here |