updates
This commit is contained in:
@@ -82,7 +82,7 @@ hl.curve("almostLinear", { type = "bezier", points = { { 0.5, 0.5 }, { 0.75, 1 }
|
||||
hl.curve("quick", { type = "bezier", points = { { 0.15, 0 }, { 0.1, 1 } } })
|
||||
|
||||
-- Default springs
|
||||
hl.curve("easy", { type = "spring", mass = 1, stiffness = 71.2633, dampening = 15.8273644 })
|
||||
hl.curve("easy", { type = "spring", mass = 1, stiffness = 500, dampening = 41 })
|
||||
|
||||
hl.animation({ leaf = "global", enabled = true, speed = 10, bezier = "default" })
|
||||
hl.animation({ leaf = "border", enabled = true, speed = 5.39, bezier = "easeOutQuint" })
|
||||
@@ -137,3 +137,9 @@ hl.device({
|
||||
kb_layout = "us",
|
||||
kb_variant = "",
|
||||
})
|
||||
|
||||
hl.device({
|
||||
name = "kanata-adv360",
|
||||
kb_layout = "us",
|
||||
kb_variant = "",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user