firmware checkpoint
This commit is contained in:
@@ -11,42 +11,63 @@ static KnobConfig configs[] = {
|
||||
.position = 0,
|
||||
.position_width_radians = 10 * PI / 180,
|
||||
.detent_strength_unit = 0,
|
||||
.snap_point = 1.1,
|
||||
},
|
||||
{
|
||||
.num_positions = 11,
|
||||
.position = 0,
|
||||
.position_width_radians = 10 * PI / 180,
|
||||
.detent_strength_unit = 0,
|
||||
.snap_point = 1.1,
|
||||
},
|
||||
{
|
||||
.num_positions = 73,
|
||||
.position = 0,
|
||||
.position_width_radians = 10 * PI / 180,
|
||||
.detent_strength_unit = 0,
|
||||
.snap_point = 1.1,
|
||||
},
|
||||
{
|
||||
.num_positions = 2,
|
||||
.position = 0,
|
||||
.position_width_radians = 60 * PI / 180,
|
||||
.detent_strength_unit = 1,
|
||||
.snap_point = 1.1,
|
||||
},
|
||||
{
|
||||
.num_positions = 2,
|
||||
.position = 0,
|
||||
.position_width_radians = 60 * PI / 180,
|
||||
.detent_strength_unit = 1,
|
||||
.snap_point = 0.6,
|
||||
},
|
||||
{
|
||||
.num_positions = 256,
|
||||
.position = 127,
|
||||
.position_width_radians = 1 * PI / 180,
|
||||
.detent_strength_unit = 0,
|
||||
.snap_point = 1.1,
|
||||
},
|
||||
{
|
||||
.num_positions = 256,
|
||||
.position = 127,
|
||||
.position_width_radians = 1 * PI / 180,
|
||||
.detent_strength_unit = 1,
|
||||
.snap_point = 1.1,
|
||||
},
|
||||
{
|
||||
.num_positions = 32,
|
||||
.position = 0,
|
||||
.position_width_radians = 8.225806452 * PI / 180,
|
||||
.detent_strength_unit = 1,
|
||||
.snap_point = 1.1,
|
||||
},
|
||||
{
|
||||
.num_positions = 32,
|
||||
.position = 0,
|
||||
.position_width_radians = 8.225806452 * PI / 180,
|
||||
.detent_strength_unit = 0.1,
|
||||
.snap_point = 1.1,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user