made corne binds for other machines

This commit is contained in:
2026-08-04 16:19:06 +01:00
parent b8677a83f0
commit e1b62ec15c

View File

@@ -180,6 +180,15 @@ for _, bind in ipairs(globalAppBinds) do
else
hl.bind(modBind .. bind.key[1], command)
end
-- If not on hackstation
-- Bind all keys for corne if it connects because theres no number row
if keybindIndex ~= 1 then
hl.bind(
"SUPER + " .. bind.key[1],
command,
{ device = { inclusive = true, list = { "zmk-project-corne-keyboard" } } }
)
end
end
-- Workspace functions