mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-22 14:11:16 -04:00
Mirror Bluetooth profiles and provide a NONE output (i.e. unpaired).
This commit is contained in:
@@ -564,6 +564,7 @@ std::map<uint16_t, std::string> KEYCODE_ID_TABLE = {
|
||||
{QK_MACRO_31, "QK_MACRO_31"},
|
||||
{QK_OUTPUT_NEXT, "QK_OUTPUT_NEXT"},
|
||||
{QK_OUTPUT_PREV, "QK_OUTPUT_PREV"},
|
||||
{QK_OUTPUT_NONE, "QK_OUTPUT_NONE"},
|
||||
{QK_OUTPUT_USB, "QK_OUTPUT_USB"},
|
||||
{QK_OUTPUT_2P4GHZ, "QK_OUTPUT_2P4GHZ"},
|
||||
{QK_OUTPUT_BLUETOOTH, "QK_OUTPUT_BLUETOOTH"},
|
||||
|
||||
Reference in New Issue
Block a user