remove an outdated comment

pull/18/head
Jesse Vincent 9 years ago
parent 78a7d3718f
commit 5924a25cda

@ -3,20 +3,9 @@
#define DEBUG_SERIAL false
/**
* TODO:
add mouse inertia
add series-of-character macros
add series of keystroke macros
use a lower-level USB API
*/
#include "KeyboardioFirmware.h"
#include "HID-Project.h"
void set_keymap(Key keymapEntry, byte matrixStateEntry) {
if (keymapEntry.flags & SWITCH_TO_KEYMAP) {
// this logic sucks. there is a better way TODO this

Loading…
Cancel
Save