Skip to content

Commit 2c8907d

Browse files
Smol Slime Update (#317)
* Smol Update Toolchain/SDK 2.9.0 migration, Cleanup, and Stacked build schematic. * New uptime command * Pre-compiled SW0 variants and HID Protocols * Open GH Issue for Firmware bugs/issues * Quest Standalone update (Unrelated to Smols) * Updated Stacked Smol Schematic * Updated Sensors for Configuring FW Defines * Stacked Smol Youtube Tutorial Link
1 parent fd122c7 commit 2c8907d

File tree

5 files changed

+104
-33
lines changed

5 files changed

+104
-33
lines changed
1.52 MB
Loading

src/assets/js/configuring-defines.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,13 @@
140140
'IMU_MPU6500': 'MPU6500',
141141
'IMU_MPU6050': 'MPU6050',
142142
'IMU_ICM20948': 'ICM20948',
143+
'IMU_ICM42688': 'ICM42688',
144+
'IMU_ICM45686': 'ICM45686',
143145
'IMU_BMI160' : 'BMI160',
144146
'IMU_BMI270' : 'BMI270',
147+
'IMU_LSM6DSO' : 'LSM6DSO',
148+
'IMU_LSM6DSR' : 'LSM6DSR',
149+
'IMU_LSM6DSV' : 'LSM6DSV',
145150
},
146151
action: (vals) => { return {imu: vals.imu}; }
147152
},
@@ -170,8 +175,13 @@
170175
'IMU_MPU6500': 'MPU6500',
171176
'IMU_MPU6050': 'MPU6050',
172177
'IMU_ICM20948': 'ICM20948',
178+
'IMU_ICM42688': 'ICM42688',
179+
'IMU_ICM45686': 'ICM45686',
173180
'IMU_BMI160' : 'BMI160',
174181
'IMU_BMI270' : 'BMI270',
182+
'IMU_LSM6DSO' : 'LSM6DSO',
183+
'IMU_LSM6DSR' : 'LSM6DSR',
184+
'IMU_LSM6DSV' : 'LSM6DSV',
175185
'IMU' : 'None'
176186
},
177187
action: (vals) => { return {imu_2: vals.imu_2}; }

0 commit comments

Comments
 (0)