Skip to content

Commit 3fe5950

Browse files
committed
Turn off Keyboard Featherwing neopixel in autoexec.bat
1 parent ecd8dc0 commit 3fe5950

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ copy /cpython/kbdFeatherWing/lib/* /lib/
229229
rename /lib/pydos_ui.py /lib/pydos_ui_uart.py
230230
echo copy /lib/pydos_ui_kfw.py /lib/pydos_ui.py
231231
copy /lib/pydos_ui_kfw.py /lib/pydos_ui.py
232+
pexec f = open('/autoexec.bat','a')
233+
pexec f.write('\n@rgbset\n')
234+
pexec f.close()
232235
rem rename /virtrepl.py /repl.py
233236
if %_ans2% == O del /lib/kfw_s2_board.py
234237
if %_ans2% == E del /lib/kfw_pico_board.py

0 commit comments

Comments
 (0)