Timer+ is a beautiful, simple timer for the Pebble Smartwatch. It will run in the background, using the WakeUp api, so there is no need to keep the app open. Once the timer has gone off, or even while it is running, long pressing the select button will reset the timer. Additionally, starting a timer from 0:00 will cause Timer+ to go into stopwatch mode.
| Aplite | Basalt | Chalk | Diorite | Emery | Flint | Gabbro |
|---|---|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
To simply obtain a pbw file, build the project using the pebble CLI tool.
pebble buildTo configure Visual Studio Code with formatting and intellisense run the following commands. This will need to be repeated any time the build configuration changes (aka file or package additions).
- Ensure
bearis installed:sudo apt install bear. - Ensure a clean build so all commands will be captured:
pebble clean. - Create the build directory:
mkdir -p build. - Generate the
compile_commands.jsonfile:bear --output build/compile_commands.json -- pebble build. - Run the
Show Recommended Extensionscommand and install the suggested extensions. - Run
clangd: Restart language serverfor changes to take effect.
After configuring, the project can be built either via the command line (pebble build) or by the
default build command (ctrl + shift + b).




