Revert "remove karabiner config"

This reverts commit 51c7f561cd.
This commit is contained in:
Ivar Fatland
2026-04-20 13:04:26 +02:00
parent 847844e9f3
commit 5d252044b8
24 changed files with 3206 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "karabiner-config",
"description": "karabiner config in karabiner.ts",
"scripts": {
"build": "tsx src/index.ts",
"update": "npm update karabiner.ts"
},
"devDependencies": {
"@types/node": "^20",
"karabiner.ts": "latest",
"tsx": "^4",
"typescript": "^5"
}
}