mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-01 03:50:08 -04:00
More Cleanup so we can do the test
- I forgot I removed the function layer
This commit is contained in:
parent
0d194ac08f
commit
7c665ff65a
8 changed files with 12 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue