Switch to vanilla ZMK & bump version

Back to vanilla ZMK! Yay!

To get rid of the remaining few custom dependencies I am making a few
additional small changes:

- Drop generic usage page keycodes for now (they didn't work on
  bluetooth for me)
- Stop using display tweaks for Corneish Zen (at this point my display
  is almost dead anyhow & I can just disable the widgets alltogether)
- Refactor repo to move Zephyr to the top-level
- Overload zephyr directly from the parent west manifest to get
  child-node fix
- Use custom justfile recipe to get `west test` running
This commit is contained in:
urob 2024-12-11 15:20:37 -05:00
parent d9f10d3b2c
commit d1dfb03d8e
7 changed files with 60 additions and 43 deletions

View file

@ -1,7 +1,7 @@
#define ZMK_MOUSE_DEFAULT_MOVE_VAL 1500 // 600
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10
#include <dt-bindings/zmk/mouse.h>
#include <dt-bindings/zmk/pointing.h>
// Config from @caksoylar, defaults in comments
&mmv {
@ -24,4 +24,3 @@
#define U_WH_D &msc SCRL_DOWN
#define U_WH_L &msc SCRL_LEFT
#define U_WH_R &msc SCRL_RIGHT