Skip to content

Instantly share code, notes, and snippets.

View kinsi55's full-sized avatar
💯

Kinsi kinsi55

💯
View GitHub Profile
@cliffrowley
cliffrowley / STREAMDECK_HID.md
Last active May 7, 2024 00:09
Notes on the Stream Deck HID protocol

Stream Deck Protocol

How to interface with a Stream Deck device.

Synopsis

The device uses the HID protocol to communicate with its software.

Configuration

@Bara
Bara / tasks.json
Last active June 2, 2023 00:41
[Updated] Current tasks.json to compile sourcemod plugins with visual studio code
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Compile plugin with 1.10",
"type": "shell",
"presentation": {