Skip to content

Commit

Permalink
add testpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
progzone122 committed Feb 5, 2025
1 parent 60f2fcd commit 4ed631c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/dev/testpoints.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Testpoints
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

import g24Front from "@site/static/assets/testpoints/g24/front.png";

## Moto G24
<Tabs>
<TabItem value="0" label="Front" default>
| Combination | Action |
| ----------- | ------ |
| PWRKEY_SW + GND | POWER |
| KPCOL0 + GND | VOL- |
| HOMEKEY_SW + GND | VOL+ |
<img src={g24Front} />
</TabItem>
</Tabs>

## Moto G24 Power
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Development',
items: ['dev/partitions', 'dev/tools']
items: ['dev/testpoints', 'dev/partitions', 'dev/tools']
},
],
};
Expand Down
Binary file added static/assets/testpoints/g24/front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/testpoints/g24/front.xcf
Binary file not shown.

0 comments on commit 4ed631c

Please sign in to comment.