feat(docs): Add a note on column numbers for DTS errors
This commit is contained in:
parent
00e4818094
commit
3de8a56fcb
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ A `devicetree error` followed by a reference to the line number on `<keyboard>.k
|
|||
devicetree error: /__w/zmk-config/zmk-config/config/cradio.keymap:109 (column 4): parse error: expected ';' or ','
|
||||
```
|
||||
|
||||
Note that the provided number for the column corresponds to the numbering after the preprocessor expansion and it will likely not match the column numbers in your keymap.
|
||||
|
||||
A `devicetree error` followed by an `empty_file.c` reference with `lacks #binding-cells` string indicates possible problems with improper parameters for specific bindings:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue