Jacky

Results 8 comments of Jacky

@tzarc As I know,BLE is not allowed by QMK because of license reason. and chibios has no BLE support to stm32wb. actually, I have implemented BLE on STM32WB + QMK,code...

@tzarc Thanks for your clarify.

@tzarc Add https://github.com/JackyJia73/STM32CubeWB.git to lib. Do you think this is the right direction ? Or I need put all STM32CubeWB into kb directory. Thanks

@tzarc As STM32wb is dual core mcu,BLE stack is in cpu2. cpu1 interface with cpu2 by HCI(ipcc). All the code can be under kb directory. No need to work on...

https://github.com/qmk/qmk_firmware/pull/23982 Wireless code added. Although this board is not wireless.

It not a wireless board. copy a keymap from others with ble keycode by mistake. already removed thanks

> Also, your licence headers are all over the place and should really be consistent. Sorry, I will modify.

Wireless code added