diff --git a/include/halco/hicann/v2/lookup_tables.h b/include/halco/hicann/v2/lookup_tables.h
index be18ceb5f28eef2c49826c1e3674d701dc01aade..b2eb51b3b8d1ba7764b1eb8b4a655672916cc29c 100644
--- a/include/halco/hicann/v2/lookup_tables.h
+++ b/include/halco/hicann/v2/lookup_tables.h
@@ -33,12 +33,7 @@ extern SYMBOL_VISIBLE std::array<std::array<int, 9>, 8> const DNCOnWaferEnum;
 extern SYMBOL_VISIBLE std::array<int, 48> const reticle_power_grid;
 
 // Enum for different setup types
-PYPP_CLASS_ENUM(SetupType) {
-	VSetup,
-	FACETSWafer,
-	CubeSetup,
-	BSSWafer
-};
+PYPP_CLASS_ENUM(SetupType){VSetup, FACETSWafer, CubeSetup, BSSWafer, jBOA};
 
 // Return the FPGA position on a Wafer
 SYMBOL_VISIBLE FPGAOnWafer gridLookupFPGAOnWafer(DNCGlobal const dnc);