Moving the Reviung5 encoder config from keymap to overlay
This commit is contained in:
parent
ff5cdcd6bc
commit
0cfb4761a8
2 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,6 @@
|
|||
#define BASE 0
|
||||
#define BLE 1
|
||||
|
||||
&encoder { status = "okay"; };
|
||||
|
||||
/ {
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
a-gpios = <&pro_micro 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
b-gpios = <&pro_micro 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
resolution = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
sensors {
|
||||
|
|
Loading…
Add table
Reference in a new issue