This file contains configuration bit settings. To add more chips:
- Add the appropriate #if chip_name / #endif pair (copy the format of other chips below.)
- Open the configuration bits editor in the MPLAB X IDE and select the appropriate bits for your chip.
- Click "Generate Source Code To Output", then copy and paste the output inside the #if / #endif pair you added.
- Delete the settings for FNOSC, POSCMD / POSCMOD, and OSCIOFNC; these will be set based on the clock configuration.
Definition in file pic24_configbits.c.