diff options
| author | Joel Challis <git@zvecr.com> | 2021-11-29 15:08:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 15:08:20 +0000 |
| commit | db04899a4a7cc39665c63e9639a60ea4e1d96bab (patch) | |
| tree | e748a744fe384ccd2b334e57604598d87a85bd3e /keyboards/0xcb | |
| parent | 84b8cdc1a43245d24b232bc8e28cca7f1183d676 (diff) | |
| download | qmk_firmware-db04899a4a7cc39665c63e9639a60ea4e1d96bab.tar.gz qmk_firmware-db04899a4a7cc39665c63e9639a60ea4e1d96bab.zip | |
Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)
Diffstat (limited to 'keyboards/0xcb')
| -rw-r--r-- | keyboards/0xcb/1337/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/0xcb/1337/config.h b/keyboards/0xcb/1337/config.h index 21332c558..d134d1ab4 100644 --- a/keyboards/0xcb/1337/config.h +++ b/keyboards/0xcb/1337/config.h | |||
| @@ -37,10 +37,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | { E6, B4, B2 } \ | 37 | { E6, B4, B2 } \ |
| 38 | } | 38 | } |
| 39 | #define TAP_CODE_DELAY 10 | 39 | #define TAP_CODE_DELAY 10 |
| 40 | #define ENCODER_DIRECTION_FLIP | ||
| 41 | #define ENCODER_RESOLUTION 4 | 40 | #define ENCODER_RESOLUTION 4 |
| 42 | #define ENCODERS_PAD_A { F5 } | 41 | #define ENCODERS_PAD_A { F6 } |
| 43 | #define ENCODERS_PAD_B { F6 } | 42 | #define ENCODERS_PAD_B { F5 } |
| 44 | 43 | ||
| 45 | #define BACKLIGHT_PIN B5 | 44 | #define BACKLIGHT_PIN B5 |
| 46 | #define BACKLIGHT_BREATHING | 45 | #define BACKLIGHT_BREATHING |
