diff options
author | 3araht <69518343+3araht@users.noreply.github.com> | 2022-09-30 15:13:21 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 07:13:21 +0100 |
commit | 10005e9f39409986493dc3865cc64734c9db786e (patch) | |
tree | 9fa090a172175f3647d33417a01a8e4548dc9a19 /keyboards/chromatonemini/keymaps/via/config.h | |
parent | e1e86cb1fb97afe3c2d8331dde4e0f1d61d67e37 (diff) |
Rotary encoder setting is revised to solve a malfunction. (#18227)
* Rotary encoder setting is revised to solve a mulfunction. UNUSED_PINS deleted.
* Encoder map applied.
* ENCODER_MAP_ENABLE moved to keymap level.
* Settings in rules.mk moved to info.json.
* picture sent to imgur. config.h streamlined.
Diffstat (limited to 'keyboards/chromatonemini/keymaps/via/config.h')
-rw-r--r-- | keyboards/chromatonemini/keymaps/via/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/chromatonemini/keymaps/via/config.h b/keyboards/chromatonemini/keymaps/via/config.h deleted file mode 100644 index b5ee0ac04b..0000000000 --- a/keyboards/chromatonemini/keymaps/via/config.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -// How many layers to use with VIA / Remap. -#define DYNAMIC_KEYMAP_LAYER_COUNT 4 // default:4 |