mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-14 02:00:32 +08:00
moved arduino hid to hid/arduino
This commit is contained in:
parent
cf44668af9
commit
1a8f98a64f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
/hid/.platformio/
|
|
||||||
/hid/.pio/
|
|
||||||
/pkg/
|
/pkg/
|
||||||
/src/
|
/src/
|
||||||
/site/
|
/site/
|
||||||
|
|||||||
8
Makefile
8
Makefile
@ -211,8 +211,8 @@ keymap: testenv
|
|||||||
--volume `pwd`:/src \
|
--volume `pwd`:/src \
|
||||||
-it $(TESTENV_IMAGE) bash -c "cd src \
|
-it $(TESTENV_IMAGE) bash -c "cd src \
|
||||||
&& ./genmap.py keymap.csv kvmd/keyboard/mappings.py.mako kvmd/keyboard/mappings.py \
|
&& ./genmap.py keymap.csv kvmd/keyboard/mappings.py.mako kvmd/keyboard/mappings.py \
|
||||||
&& ./genmap.py keymap.csv hid/lib/drivers/usb-keymap.h.mako hid/lib/drivers/usb-keymap.h \
|
&& ./genmap.py keymap.csv hid/arduino/lib/drivers/usb-keymap.h.mako hid/arduino/lib/drivers/usb-keymap.h \
|
||||||
&& ./genmap.py keymap.csv hid/lib/drivers-avr/ps2/keymap.h.mako hid/lib/drivers-avr/ps2/keymap.h \
|
&& ./genmap.py keymap.csv hid/arduino/lib/drivers-avr/ps2/keymap.h.mako hid/arduino/lib/drivers-avr/ps2/keymap.h \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
@ -250,11 +250,11 @@ push:
|
|||||||
clean:
|
clean:
|
||||||
rm -rf testenv/run/*.{pid,sock} build site dist pkg src v*.tar.gz *.pkg.tar.{xz,zst} *.egg-info kvmd-*.tar.gz
|
rm -rf testenv/run/*.{pid,sock} build site dist pkg src v*.tar.gz *.pkg.tar.{xz,zst} *.egg-info kvmd-*.tar.gz
|
||||||
find kvmd testenv/tests -name __pycache__ | xargs rm -rf
|
find kvmd testenv/tests -name __pycache__ | xargs rm -rf
|
||||||
make -C hid clean
|
make -C hid/arduino clean
|
||||||
|
|
||||||
|
|
||||||
clean-all: testenv clean
|
clean-all: testenv clean
|
||||||
make -C hid clean-all
|
make -C hid/arduino clean-all
|
||||||
- $(DOCKER) run --rm \
|
- $(DOCKER) run --rm \
|
||||||
--volume `pwd`:/src \
|
--volume `pwd`:/src \
|
||||||
-it $(TESTENV_IMAGE) bash -c "cd src && rm -rf testenv/{.ssl,.tox,.mypy_cache,.coverage}"
|
-it $(TESTENV_IMAGE) bash -c "cd src && rm -rf testenv/{.ssl,.tox,.mypy_cache,.coverage}"
|
||||||
|
|||||||
1
hid/.gitignore → hid/arduino/.gitignore
vendored
1
hid/.gitignore → hid/arduino/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
/.platformio/
|
||||||
/.pio/
|
/.pio/
|
||||||
/.current
|
/.current
|
||||||
/.vscode/
|
/.vscode/
|
||||||
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
Loading…
x
Reference in New Issue
Block a user