qmk-keychron-q3-colemak-dh/keyboards/binepad/bn009/r2/config.h
Vino Rodrigues 0f5f9b5756
Addition of the Binpad BN009 R2 3x3 macropad (#387)
* Add Binepad BN009 v2

* Align code to qmk upstream

* Merge R1 and R2 sources into one common source base
2023-03-06 00:07:22 -06:00

12 lines
499 B
C

// Copyright 2023 Binepad (@binepad)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
/*
* Wear Leveling EEPROM Emulation
*/
#define WEAR_LEVELING_LOGICAL_SIZE 2048 // Number of bytes "exposed" to the rest of QMK and denotes the size of the usable EEPROM.
#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2) // Number of bytes used by the wear-leveling algorithm for its underlying storage, and needs to be a multiple of the logical size.