diff --git a/litex_boards/targets/digilent_arty.py b/litex_boards/targets/digilent_arty.py index 555aa53..eb9c76e 100755 --- a/litex_boards/targets/digilent_arty.py +++ b/litex_boards/targets/digilent_arty.py @@ -78,7 +78,7 @@ class BaseSoC(SoCCore): with_led_chaser = True, with_jtagbone = True, with_spi_flash = False, - with_buttons = True, + with_buttons = False, with_pmod_gpio = False, **kwargs): platform = digilent_arty.Platform(variant=variant, toolchain=toolchain)