Răsfoiți Sursa

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 3 ani în urmă
părinte
comite
a3e9b347ec

+ 2 - 3
keyboards/0xcb/1337/config.h

@@ -37,10 +37,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     { E6, B4, B2 } \
 }
 #define TAP_CODE_DELAY 10
-#define ENCODER_DIRECTION_FLIP
 #define ENCODER_RESOLUTION 4
-#define ENCODERS_PAD_A { F5 }
-#define ENCODERS_PAD_B { F6 }
+#define ENCODERS_PAD_A { F6 }
+#define ENCODERS_PAD_B { F5 }
 
 #define BACKLIGHT_PIN B5
 #define BACKLIGHT_BREATHING

+ 2 - 4
keyboards/absinthe/config.h

@@ -44,10 +44,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, D3, D0 }
 #define UNUSED_PINS
 
-#define ENCODERS_PAD_A { D5 }
-#define ENCODERS_PAD_B { B7 }
-
-#define ENCODER_DIRECTION_FLIP
+#define ENCODERS_PAD_A { B7 }
+#define ENCODERS_PAD_B { D5 }
 
 /* COL2ROW, ROW2COL*/
 #define DIODE_DIRECTION COL2ROW

+ 2 - 3
keyboards/aplyard/aplx6/rev2/config.h

@@ -41,9 +41,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define TAPPING_TERM 200
 
 /* Encoder */
-#define ENCODERS_PAD_A { F4 }
-#define ENCODERS_PAD_B { F5 }
+#define ENCODERS_PAD_A { F5 }
+#define ENCODERS_PAD_B { F4 }
 #define ENCODER_RESOLUTION 4
-#define ENCODER_DIRECTION_FLIP
 
 #define TAP_CODE_DELAY 50

+ 2 - 3
keyboards/basketweave/config.h

@@ -50,10 +50,9 @@
  */
 // #define GRAVE_ESC_CTRL_OVERRIDE
 
-#define ENCODERS_PAD_A { D7 }
-#define ENCODERS_PAD_B { C0 }
+#define ENCODERS_PAD_A { C0 }
+#define ENCODERS_PAD_B { D7 }
 #define ENCODER_RESOLUTION 4
-#define ENCODER_DIRECTION_FLIP
 #define TAP_CODE_DELAY 10
 
 /* Bootmagic Lite key configuration */

+ 2 - 3
keyboards/keysofkings/twokey/config.h

@@ -35,10 +35,9 @@
 #define UNUSED_PINS
 
 
-#define ENCODERS_PAD_A { E6 }
-#define ENCODERS_PAD_B { D7 }
+#define ENCODERS_PAD_A { D7 }
+#define ENCODERS_PAD_B { E6 }
 #define ENCODER_RESOLUTION 1
-#define ENCODER_DIRECTION_FLIP
 
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW

+ 2 - 3
keyboards/makrosu/config.h

@@ -34,9 +34,8 @@
 #define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5}
 #define UNUSED_PINS
 
-#define ENCODERS_PAD_A { D1 }
-#define ENCODERS_PAD_B { E6 }
-#define ENCODER_DIRECTION_FLIP
+#define ENCODERS_PAD_A { E6 }
+#define ENCODERS_PAD_B { D1 }
 #define TAP_CODE_DELAY 10 
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW

+ 2 - 4
keyboards/ramonimbao/herringbone/pro/config.h

@@ -48,10 +48,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define DIODE_DIRECTION COL2ROW
 
 /* Encoder pin assignment */
-#define ENCODERS_PAD_A { C3 }
-#define ENCODERS_PAD_B { C2 }
-
-#define ENCODER_DIRECTION_FLIP
+#define ENCODERS_PAD_A { C2 }
+#define ENCODERS_PAD_B { C3 }
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
 #define DEBOUNCE 5

+ 2 - 3
keyboards/space_space/rev2/config.h

@@ -41,12 +41,11 @@
 
 /* ROTARY ENCODERS */
 #define ENCODERS_PAD_A \
-    { D7, F7 }
-#define ENCODERS_PAD_B \
     { B4, C7 }
+#define ENCODERS_PAD_B \
+    { D7, F7 }
 
 #define ENCODER_RESOLUTION 3
-#define ENCODER_DIRECTION_FLIP
 
 #define DEBOUNCE 5
 

+ 2 - 3
keyboards/synapse/config.h

@@ -41,12 +41,11 @@
 
 /* ROTARY ENCODERS */
 #define ENCODERS_PAD_A \
-    { D6, C6 }
-#define ENCODERS_PAD_B \
     { D7, C7 }
+#define ENCODERS_PAD_B \
+    { D6, C6 }
 
 #define ENCODER_RESOLUTION 4
-#define ENCODER_DIRECTION_FLIP
 
 #define DEBOUNCE 5
 

+ 2 - 3
keyboards/z12/config.h

@@ -25,9 +25,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MANUFACTURER    zigotica
 #define PRODUCT         z12
 
-#define ENCODERS_PAD_A { B4, B2 }
-#define ENCODERS_PAD_B { B5, B6 }
-#define ENCODER_DIRECTION_FLIP
+#define ENCODERS_PAD_A { B5, B6 }
+#define ENCODERS_PAD_B { B4, B2 }
 
 /* key matrix size */
 #define MATRIX_ROWS 4

+ 1 - 1
lib/python/qmk/cli/format/c.py

@@ -74,7 +74,7 @@ def filter_files(files, core_only=False):
             # The following statement checks each file to see if the file path is
             # - in the core directories
             # - not in the ignored directories
-            if not any(i in str(file) for i in core_dirs) or any(i in str(file) for i in ignored):
+            if not any(str(file).startswith(i) for i in core_dirs) or any(str(file).startswith(i) for i in ignored):
                 files[index] = None
                 cli.log.debug("Skipping non-core file %s, as '--core-only' is used.", file)