Initial code commit

This commit is contained in:
2026-05-15 19:10:34 -04:00
parent 2997b933e8
commit 6e8d254d17
5 changed files with 218 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"name": "civic-segments",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": [
"honda",
"civic",
"segment",
"display",
"speedometer"
],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "Civic-Segments",
"uuid": "162d2a72-f509-4cc6-a570-e28031ff4602",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"emery"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"CLAY_LED_COLOR",
"CLAY_BG_COLOR",
"CLAY_MG_COLOR",
"CLAY_FG_COLOR"
],
"resources": {
"media": []
}
}
}