qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (318B)


      1 // Copyright 2024 customMK
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 // FRAM configuration
      7 #define EXTERNAL_EEPROM_SPI_SLAVE_SELECT_PIN B7
      8 #define EXTERNAL_EEPROM_SPI_CLOCK_DIVISOR 4
      9 
     10 // SPI configuration
     11 #define SPI_DRIVER SPID1
     12 #define SPI_SCK_PIN B3
     13 #define SPI_MOSI_PIN B5
     14 #define SPI_MISO_PIN B4