mirror of
https://github.com/He4eT/oddkb.git
synced 2026-05-05 09:27:31 +00:00
vial: measure space used for vial features
This commit is contained in:
parent
2f87a41faa
commit
4dfda7f812
2 changed files with 45 additions and 2 deletions
|
|
@ -31,6 +31,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
// Vial features
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 5
|
||||
// looks like this DYNAMIC_MACRO_SIZE doesn't change anything
|
||||
#define DYNAMIC_MACRO_SIZE 0
|
||||
#define VIAL_TAP_DANCE_ENTRIES 0
|
||||
#define VIAL_COMBO_ENTRIES 0
|
||||
/* 8 entries take only 6 bytes more than 2 entries
|
||||
Thus, 8 and 0 are the only reasonable values. */
|
||||
#define VIAL_KEY_OVERRIDE_ENTRIES 8
|
||||
#define VIAL_TAP_DANCE_ENTRIES 8
|
||||
#define VIAL_COMBO_ENTRIES 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue