- QMK の開発時に VSCode で補完が適切に効くようにするツール
- qmk generate-compilation-database コマンドと違い、keymap.c でも適切に動作する
最低限の設定を記載した $QMK_ROOT/.vscode/c_cpp_properties.json を事前に作成しておく
| # yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 | |
| properties: | |
| configurationVersion: "0.2.0" | |
| resources: | |
| # Show FileExt (reboot required) | |
| - resource: Registry | |
| directives: | |
| description: Show extensions | |
| allowPrerelease: true | |
| settings: |
| // ==UserScript== | |
| // @name Redirect for akizuki catalog | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-01-26 | |
| // @description Redirects from the old akizuki product page to the new one. | |
| // @author td2sk | |
| // @match https://akizukidenshi.com/catalog/g/*/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=akizukidenshi.com | |
| // @grant none | |
| // ==/UserScript== |
| ■■□□□□□□□□■■ | |
| ■■□ □■■ | |
| □□□ □□□ | |
| □ □ | |
| □ □ | |
| □ □ | |
| □□□ □□ | |
| ■■□□□□□□□ □■ |
RVC-Project/Retrieval-based-Voice-Conversion-WebUI を RTX50 シリーズで動かす