Skip to content

Commit

Permalink
refactor(config): remove empty disabled_keys option
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 25, 2023
1 parent 21589b6 commit 65c7f6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/daktilo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ key_config = [
{ path = "keyup.mp3", volume = 1.0 },
] },
]
disabled_keys = []

[[sound_preset]]
name = "basic"
Expand Down Expand Up @@ -42,7 +41,6 @@ key_config = [
{ path = "mbox8.mp3" },
], strategy = "random" },
]
disabled_keys = []

[[sound_preset]]
name = "ducktilo"
Expand All @@ -54,4 +52,3 @@ key_config = [
{ path = "quack1.mp3", volume = 10.0 },
] },
]
disabled_keys = []

0 comments on commit 65c7f6b

Please sign in to comment.