summaryrefslogtreecommitdiff
path: root/keyboards/jones
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-09-20 14:11:33 +0100
committerGitHub <noreply@github.com>2023-09-20 14:11:33 +0100
commit9a4c30774089b1e0d65e32f86777c69f4f1a313e (patch)
treeb6c20466bbfc8a7c193e895c5bbf0ec36b619562 /keyboards/jones
parent4b26d9b62b299f15ce517e3fb7c9bfbe8eaf88b8 (diff)
Migrate dynamic_keymap.layer_count >= 4 (#22087)
Diffstat (limited to 'keyboards/jones')
-rw-r--r--keyboards/jones/v1/config.h5
-rw-r--r--keyboards/jones/v1/info.json3
2 files changed, 3 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
diff --git a/keyboards/jones/v1/info.json b/keyboards/jones/v1/info.json
index 0e7902a92a..54496d3164 100644
--- a/keyboards/jones/v1/info.json
+++ b/keyboards/jones/v1/info.json
@@ -21,6 +21,9 @@
"pin": "F1"
},
"diode_direction": "COL2ROW",
+ "dynamic_keymap": {
+ "layer_count": 6
+ },
"eeprom": {
"driver": "i2c"
},