diff options
Diffstat (limited to 'keyboards/jones/v1/config.h')
-rw-r--r-- | keyboards/jones/v1/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/jones/v1/config.h b/keyboards/jones/v1/config.h index e36574e56a..541a6ae2f0 100644 --- a/keyboards/jones/v1/config.h +++ b/keyboards/jones/v1/config.h @@ -32,8 +32,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* External EEPROM */ // Use 24LC64 EEPROM #define EEPROM_I2C_24LC64 -// Set MAX_ADDR to specify actual EEPROM size. -// If it's not set, EEPROM size will be set ATmega32u4's 1023. -#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 8191 -// How many layers to use with VIA / Remap. -#define DYNAMIC_KEYMAP_LAYER_COUNT 6 // default:4 |