diff options
| author | Ryan | 2023-03-29 06:54:34 +0200 |
|---|---|---|
| committer | GitHub | 2023-03-29 06:54:34 +0200 |
| commit | 4869b8061c187f6476f8f14b839dd2c2c9f74dd2 (patch) | |
| tree | 085ba6c614b0cc649a664b6e9e8829ee6f1fe593 /keyboards/planck/planck.c | |
| parent | 06664e8a94116b5d40b2348ec89ba2fc6248ec16 (diff) | |
Move ortho & numpad layouts to data driven (#20183)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/planck/planck.c')
| -rw-r--r-- | keyboards/planck/planck.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/planck.c b/keyboards/planck/planck.c index 20db22055c..4be96986a7 100644 --- a/keyboards/planck/planck.c +++ b/keyboards/planck/planck.c @@ -1,4 +1,5 @@ -#include "planck.h" +#include "quantum.h" +#include QMK_KEYBOARD_H __attribute__ ((weak)) void matrix_init_kb(void) { |