add Save As to ducky scripts

This commit is contained in:
Just Call Me Koko
2021-04-15 21:20:47 -04:00
parent 87b0fbf370
commit d6f20ec1fa
2 changed files with 48 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ PROGMEM static void save_as_keyboard_event_cb(lv_obj_t * keyboard, lv_event_t ev
// lvgl stuff
PROGMEM static lv_obj_t *kb;
PROGMEM static lv_obj_t * save_as_kb;
struct Menu;