forked from mirrors/qmk_userspace
Migrate dynamic_keymap.layer_count >= 4 (#22087)
This commit is contained in:
parent
4b26d9b62b
commit
9a4c307740
59 changed files with 81 additions and 85 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue