diff --git a/+keybindings.el b/+keybindings.el index 3b71c1f..3dcff62 100644 --- a/+keybindings.el +++ b/+keybindings.el @@ -37,4 +37,5 @@ (:localleader :desc "Compile the project" "c c" #'platformio-build :desc "Upload the project" "c u" #'platformio-upload - :desc "Monitor the serial console" "c m" #'platformio-device-monitor)) + :desc "Monitor the serial console" "c m" #'platformio-device-monitor + :desc "Upload data files" "c d" #'platformio-spiffs-upload))