Implement ISP programmer firmware

This commit is contained in:
Jeremy Soller
2020-01-02 15:46:33 -07:00
parent 49bde8176f
commit 0a07213412
5 changed files with 173 additions and 56 deletions

View File

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