Skip to content

Commit 419d374

Browse files
authored
Merge pull request #5181 from kattni/macropad-speaker-enable
Add SPEAKER_ENABLE to MacroPad
2 parents c73d41a + 1185228 commit 419d374

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/adafruit_macropad_rp2040

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/adafruit_macropad_rp2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
1717

1818
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
1919

20-
{ MP_ROM_QSTR(MP_QSTR_SPEAKER_SHUTDOWN), MP_ROM_PTR(&pin_GPIO14) },
20+
{ MP_ROM_QSTR(MP_QSTR_SPEAKER_ENABLE), MP_ROM_PTR(&pin_GPIO14) },
2121
{ MP_ROM_QSTR(MP_QSTR_SPEAKER), MP_ROM_PTR(&pin_GPIO16) },
2222

2323
{ MP_ROM_QSTR(MP_QSTR_ENCODER_SWITCH), MP_ROM_PTR(&pin_GPIO0) },

0 commit comments

Comments
 (0)