diff options
Diffstat (limited to 'keyboards/hineybush/h60/h60.c')
-rw-r--r-- | keyboards/hineybush/h60/h60.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hineybush/h60/h60.c b/keyboards/hineybush/h60/h60.c index c3f1382479..4373157996 100644 --- a/keyboards/hineybush/h60/h60.c +++ b/keyboards/hineybush/h60/h60.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "h60.h" +#include "quantum.h" void matrix_init_kb(void) { // put your keyboard start-up code here |