diff options
| author | user <user@node5.net> | 2024-01-02 06:31:21 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-01-02 06:31:21 +0100 |
| commit | bf3e6f5472d81a5256c59273a429f354716d6b04 (patch) | |
| tree | 2237de60b7c37debd3920f5ac75d69aaf0fe8a0e | |
| parent | 5d2c2beaa71fc634eb309eb834e269bd988eedb2 (diff) | |
disable VIA due to it not using layout changes defined in C file
| -rw-r--r-- | keyboards/handwired/node5_1/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/node5_1/rules.mk b/keyboards/handwired/node5_1/rules.mk index dd61ea65c0..1c44b9f9de 100644 --- a/keyboards/handwired/node5_1/rules.mk +++ b/keyboards/handwired/node5_1/rules.mk @@ -1,6 +1,6 @@ -# Allow the keyboard to be edited with -# https://caniusevia.com -VIA_ENABLE = yes +# Allow the keyboard to be edited with https://caniusevia.com +# Disabled due to it not using new layout defined in C file +# VIA_ENABLE = yes # Enable pimoroni trackball # https://shop.pimoroni.com/products/trackball-breakout |
