core: config: Add configuration options for keyboard colors

[richard: prefix commit message with code modified and sign]
This commit is contained in:
Frieder Hannenheim 2025-05-11 15:53:59 +02:00 committed by Richard Acayan
parent 30b6b0e636
commit f6405cad69
No known key found for this signature in database
GPG key ID: 0346F4894879DB73
3 changed files with 109 additions and 0 deletions

View file

@ -122,6 +122,15 @@ Configuration example:
height: 185
input-method: true
colors:
background: [0, 0, 0]
keycap: [0, 0, 0]
keycap_pressed: [51,51,51]
label: [255, 255, 255]
label_locked: [25, 255, 0]
label_pressed: [255, 153, 0]
sublabel: [178, 178, 178]
# License
Unfettered Keyboard is free software; you can redistribute it and/or modify