File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1- import supervisor
2-
3- supervisor .set_next_stack_limit (4096 + 4096 )
Original file line number Diff line number Diff line change 99Given ` make ` and ` rsync ` are available on your system (in ` $PATH ` ), the
1010following will copy the ` kmk ` tree to your CircuitPython device, and will copy
1111the file defined as ` USER_KEYMAP ` as your ` main.py ` . It will also copy our
12- ` boot.py ` , which allocates a larger stack size (simply - more of the device's
13- RAM will be available to KMK and your keyboard config) than CircuitPython's
14- default. If any of these files exist on your CircuitPython device already, they
12+ ` boot.py ` . If any of these files exist on your CircuitPython device already, they
1513will be overwritten without a prompt.
1614
1715If you get permissions errors here, ** don't run make as root or with sudo** . See
You can’t perform that action at this time.
0 commit comments