It needs different firmware from the factory, so we need to distinguish it from software in order to be able to update it correctly. Signed-off-by: Daniel Schaefer <dhs@frame.work>
8 lines
272 B
Bash
Executable File
8 lines
272 B
Bash
Executable File
set -e
|
|
qmk compile -kb framework/ansi -km default
|
|
qmk compile -kb framework/copilot -km default
|
|
qmk compile -kb framework/iso -km default
|
|
qmk compile -kb framework/jis -km default
|
|
qmk compile -kb framework/numpad -km default
|
|
qmk compile -kb framework/macropad -km default
|