diff --git a/keyboards/sofle/rev1/keyboard.json b/keyboards/sofle/rev1/keyboard.json index 20548d6baf..01064b2b11 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": 2} + {"pin_a": "F5", "pin_b": "F4", "resolution": 4} ] }, "split": { diff --git a/keyboards/sofle/rev1/keymaps/vial/config.h b/keyboards/sofle/rev1/keymaps/vial/config.h index ab24087f55..7618ca250f 100644 --- a/keyboards/sofle/rev1/keymaps/vial/config.h +++ b/keyboards/sofle/rev1/keymaps/vial/config.h @@ -20,6 +20,8 @@ #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 62aed12066..568411807d 100644 --- a/readme.md +++ b/readme.md @@ -34,3 +34,10 @@ 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`