More Cleanup so we can do the test

- I forgot I removed the function layer
This commit is contained in:
Victor 2024-04-21 08:34:53 -05:00
parent 0d194ac08f
commit 7c665ff65a
Failed to generate hash of commit
8 changed files with 12 additions and 12 deletions

View file

@ -39,7 +39,7 @@ bool get_combo_must_hold(uint16_t index, combo_t *combo) {
switch (index) {
case LYR_CONFIG:
case LYR_FUNCTION:
//case LYR_FUNCTION:
return true;
default: