zmk/app/src/studio
Joel Spadin cef7af4408
fix: Fix build with Studio and USB but not UART (#2996)
Changed CONFIG_ZMK_STUDIO_TRANSPORT_UART to automatically enable itself
whenever a zmk,studio-rpc-uart chosen node is specified. The previous
behavior of enabling if CONFIG_ZMK_USB was enabled broke builds when
CONFIG_ZMK_STUDIO was enabled but the chosen node wasn't specified.
2025-07-11 22:07:38 -06:00
..
behavior_subsystem.c fix: Fix warnings in nanopb encoding code (#2643) 2024-12-11 15:00:48 -05:00
CMakeLists.txt feat(keymap): Add binding get/set, layer movement 2024-09-05 12:22:08 -06:00
core.c feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
core_subsystem.c feat(studio): Log entry into all RPC. 2024-09-25 17:46:50 -06:00
gatt_rpc_transport.c feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
Kconfig fix: Fix build with Studio and USB but not UART (#2996) 2025-07-11 22:07:38 -06:00
keymap_subsystem.c feat(core): Make physical layout key rotation optional (#2770) 2025-01-15 16:48:18 -05:00
msg_framing.c feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
msg_framing.h feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
rpc.c feat: Add RPC thread analysis support. 2024-09-25 17:46:50 -06:00
uart_rpc_transport.c feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
uuid.h feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00