diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-04 15:20:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 15:20:10 +1000 |
commit | 7bfc2a367df91ad6cc701f8490b4b8346a1512b4 (patch) | |
tree | 41ed492b974467c924d94c304da7e38b54030d9b /keyboards/westm/westm68/rev1 | |
parent | 0e7acb777a75608524fe1de5e0f9359aeec88912 (diff) |
Move 65% layouts to data driven (#20308)
Diffstat (limited to 'keyboards/westm/westm68/rev1')
-rw-r--r-- | keyboards/westm/westm68/rev1/rev1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/westm/westm68/rev1/rev1.c b/keyboards/westm/westm68/rev1/rev1.c index ea0efbee37..3b47910624 100644 --- a/keyboards/westm/westm68/rev1/rev1.c +++ b/keyboards/westm/westm68/rev1/rev1.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "westm68.h" +#include "quantum.h" void board_init(void) { rgblight_toggle(); // Fixes if LEDs were off in the first place buggy LED turns on |