Skip to content

Commit

Permalink
fix: Update corneish_zen to new include paths
Browse files Browse the repository at this point in the history
Fixed an issue introduced in zmkfirmware#2517 where the corneish_zen boards weren't
updated. Fixes zmkfirmware#2530.
  • Loading branch information
joelspadin committed Oct 3, 2024
1 parent 60a8f29 commit 7cbaeea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/boards/arm/corneish_zen/corneish_zen.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

#include <dt-bindings/zmk/matrix_transform.h>

#include <layouts/foostan/corne.dtsi>
#include <layouts/foostan/corne/5column.dtsi>
#include <layouts/foostan/corne/6column.dtsi>

&foostan_corne_6col_layout {
transform = <&default_transform>;
Expand Down

0 comments on commit 7cbaeea

Please sign in to comment.