From 19143c1cfc957958289c726a1f69c83f2d809455 Mon Sep 17 00:00:00 2001 From: KlausMu Date: Tue, 23 Jan 2024 07:22:55 +0100 Subject: [PATCH] comment for what the mqtt keyboard is used --- Platformio/src/device_keyboard_mqtt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platformio/src/device_keyboard_mqtt.h b/Platformio/src/device_keyboard_mqtt.h index 8fb4a39..bde05e3 100644 --- a/Platformio/src/device_keyboard_mqtt.h +++ b/Platformio/src/device_keyboard_mqtt.h @@ -1,6 +1,9 @@ #ifndef __DEVICE_KEYBOARD_MQTT_H__ #define __DEVICE_KEYBOARD_MQTT_H__ +// The "MQTT keyboard" simply sends MQTT commands to a remote keyboard, which is connected via USB to a device +// https://github.com/KlausMu/esp32-mqtt-keyboard + #define ENABLE_KEYBOARD_MQTT // Comment out to disable WiFi and MQTT #ifdef ENABLE_KEYBOARD_MQTT