Add SPI 25xx EEPROM support. (#8780)

This commit is contained in:
Nick Brassel
2020-05-19 10:34:00 +10:00
committed by Florian Didron
parent 2a16819c27
commit 5621916ef7
6 changed files with 344 additions and 15 deletions
@@ -0,0 +1,5 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT( EEP_RST )
};