Merge remote-tracking branch 'upstream/main' into corne-ish-zen-v2

This commit is contained in:
Darryldh 2022-10-30 22:34:39 -04:00
commit 7aa7272ca5
2 changed files with 11 additions and 0 deletions

View file

@ -17,6 +17,13 @@ config LS0XX
config ZMK_WIDGET_WPM_STATUS
default y if !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
config LVGL_BITS_PER_PIXEL
default 1
choice LVGL_COLOR_DEPTH
default LVGL_COLOR_DEPTH_1
endchoice
endif # ZMK_DISPLAY
endif

View file

@ -21,6 +21,10 @@ Variations of the warnings shown below occur when flashing the `<firmware>.uf2`
| :--------------------------------------------------------------------------: |
| An example of the file transfer error on MacOS |
### MacOS Ventura error
MacOS 13.0 (Ventura) Finder running on Apple silicon hardware may report an error code 100093 when copying `<firmware>.uf2` files into microcontrollers. This bug is limited to the operating system's Finder. You can work around it by copying on Terminal command line or use a third party file manager.
### CMake Error
An error along the lines of `CMake Error at (zmk directory)/zephyr/cmake/generic_toolchain.cmake:64 (include): include could not find load file:` during firmware compilation indicates that the Zephyr Environment Variables are not properly defined.