Compare commits

..

No commits in common. "crow-diffs" and "vial" have entirely different histories.

3 changed files with 1 additions and 10 deletions

View file

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

View file

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

View file

@ -34,10 +34,3 @@ QMK is developed and maintained by Jack Humbert of OLKB with contributions from
## Official Website ## 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. [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`