~ruther/qmk_firmware

db04899a4a7cc39665c63e9639a60ea4e1d96bab — Joel Challis 3 years ago 84b8cdc
Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)

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