Files
modular-kbd/firmware/archive/stmf446retx/.vscode/settings.json
2025-09-08 19:30:51 -07:00

15 lines
349 B
JSON

{
"files.associations": {
"usb_device.h": "c",
"gpio.h": "c",
"mainboard_usb.h": "c",
"stm32f4xx_hal.h": "c",
"usbd_def.h": "c",
"usbd_conf.h": "c",
"usbd_ctlreq.h": "c",
"usbd_core.h": "c",
"usbd_hid.h": "c",
"stm32f4xx.h": "c",
"usbd_ioreq.h": "c"
}
}