diff options
| author | Joel Challis | 2023-09-14 01:13:19 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-14 01:13:19 +0200 |
| commit | 00feff656f80d9c9bf57cb1c6ad94ef2f69f1440 (patch) | |
| tree | abbb0293f35b8f3d261bc04fc2eaba9ea47dded0 /keyboards/binepad/bnr1 | |
| parent | 36b4e290c8dd1d6b0156c5730df36930890dc605 (diff) | |
Migrate WEAR_LEVELING_*_SIZE to info.json (#22010)
Diffstat (limited to 'keyboards/binepad/bnr1')
| -rw-r--r-- | keyboards/binepad/bnr1/v2/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/binepad/bnr1/v2/config.h b/keyboards/binepad/bnr1/v2/config.h deleted file mode 100644 index c408f95d38..0000000000 --- a/keyboards/binepad/bnr1/v2/config.h +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright 2022 BINEPAD (@binepad) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#define WEAR_LEVELING_LOGICAL_SIZE 1024 -#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2) |