From cc0d69ea2d482520cb8548183c06833a6faa7387 Mon Sep 17 00:00:00 2001 From: "James N. V. Cash" Date: Fri, 17 Nov 2017 17:17:55 -0500 Subject: [PATCH] Explain what max_layers should be set to in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3afc9628..9e247684 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,9 @@ The plugin provides the `EEPROMKeymap` object, which has the following methods: > Tells the extension to reserve space in EEPROM for up to `max` layers. Can > only be called once, any subsequent call will be a no-op. +> This should be set to the number of keymap layers you want to be +> able to program from EEPROM (probably the number of layers you have +> defined in your keymap). ## Focus commands