fix(display): Add zephyr,display chosen nodes.

This commit is contained in:
Peter Johanson
2022-03-10 15:03:20 -05:00
committed by Pete Johanson
parent 5015a88545
commit 9368f6200c
12 changed files with 16 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
/ {
chosen {
zephyr,display = &oled;
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
};