diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-13 16:54:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-13 16:54:39 +0000 |
commit | e0cdeab951bdc80eb276c4b1323d129f1d3d8da5 (patch) | |
tree | eb169b4a1fe8b8129176c21b3eb2e5bd5b448504 /keyboards/takashicompany/spreadwriter/keymaps/via/config.h | |
parent | 158dc6829add1b1618a85c175178aa44ce2b62a7 (diff) | |
parent | 82828c3205848ff0e5c1400c2da7018f6c260a0f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/takashicompany/spreadwriter/keymaps/via/config.h')
-rw-r--r-- | keyboards/takashicompany/spreadwriter/keymaps/via/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/takashicompany/spreadwriter/keymaps/via/config.h b/keyboards/takashicompany/spreadwriter/keymaps/via/config.h new file mode 100644 index 0000000000..adbbc6ce83 --- /dev/null +++ b/keyboards/takashicompany/spreadwriter/keymaps/via/config.h @@ -0,0 +1,20 @@ +// Copyright 2022 takashicompany (@takashicompany) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define DYNAMIC_KEYMAP_LAYER_COUNT 7 + +//------------------------------------------------------------------------------ +// Rotary Encoder +//------------------------------------------------------------------------------ +// Encoder triggers specific key matrix position, +// when turn knob clockwise or counterclockwise. +// This is handy to assign key codes by VIA. + +// Number of endoder +#define ENCODERS 1 + +// Mappings of encoder rotation to key position in key matrix. +#define ENCODERS_CW_KEY { { 0, 4 }} +#define ENCODERS_CCW_KEY { { 6, 0 }}
\ No newline at end of file |