diff options
Diffstat (limited to 'keyboards/handwired/z150/z150.c')
-rw-r--r-- | keyboards/handwired/z150/z150.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/z150/z150.c b/keyboards/handwired/z150/z150.c index cf49c87ef0..a887a95bfd 100644 --- a/keyboards/handwired/z150/z150.c +++ b/keyboards/handwired/z150/z150.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "z150.h" +#include "quantum.h" void matrix_init_kb(void) { setPinOutput(NUM_LOCK_LED_PIN); |