mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
603586800c
* adding Elysian * corrections from zvecr
14 lines
318 B
C
14 lines
318 B
C
// Copyright 2024 customMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// FRAM configuration
|
|
#define EXTERNAL_EEPROM_SPI_SLAVE_SELECT_PIN B7
|
|
#define EXTERNAL_EEPROM_SPI_CLOCK_DIVISOR 4
|
|
|
|
// SPI configuration
|
|
#define SPI_DRIVER SPID1
|
|
#define SPI_SCK_PIN B3
|
|
#define SPI_MOSI_PIN B5
|
|
#define SPI_MISO_PIN B4 |