* bt hid: introduce tiktok controller * assets: add bt tiktok assets * bt hid: finish tiktok draw * bt hid: add input process to tiktok view * bt hid: add tiktok swipe emulation * bt hid: fix exit from tiktok controller * ble hid: add delay to emulate double tap * ble hid: change options order * bt hid: build as external application * ble hid: fix naming Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="bt_hid",
 | 
						|
    name="Bluetooth Remote",
 | 
						|
    apptype=FlipperAppType.EXTERNAL,
 | 
						|
    entry_point="bt_hid_app",
 | 
						|
    stack_size=1 * 1024,
 | 
						|
    fap_category="Tools",
 | 
						|
    fap_icon="bt_remote_10px.png",
 | 
						|
    fap_icon_assets="assets",
 | 
						|
)
 |