Set Buttons Pins to match DonConPad PCB

This commit is contained in:
Frederik Walk 2023-08-12 09:44:27 +02:00
parent 9f45d5ef96
commit b3b2ed9de1

View File

@ -70,24 +70,24 @@ const Peripherals::Buttons::Config button_config = {
// Pins // Pins
{{ {{
0, // Up 8, // Up
1, // Down 9, // Down
2, // Left 10, // Left
3, // Right 11, // Right
}, },
{ {
10, // North 0, // North
9, // East 3, // East
8, // South 1, // South
11, // West 2, // West
4, // L 12, // L
12, // R 4, // R
13, // Start 5, // Start
5, // Select 13, // Select
14, // Home 6, // Home
6, // Share 14, // Share
}}, }},
20, // Debounce delay in milliseconds 20, // Debounce delay in milliseconds