Skip to content

Commit

Permalink
scripts: hid_configurator: Drop nRF54L PDK support
Browse files Browse the repository at this point in the history
Change drops nRF54L PDK support.

Jira: NCSDK-29420

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
  • Loading branch information
MarekPieta committed Oct 7, 2024
1 parent 6f44e7f commit 2d5f057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hid_configurator/NrfHidManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class NrfHidManager():
TYPE2BOARDLIST = {
'gaming_mouse' : ['nrf52840gmouse', 'nrf52840dk', 'nrf54l15dk', 'nrf54l15pdk', 'nrf54h20dk'],
'gaming_mouse' : ['nrf52840gmouse', 'nrf52840dk', 'nrf54l15dk', 'nrf54h20dk'],
'dongle' : ['nrf52840dongle', 'nrf52833dongle', 'nrf52820dongle', 'nrf5340dk'],
'keyboard' : ['nrf52kbd'],
'desktop_mouse' : ['nrf52dmouse', 'nrf52810dmouse'],
Expand Down

0 comments on commit 2d5f057

Please sign in to comment.