only some typos in comments
This commit is contained in:
parent
9001c3fa3f
commit
e0fb40b485
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef __DEVICE_KEYBOARD_BLE_H__
|
||||
#define __DEVICE_KEYBOARD_BLE_H__
|
||||
|
||||
#define ENABLE_KEYBOARD_BLE // Comment out to diable BLE
|
||||
#define ENABLE_KEYBOARD_BLE // Comment out to disable BLE
|
||||
#ifdef ENABLE_KEYBOARD_BLE
|
||||
|
||||
#include <BleKeyboard.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __DEVICE_KEYBOARD_MQTT_H__
|
||||
#define __DEVICE_KEYBOARD_MQTT_H__
|
||||
|
||||
#define ENABLE_KEYBOARD_MQTT // Comment out to diable WiFi and MQTT
|
||||
#define ENABLE_KEYBOARD_MQTT // Comment out to disable WiFi and MQTT
|
||||
#ifdef ENABLE_KEYBOARD_MQTT
|
||||
|
||||
#define KEYBOARD_MQTT_UP "Keyboard_mqtt_up"
|
||||
|
|
|
@ -115,7 +115,7 @@ bool keyIsHold[ROWS][COLS] = {
|
|||
{false,false,false,false,false},
|
||||
{false,false,false,false,false}
|
||||
};
|
||||
int repeatRate = 125; // in millisecons
|
||||
int repeatRate = 125; // in milliseconds
|
||||
|
||||
void doShortPress(char keyChar, int keyCode){
|
||||
unsigned long currentMillis = millis();
|
||||
|
|
Loading…
Add table
Reference in a new issue