mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-29 21:36:54 -04:00
Add RGB_BACKLIGHT capability
This commit is contained in:
committed by
Jay Michalska
parent
f66cba1816
commit
847c651c2b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user