Rename 'HID-Project' to 'KeyboardioHID'

pull/18/head
Jesse Vincent 9 years ago
parent d93dc0c9b3
commit 054cd7560b

@ -4,7 +4,7 @@
#define DEBUG_SERIAL false
#include "KeyboardioFirmware.h"
#include "HID-Project.h"
#include "KeyboardioHID.h"
uint8_t matrixState[ROWS][COLS] = {0};

@ -1,7 +1,7 @@
#pragma once
#include "Arduino.h"
#include "HID-Project.h"
#include "KeyboardioHID.h"
// Buttons

Loading…
Cancel
Save