summaryrefslogtreecommitdiff
path: root/keyboards/binepad/bnr1/v2/config.h
blob: 7fbf1cfab1a33e8e151ae2ec9a0d9bfa1f45dff3 (plain)
1
2
3
4
5
6
7
8
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)