{{ .Device.Product }}
{{ .Lang "txtFirmware" }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtRgb" }}
{{ .Lang "txtLayout" }}
{{ .Lang "txtPerformance" }}
{{ .Lang "txtDeleteProfile" }}
{{ range $index, $keys := $keyboard.Row }}
{{ $rowClass := $device.UIKeyboardRow }}
{{ $marginTop := "" }}
{{ if eq $keys.Top 65 }}
{{ $marginTop = "keyboard-margin-top" }}
{{ else if gt (len $keys.Css) 0 }}
{{ $rowClass := $keys.Css }}
{{ end }}
{{ range $index, $keys := .Keys }}
{{ range $index, $keyEmpty := $keys.KeyEmpty }}
{{ end }}
{{ range $amount := $keys.Spacing }}
{{ end }}
{{ $keyCss := "keyboard-key" }}
{{ if gt (len $keys.KeySpace) 0 }}
{{ $keyCss = $keys.KeySpace }}
{{ end }}
{{ $color := $keys.Color }}
{{ end }}
{{ if $keys.NoColor }}
{{ $keys.KeyName }}
{{ else }}
{{ $keys.KeyName }}
{{ end }}
{{ end }}