mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-21 20:42:15 -07:00
18 lines
342 B
Markdown
18 lines
342 B
Markdown
# Kiisu Firmware
|
|
|
|
Fork of [Flipper Zero official firmware](https://github.com/flipperdevices/flipperzero-firmware) with small fixes for [Kiisu board](https://kiisu.io).
|
|
|
|
## Building
|
|
|
|
Build firmware using Flipper Build Tool:
|
|
|
|
```shell
|
|
./fbt
|
|
```
|
|
Build firmware .tgz bundle (for qFlipper):
|
|
|
|
```shell
|
|
./fbt COMPACT=1 DEBUG=0 updater_package
|
|
```
|
|
|