diff options
| author | Drashna Jaelre | 2023-01-01 01:55:14 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-01 01:55:14 +0100 |
| commit | ac561b9473559b7880bcf2510ae5a0ac5cabde7a (patch) | |
| tree | 9341305bf6a04e6c8c9274d023cdc9b83f002dc3 /keyboards/gray_studio/hb85/keymaps | |
| parent | d0ebafaea6847926e6391a6920821bcb17b3c39c (diff) | |
[Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)
Diffstat (limited to 'keyboards/gray_studio/hb85/keymaps')
| -rw-r--r-- | keyboards/gray_studio/hb85/keymaps/via/keymap.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/keyboards/gray_studio/hb85/keymaps/via/keymap.c b/keyboards/gray_studio/hb85/keymaps/via/keymap.c index 5e1693a516..d641577199 100644 --- a/keyboards/gray_studio/hb85/keymaps/via/keymap.c +++ b/keyboards/gray_studio/hb85/keymaps/via/keymap.c @@ -43,14 +43,5 @@ _______, _______, _______, _______, _______, _______, _______, _______, ____ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ), - - [3] = LAYOUT_all( - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, -_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, -_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, -_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, -_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ), + ) }; |