Skip to content

Instantly share code, notes, and snippets.

@wakandan
wakandan / Adelheid.kbd.json
Last active October 29, 2025 08:18 — forked from floookay/Adelheid.kbd.json
Adelheid
[
{
"backcolor": "#ffffff",
"name": "Adelheid",
"author": "floookay",
"switchMount": "cherry",
"switchBrand": "gateron",
"pcb": true
},
[
@wakandan
wakandan / installing_pyaudio.md
Created May 10, 2019 04:04 — forked from jiaaro/installing_pyaudio.md
How to install PyAudio into a VirtualEnv on Mac OS X 10.10

Install portaudio using homebrew (or method of your choice)

brew install portaudio

create $HOME/.pydistutils.cfg using the include and lib directories of your portaudio install:

[build_ext]