# > Board Program Editors --- A Board Program Editor is an editor that will be used to edit the Program that will be uploaded to the Microcontroller. This mod offers a sample program for each board that will manually be updated as pi-map entries are added by the user. ### Available Editors The available editors and their ID for the config file are: | Editor | config ID | Default | | ------------- |:-------------:| -----:| | The ingame editor provided by the mod itself | `igname` | YES | | Arduino IDE | `arduinoide` | - | | Notepad++ | `notepadpp` | - | | Visual Studio Code | `code` | - | | Sublime Text | `sublime` | - | | Custom editor | `custom` | - | | Open in file explorer | `filepath` | - |