Add SPI 25xx EEPROM support. (#8780)
This commit is contained in:
parent
4604c70c4c
commit
54b04d9665
7 changed files with 368 additions and 20 deletions
5
keyboards/handwired/onekey/keymaps/eep_rst/keymap.c
Normal file
5
keyboards/handwired/onekey/keymaps/eep_rst/keymap.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
LAYOUT( EEP_RST )
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue