qmk-keychron-q3-colemak-dh/keyboards/binepad/bnr1/v2/config.h
Vino Rodrigues 12466fc687
Addition of the Binepad BNR1 rotary encoder (#358)
* Add Binepad BNR1 v1 and v2

* Switch on LTO_ENABLE for v1 ATMega variant

* Update rules.mk

* Add default folder to base rules.mk

* Touchups to code after qmk repo review
2023-02-07 23:05:34 -06:00

10 lines
233 B
C

// 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)