Skip to content

Commit

Permalink
SUKU class driver moved to proper component
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Dec 11, 2023
1 parent d34b9e0 commit 24c62c2
Show file tree
Hide file tree
Showing 6 changed files with 723 additions and 13 deletions.
3 changes: 2 additions & 1 deletion firmware/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"grid_ain.h": "c",
"grid_esp32_led.h": "c",
"grid_ui.h": "c",
"grid_led.h": "c"
"grid_led.h": "c",
"knot_midi_translator.h": "c"
},
"actionButtons": {
"defaultColor": "#ff0034", // Can also use string color names.
Expand Down
13 changes: 13 additions & 0 deletions firmware/components/knot_midi_usb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
idf_component_register(
SRCS
"knot_midi_usb.c"
INCLUDE_DIRS
"."
REQUIRES
"knot_midi_translator"
"knot_midi_uart"
"driver"
"usb"
"grid_common"
"grid_esp32_led"
)
Loading

0 comments on commit 24c62c2

Please sign in to comment.