diff options
| author | Nick Brassel | 2022-08-06 15:23:35 +0200 |
|---|---|---|
| committer | GitHub | 2022-08-06 15:23:35 +0200 |
| commit | 154d35ac146422bef938ed9756f6e0012baa83a2 (patch) | |
| tree | 12cb571f9b55b1359daaf9e8de2ecf0d38a6b9ae /keyboards/ferris/sweep | |
| parent | 820371c31bf1afdde8294aa050f95b0434ff5fd9 (diff) | |
Remove `UNUSED_PINS` (#17931)
Diffstat (limited to 'keyboards/ferris/sweep')
| -rw-r--r-- | keyboards/ferris/sweep/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/ferris/sweep/config.h b/keyboards/ferris/sweep/config.h index 8cbaade80b..c74c1bf6c5 100644 --- a/keyboards/ferris/sweep/config.h +++ b/keyboards/ferris/sweep/config.h @@ -1,4 +1,4 @@ -/* Copyright 2018-2020 +/* Copyright 2018-2020 ENDO Katsuhiro <ka2hiro@curlybracket.co.jp> David Philip Barr <@davidphilipbarr> Pierre Chevalier <pierrechevalier83@gmail.com> @@ -46,8 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { B5, B4, NO_PIN, NO_PIN, NO_PIN } \ } -#define UNUSED_PINS - /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 |