Files

32 lines
730 B
JSON
Raw Permalink Normal View History

2025-02-21 16:19:21 +09:00
{
"name": "M5Unit-KEYBOARD",
"description": "Library for M5Stack UNIT KEYBOARD using M5UnitUnified",
2026-03-31 16:49:40 +09:00
"keywords": "m5stack, m5unitunified, keyboard, cardkb, faces-qwerty, i2c",
2025-02-21 16:19:21 +09:00
"authors": {
"name": "M5Stack",
2026-03-31 16:49:40 +09:00
"url": "https://www.m5stack.com"
2025-02-21 16:19:21 +09:00
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-KEYBOARD.git"
},
2025-06-04 02:47:17 +09:00
"dependencies":
{
"m5stack/M5UnitUnified": ">=0.4.4"
2025-02-21 16:19:21 +09:00
},
"version": "0.0.1",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedKEYBOARD.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}