1
0
Fork 0

default keymap, reset sorted out for now, added serial to makefile

This commit is contained in:
Jack Humbert 2016-07-06 22:48:19 -04:00
parent c88207884b
commit a4bf46f9b1
8 changed files with 241 additions and 59 deletions

View file

@ -1,5 +1,7 @@
#ifndef LETS_SPLIT_H
#define LETS_SPLIT_H
#include "quantum.h"
#include <avr/wdt.h>
void promicro_bootloader_jmp(bool program);
@ -18,4 +20,6 @@ void promicro_bootloader_jmp(bool program);
{ k50, k51, k52, k53, k54, k55 }, \
{ k60, k61, k62, k63, k64, k65 }, \
{ k70, k71, k72, k73, k74, k75 } \
}
}
#endif