Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VIA Configurator Refactor #7268

Merged
merged 14 commits into from
Jan 3, 2020
Prev Previous commit
Next Next commit
review changes
  • Loading branch information
wilba committed Nov 5, 2019
commit 740ad592826afb18938fe04bc868d0d7e309256d
2 changes: 1 addition & 1 deletion tmk_core/common/eeconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// TODO: Combine these into a single word and single block of EEPROM
#define EECONFIG_KEYMAP_UPPER_BYTE (uint8_t *)33
// Size of EEPROM being used, other code can refer to this for available EEPROM
#define EECONFIG_SIZE 33
#define EECONFIG_SIZE 34
/* debug bit */
#define EECONFIG_DEBUG_ENABLE (1 << 0)
#define EECONFIG_DEBUG_MATRIX (1 << 1)
Expand Down