Skip to content
gepd edited this page Sep 27, 2017 · 3 revisions

How can I edit the Deviot Shortcuts?

Where are located the templated used in the New Sketch options?

How can I edit the context menu?

Where is the .hex file generated by Deviot after compile a sketch?


How can I edit the Deviot Shortcuts?

Go to ST Menu > Preferences > Browse Packages open the Deviot (Arduino IDE)/shortcuts folder and select the .sublime-keymap corresponding to your O.S

Where are located the templated used in the New Sketch options?

The templates are located in Packages/Deviot (Arduino IDE)/presets, you will find template.cpp and template.ino

How can I edit the context menu?

Edit the file located in Packages/Deviot (Arduino IDE)/Context.sublime-menu.

You can use the Default.sublime-commands file as reference to add new options.

Where is the .hex file generated by Deviot after compile a sketch?

If you are not using a PlatformIO Structure project, follow this steps:

  1. Go to Deviot Menu > Options > Open Build Folder
  2. Search the folder with the name your sketch and open it.
  3. Go to the .pioenvs folder, and select the board (in case you have more than one) you want the .hex, for example uno (for Arduino UNO)

Inside that folder you will find the firmware.hex file you are looking for.

If you are using a PlatformIO Structure project, open the folder where is located your project and follow the step 3 of previous information.

Note that the .pioenvs folder will be hidden in the unix system and you will need to activate any option to show the hidden files/folders