default keymap, reset sorted out for now, added serial to makefile
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user