Add accelerated SPI program, update ecflash
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user