|
|
@ -10,7 +10,9 @@ THIRD_PARTY_HARDWARE=hardware/keyboardio/avr
|
|
|
|
GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always)
|
|
|
|
GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always)
|
|
|
|
include ./_Makefile.Master
|
|
|
|
include ./_Makefile.Master
|
|
|
|
astyle:
|
|
|
|
astyle:
|
|
|
|
astyle --style=linux ArduinoKeyboard.ino *.h
|
|
|
|
find . -type f -name \*.cpp |xargs -n 1 astyle --style=google
|
|
|
|
|
|
|
|
find . -type f -name \*.ino |xargs -n 1 astyle --style=google
|
|
|
|
|
|
|
|
find . -type f -name \*.h |xargs -n 1 astyle --style=google
|
|
|
|
|
|
|
|
|
|
|
|
generate-keymaps:
|
|
|
|
generate-keymaps:
|
|
|
|
-rm keymaps_generated.h
|
|
|
|
-rm keymaps_generated.h
|
|
|
|