Supported Hardware - profezzorn/ProffieOS GitHub Wiki
While the Proffie OS was developed, a couple of hardware variants followed it. They are all PCB extensions of the Teensy 3.2 Development board. ProffieBoard is the latest variant using its own dedicated CPU and removing the need of "Sandwitch build" installs.
Selecting hardware
To configure your program to run on specific hardware make sure to have its include header in your configuration file:
#include "v1_config.h"
#include "v2_config.h"
#include "v3_config.h"
#include "proffieboard_v1_config.h"
#include "proffieboard_v2_config.h"