diff --git a/keyboards/sofle/rev1/keyboard.json b/keyboards/sofle/rev1/keyboard.json index 01064b2b11..20548d6baf 100644 --- a/keyboards/sofle/rev1/keyboard.json +++ b/keyboards/sofle/rev1/keyboard.json @@ -13,7 +13,7 @@ }, "encoder": { "rotary": [ - {"pin_a": "F5", "pin_b": "F4", "resolution": 4} + {"pin_a": "F5", "pin_b": "F4", "resolution": 2} ] }, "split": { diff --git a/keyboards/sofle/rev1/keymaps/vial/config.h b/keyboards/sofle/rev1/keymaps/vial/config.h index 7618ca250f..ab24087f55 100644 --- a/keyboards/sofle/rev1/keymaps/vial/config.h +++ b/keyboards/sofle/rev1/keymaps/vial/config.h @@ -20,8 +20,6 @@ #pragma once -#define ENCODER_DIRECTION_FLIP - // Vial Support #define VIAL_KEYBOARD_UID { 0x05, 0xCD, 0x9F, 0x8A, 0xF4, 0xDF, 0xDE, 0xB2 } diff --git a/readme.md b/readme.md index 568411807d..62aed12066 100644 --- a/readme.md +++ b/readme.md @@ -34,10 +34,3 @@ QMK is developed and maintained by Jack Humbert of OLKB with contributions from ## Official Website [qmk.fm](https://qmk.fm) is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK. - -## Crow-diff notes -### Apply upstream changes -1. `git remote add upstream https://github.com/vial-kb/vial-qmk` -2. `git fetch upstream` -3. `git checkout crow-diffs` -4. `git rebase upstream/vial`