Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
TheWanderingCrow
e1e814fa60 docs: update readme.md
Some checks failed
CI / Check Vial UIDs (push) Has been cancelled
CI / Build default keymaps for Vial (push) Has been cancelled
CI / Build Vial keymaps (push) Has been cancelled
2025-11-18 11:15:26 -05:00
TheWanderingCrow
428e46d8d4 docs: update readme.md
Some checks are pending
CI / Check Vial UIDs (push) Waiting to run
CI / Build default keymaps for Vial (push) Waiting to run
CI / Build Vial keymaps (push) Waiting to run
2025-11-18 11:12:28 -05:00
TheWanderingCrow
9defe47492 fix: sofle/rev1:vial encoder definitions for my board
Some checks are pending
CI / Check Vial UIDs (push) Waiting to run
CI / Build default keymaps for Vial (push) Waiting to run
CI / Build Vial keymaps (push) Waiting to run
2025-11-18 11:08:11 -05:00
3 changed files with 10 additions and 1 deletions

View file

@ -13,7 +13,7 @@
},
"encoder": {
"rotary": [
{"pin_a": "F5", "pin_b": "F4", "resolution": 2}
{"pin_a": "F5", "pin_b": "F4", "resolution": 4}
]
},
"split": {

View file

@ -20,6 +20,8 @@
#pragma once
#define ENCODER_DIRECTION_FLIP
// Vial Support
#define VIAL_KEYBOARD_UID { 0x05, 0xCD, 0x9F, 0x8A, 0xF4, 0xDF, 0xDE, 0xB2 }

View file

@ -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`