Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -99,19 +99,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
#define ENCODERS_PAD_A { D3 }
|
||||
# define ENCODERS_PAD_B \
|
||||
{ D2 }
|
||||
# define ENCODER_RESOLUTION 2
|
||||
|
||||
# define ENCODERS 1
|
||||
# define ENCODERS_CW_KEY \
|
||||
{ \
|
||||
{ 4, 5 } \
|
||||
}
|
||||
#define ENCODERS_CW_KEY { { 4, 5 } }
|
||||
#define ENCODERS_CCW_KEY { { 4, 3 } }
|
||||
#endif
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
Reference in New Issue
Block a user