diff options
author | fauxpark <fauxpark@gmail.com> | 2023-02-10 20:19:08 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2023-02-10 20:19:08 +1100 |
commit | 50cd320616aa4850ebcd876b3462f449ec55c51b (patch) | |
tree | 6ae55cc30b7931a5d792152b2f33ef5734f52607 /keyboards/binepad/bnr1/v2/config.h | |
parent | 6df5d64bb9f2b6de149016b3c56d41dec54e8302 (diff) | |
parent | bccf2cba6aa4bcbed7041ee499ac312b42d0d563 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/binepad/bnr1/v2/config.h')
-rw-r--r-- | keyboards/binepad/bnr1/v2/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/binepad/bnr1/v2/config.h b/keyboards/binepad/bnr1/v2/config.h new file mode 100644 index 0000000000..7fbf1cfab1 --- /dev/null +++ b/keyboards/binepad/bnr1/v2/config.h @@ -0,0 +1,9 @@ +// Copyright 2022 BINEPAD (@binepad) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "config_common.h" + +#define WEAR_LEVELING_LOGICAL_SIZE 1024 +#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2) |