mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
modify delay to 200ms
This commit is contained in:
@@ -401,7 +401,7 @@ static void js_badusb_println(struct mjs* mjs) {
|
||||
|
||||
// Simulates typing a character using the ALT key and Numpad ASCII code
|
||||
static void alt_numpad_type_character(struct mjs* mjs, char character) {
|
||||
const uint32_t delay_ms = 50; // Example delay
|
||||
const uint32_t delay_ms = 200; // Example delay
|
||||
|
||||
// Press and hold the ALT key
|
||||
furi_hal_hid_kb_press(KEY_MOD_LEFT_ALT);
|
||||
|
||||
Reference in New Issue
Block a user