diff options
author | 3araht <69518343+3araht@users.noreply.github.com> | 2021-12-27 19:27:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 21:27:15 +1100 |
commit | 4e077250d56f7e786af0cdef00f4b41d77e2b85c (patch) | |
tree | ac9e7c62f60d0ede6cddc733a3627b3d01308a03 /keyboards/bandominedoni/keymaps/via/config.h | |
parent | 07465c0ebbabf35079fed70a58e73da1e9419444 (diff) |
bandominedoni, Drashna's method is applied to encoder_update_kb. (#15287)
* Drashna's method is applied to rotary encoder rotation detection. rgb_matrix_user.inc -> rgb_matrix_kb.inc.
* Disabled some RGB MATRIX effects to shrink the firmware size.
* via # of layers changed from 5 to 4.
Diffstat (limited to 'keyboards/bandominedoni/keymaps/via/config.h')
-rw-r--r-- | keyboards/bandominedoni/keymaps/via/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bandominedoni/keymaps/via/config.h b/keyboards/bandominedoni/keymaps/via/config.h index 99e39626ce..4dcac5104f 100644 --- a/keyboards/bandominedoni/keymaps/via/config.h +++ b/keyboards/bandominedoni/keymaps/via/config.h @@ -15,4 +15,4 @@ */ #pragma once -#define DYNAMIC_KEYMAP_LAYER_COUNT 5 +#define DYNAMIC_KEYMAP_LAYER_COUNT 4 |