Add SPI 25xx EEPROM support. (#8780)

This commit is contained in:
Nick Brassel
2020-05-19 10:34:00 +10:00
committed by GitHub
parent 4604c70c4c
commit 54b04d9665
7 changed files with 368 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT( EEP_RST )
};