We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde96f0 commit 61af756Copy full SHA for 61af756
1 file changed
config/boards/shields/Test/cool642tb-mini_R.overlay
@@ -1,5 +1,10 @@
1
#include "cool642tb-mini.dtsi"
2
3
+&vbatt {
4
+ output-ohms = <300000>;
5
+ full-ohms = <(1200000 + 300000)>;
6
+};
7
+
8
&default_transform {
9
col-offset = <6>;
10
};
@@ -60,8 +65,4 @@
60
65
automouse-layer = <4>;
61
66
scroll-layers = <5>;
62
67
63
-&vbatt {
64
- output-ohms = <300000>;
- full-ohms = <(1200000 + 300000)>;
- };
68
0 commit comments