Add accelerated SPI program, update ecflash

This commit is contained in:
Jeremy Soller
2020-01-03 15:00:20 -07:00
parent 77035a9797
commit 873be2d664
3 changed files with 153 additions and 28 deletions

View File

@ -2,7 +2,7 @@
#include <common/debug.h>
// Set the desired keymap here
#include "keymap/jeremy.h"
#include "keymap/default.h"
uint16_t keymap(int output, int input, int layer) {
if (output < KM_OUT && input < KM_IN && layer < KM_LAY) {