diff options
author | Andrew Kannan <andrew.kannan@gmail.com> | 2019-04-27 23:35:31 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-27 20:35:31 -0700 |
commit | b23c3b0fd61c311b429fb1b3391248bf9df2e25d (patch) | |
tree | 270025b6cd716797d2aea173c104008a62f9e27d /keyboards/cannonkeys/satisfaction75/config.h | |
parent | 53c51f1d16b40fdd3e68a6afc5844917d3d58640 (diff) | |
download | qmk_firmware-b23c3b0fd61c311b429fb1b3391248bf9df2e25d.tar.gz |
[Keyboard] Satisfaction75 i2c fix and VIA layout (#5726)
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75/config.h')
-rw-r--r-- | keyboards/cannonkeys/satisfaction75/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/config.h b/keyboards/cannonkeys/satisfaction75/config.h index e3d44990e..092b37257 100644 --- a/keyboards/cannonkeys/satisfaction75/config.h +++ b/keyboards/cannonkeys/satisfaction75/config.h @@ -76,7 +76,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Bump this every time we change what we store // This will automatically reset the EEPROM with defaults // and avoid loading invalid data from the EEPROM -#define EEPROM_VERSION 0x0F +#define EEPROM_VERSION 0x01 #define EEPROM_VERSION_ADDR 34 // Dynamic keymap starts after EEPROM version |