From 9defe47492c4609e29be36c724f165166957fc1d Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 18 Nov 2025 11:08:11 -0500 Subject: [PATCH 1/3] fix: sofle/rev1:vial encoder definitions for my board --- keyboards/sofle/rev1/keyboard.json | 2 +- keyboards/sofle/rev1/keymaps/vial/config.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 } From 428e46d8d4cef393bd8cbe7d830350a258f118b5 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 18 Nov 2025 11:12:28 -0500 Subject: [PATCH 2/3] docs: update readme.md --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 62aed12066..2fc0f8adbc 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 checkout vial` +3. `git fetch upstream` +4. `git rebase crow-diffs` From e1e814fa608088cac018eacf9f84eae5c92f047c Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 18 Nov 2025 11:15:26 -0500 Subject: [PATCH 3/3] docs: update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2fc0f8adbc..568411807d 100644 --- a/readme.md +++ b/readme.md @@ -38,6 +38,6 @@ QMK is developed and maintained by Jack Humbert of OLKB with contributions from ## Crow-diff notes ### Apply upstream changes 1. `git remote add upstream https://github.com/vial-kb/vial-qmk` -2. `git checkout vial` -3. `git fetch upstream` -4. `git rebase crow-diffs` +2. `git fetch upstream` +3. `git checkout crow-diffs` +4. `git rebase upstream/vial`