summaryrefslogtreecommitdiff
path: root/keyboards/binepad/bnr1/v2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/binepad/bnr1/v2/config.h')
-rw-r--r--keyboards/binepad/bnr1/v2/config.h9
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)