yep seems dope
// Gaming router configuration
namespace RouterConfig {
constexpr std::array<float, 6> ROUTER_POWER_LEVELS = {
42.0f, // Basic router
69.0f, // Gaming router
120.0f, // Pro gaming router
240.0f, // Ultra gaming router
360.0f, // Quantum router
420.69f // NASA router
};
constexpr float RGB_ROUTER_BOOST = 3.14159f;
constexpr float GAMING_MODE_MULTIPLIER = 1.337f;
constexpr float QOS_FACTOR = 4.20f;
}
// Ga