Skip to content

Commit 8984ae2

Browse files
authored
update klack extension (#16701)
1 parent a0eb4c0 commit 8984ae2

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

extensions/klack/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Klack Changelog
22

3+
## [Milky Yellow Support] - 2025-01-29
4+
5+
- Added support for the new Milky Yellow switch set
6+
37
## [Cardboard Support] - 2024-07-23
48

59
– Added support for the new Cardboard switch set

extensions/klack/src/runAppleScriptSilently.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function runAppleScriptSilently(appleScript: string, inView: boolea
2525
} catch (_) {
2626
await showToast({
2727
style: Toast.Style.Failure,
28-
title: 'Klack v1.6.0 is required.'
28+
title: 'Klack v1.7.0 is required.'
2929
})
3030
}
3131
}

extensions/klack/src/setSwitchSet.tsx

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ const brands = [
3434
}
3535
]
3636
},
37+
{
38+
name: 'Gateron',
39+
switchSets: [
40+
{
41+
name: 'Milky Yellow',
42+
color: '#feedac'
43+
}
44+
]
45+
},
3746
{
3847
name: 'NovelKeys',
3948
switchSets: [

0 commit comments

Comments
 (0)