~ruther/qmk_firmware

a3e9b347ecbb55a58dfca4bb7a47e5abd21f6369 — QMK Bot 3 years ago 5ebeb32 + 285afa3
Merge remote-tracking branch 'origin/master' into develop
M keyboards/0xcb/1337/config.h => keyboards/0xcb/1337/config.h +2 -3
@@ 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

M keyboards/absinthe/config.h => keyboards/absinthe/config.h +2 -4
@@ 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

M keyboards/aplyard/aplx6/rev2/config.h => keyboards/aplyard/aplx6/rev2/config.h +2 -3
@@ 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

M keyboards/basketweave/config.h => keyboards/basketweave/config.h +2 -3
@@ 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 */

M keyboards/keysofkings/twokey/config.h => keyboards/keysofkings/twokey/config.h +2 -3
@@ 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

M keyboards/makrosu/config.h => keyboards/makrosu/config.h +2 -3
@@ 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

M keyboards/ramonimbao/herringbone/pro/config.h => keyboards/ramonimbao/herringbone/pro/config.h +2 -4
@@ 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

M keyboards/space_space/rev2/config.h => keyboards/space_space/rev2/config.h +2 -3
@@ 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


M keyboards/synapse/config.h => keyboards/synapse/config.h +2 -3
@@ 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


M keyboards/z12/config.h => keyboards/z12/config.h +2 -3
@@ 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

M lib/python/qmk/cli/format/c.py => lib/python/qmk/cli/format/c.py +1 -1
@@ 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)