Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Aug 13, 2024
1 parent 59c466a commit 5a9ea79
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,19 @@ config ZMK_USB
config ZMK_KSCAN_MATRIX_POLLING
default y


if ZMK_STUDIO

choice ZMK_BEHAVIOR_LOCAL_ID_TYPE
default ZMK_BEHAVIOR_LOCAL_ID_TYPE_CRC16
endchoice

config ZMK_STUDIO_RPC_THREAD_STACK_SIZE
default 3800

config ZMK_STUDIO_RPC_TX_BUF_SIZE
default 32

endif

endif # BOARD_LE_CHIFFRE_STM32
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
settings:
board_root: .

0 comments on commit 5a9ea79

Please sign in to comment.