mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-09 10:13:29 +00:00
9 lines
213 B
C
9 lines
213 B
C
|
// Copyright 2018-2022 Nick Brassel (@tzarc)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#pragma once
|
||
|
|
||
|
#include "flash_stm32.h"
|
||
|
#include "eeprom_stm32.h"
|
||
|
|
||
|
#define EEPROM_SIZE (FEE_PAGE_SIZE * FEE_PAGE_COUNT / 2)
|