#include config_t EEMEM eeprom_config = { // my address { 16, 1 }, // button configurations { // button 0 { // destination node address { 16, 2 }, // destination output address 0, // function FUNC_TOGGLE }, // button 1 { // destination node address { 16, 2 }, // destination output address 1, // function FUNC_TOGGLE }, // button 2 { // destination node address { 16, 2 }, // destination output address 2, // function FUNC_TOGGLE }, // button 3 { // destination node address { 16, 2 }, // destination output address 3, // function FUNC_TOGGLE }, // button 4 { // destination node address { 16, 2 }, // destination output address 4, // function FUNC_TOGGLE }, // button 5 { // destination node address { 16, 2 }, // destination output address 5, // function FUNC_TOGGLE }, // button 6 { // destination node address { 16, 2 }, // destination output address 6, // function FUNC_TOGGLE }, // button 7 { // destination node address { 16, 2 }, // destination output address 7, // function FUNC_TOGGLE } } };