diff options
author | Nick Brassel <nick@tzarc.org> | 2022-08-06 23:23:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 23:23:35 +1000 |
commit | 154d35ac146422bef938ed9756f6e0012baa83a2 (patch) | |
tree | 12cb571f9b55b1359daaf9e8de2ecf0d38a6b9ae /keyboards/keyhive/uno | |
parent | 820371c31bf1afdde8294aa050f95b0434ff5fd9 (diff) |
Remove `UNUSED_PINS` (#17931)
Diffstat (limited to 'keyboards/keyhive/uno')
-rw-r--r-- | keyboards/keyhive/uno/rev1/config.h | 1 | ||||
-rw-r--r-- | keyboards/keyhive/uno/rev2/config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/keyhive/uno/rev1/config.h b/keyboards/keyhive/uno/rev1/config.h index 11c84ad2ab..cbd2306106 100644 --- a/keyboards/keyhive/uno/rev1/config.h +++ b/keyboards/keyhive/uno/rev1/config.h @@ -35,7 +35,6 @@ #define DIRECT_PINS { \ { B6 } \ } -#define UNUSED_PINS #ifdef RGBLIGHT_ENABLE #define RGB_DI_PIN F6 diff --git a/keyboards/keyhive/uno/rev2/config.h b/keyboards/keyhive/uno/rev2/config.h index 37ea08c017..0539c124b7 100644 --- a/keyboards/keyhive/uno/rev2/config.h +++ b/keyboards/keyhive/uno/rev2/config.h @@ -38,7 +38,6 @@ #define DIRECT_PINS { \ { D0 } \ } -#define UNUSED_PINS #ifdef RGBLIGHT_ENABLE #define RGB_DI_PIN D1 |