Add SPI 25xx EEPROM support. (#8780)

This commit is contained in:
Nick Brassel 2020-05-19 10:34:00 +10:00 committed by GitHub
commit 54b04d9665
Failed to generate hash of commit
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 )
};