Add RGB_BACKLIGHT capability

This commit is contained in:
Christian Ratzenhofer
2026-07-28 14:57:32 +02:00
committed by Jay Michalska
parent f66cba1816
commit 847c651c2b
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -74,6 +74,11 @@ module.exports.capabilityMap = {
minFwMajor: 0,
minFwMinor: 0
},
RGB_BACKLIGHT: {
platforms: ['emery'],
minFwMajor: 4,
minFwMinor: 9
},
SMARTSTRAP: {
platforms: ['basalt', 'chalk', 'diorite', 'emery'],
minFwMajor: 3,