Move projectcain encoder logic to keyboard level (#16479)
This commit is contained in:
parent
f293e6b4da
commit
c9d9e70ac7
8 changed files with 10 additions and 8 deletions
|
@ -44,6 +44,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define ENCODERS_PAD_A { D6 }
|
||||
#define ENCODERS_PAD_B { D7 }
|
||||
#define ENCODER_RESOLUTION 2
|
||||
|
||||
/*
|
||||
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue