forked from kofal.net/zmk
testing: Add split BLE tests (#2737)
* Enhance the BLE test runner to build additional peripheral builds when detecting peripheral*.overlay files in the test. * Add basic and multiple-peripheral tests to exercise the testing support * Add test for triggering local behaviors on split peripherals. fix(ble): Fix building split code w/o settings * Properly exclude storing peripheral addresses to settings when settings support isn't turned on.
This commit is contained in:
12
app/tests/ble/split/basic/peripheral.overlay
Normal file
12
app/tests/ble/split/basic/peripheral.overlay
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#include <dt-bindings/zmk/kscan_mock.h>
|
||||
|
||||
|
||||
&kscan {
|
||||
events =
|
||||
<ZMK_MOCK_RELEASE(0,0,5000)
|
||||
ZMK_MOCK_PRESS(0,0,5000)
|
||||
ZMK_MOCK_RELEASE(0,0,200)
|
||||
ZMK_MOCK_PRESS(0,1,10)
|
||||
ZMK_MOCK_RELEASE(0,1,2000)>;
|
||||
};
|
||||
Reference in New Issue
Block a user