Skip to content

Commit

Permalink
wip: real time key logging
Browse files Browse the repository at this point in the history
  • Loading branch information
heiso committed Sep 12, 2024
1 parent 2a31361 commit b1963e1
Show file tree
Hide file tree
Showing 9 changed files with 102,865 additions and 72,847 deletions.
14 changes: 7 additions & 7 deletions firmware/Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ static uint8_t keycodes[6] = {0};
static uint8_t consumer_report = 0;

extern uint8_t const desc_ms_os_20[];
#define URL "heiso.github.io/macrolev/configurator"
const tusb_desc_webusb_url_t desc_url =
{
.bLength = 3 + sizeof(URL) - 1,
.bDescriptorType = 3, // WEBUSB URL type
.bScheme = 1, // 0: http, 1: https
.url = URL};
// #define URL "heiso.github.io/macrolev/configurator"
// const tusb_desc_webusb_url_t desc_url =
// {
// .bLength = 3 + sizeof(URL) - 1,
// .bDescriptorType = 3, // WEBUSB URL type
// .bScheme = 1, // 0: http, 1: https
// .url = URL};

/* USER CODE END PV */

Expand Down
Loading

0 comments on commit b1963e1

Please sign in to comment.