Internal EEPROM custom address map

If all of the settings are a single byte then use an array. If you want named settings or if the values are not all single bytes then use a struct. An array or a struct can be written to and loaded from EEPROM using a single call to EEPROM.put() or EEPROM.get()