Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding last of the settings in unified targets #12414

Merged
merged 4 commits into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/config/AG3XF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,8 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 2700
#define GYRO_2_SPI_INSTANCE SPI1
#define GYRO_2_ALIGN CW0_DEG_FLIP
#define GYRO_2_ALIGN_PITCH 1800
3 changes: 3 additions & 0 deletions src/config/AG3XF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,8 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 2700
#define GYRO_2_SPI_INSTANCE SPI1
#define GYRO_2_ALIGN CW0_DEG_FLIP
#define GYRO_2_ALIGN_PITCH 1800
1 change: 1 addition & 0 deletions src/config/AIRBOTF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
2 changes: 2 additions & 0 deletions src/config/AIRBOTF4SD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,7 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
#define GYRO_2_SPI_INSTANCE SPI1
#define GYRO_2_ALIGN CW270_DEG
#define GYRO_2_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/AIRBOTF4V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI3
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
#define GYRO_2_SPI_INSTANCE SPI1
1 change: 1 addition & 0 deletions src/config/AIRBOTF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI3
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
#define GYRO_2_SPI_INSTANCE SPI1
1 change: 1 addition & 0 deletions src/config/AIRBOTF7HDV/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
4 changes: 4 additions & 0 deletions src/config/ALIENFLIGHTF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
#define SPI2_TX_DMA_OPT 0
#define ADC1_DMA_OPT 0

#define MAG_ALIGN CW180_DEG_FLIP
#define MAG_ALIGN_PITCH 1800
#define MAG_ALIGN_YAW 1800
#define MAG_I2C_INSTANCE I2C1
#define BARO_I2C_INSTANCE I2C1
#define BEEPER_INVERTED
Expand All @@ -115,3 +118,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
4 changes: 4 additions & 0 deletions src/config/ALIENFLIGHTNGF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
#define SPI2_TX_DMA_OPT 0
#define ADC1_DMA_OPT 0

#define MAG_ALIGN CW180_DEG_FLIP
#define MAG_ALIGN_PITCH 1800
#define MAG_ALIGN_YAW 1800
#define BARO_SPI_INSTANCE SPI3
#define BEEPER_INVERTED
#define USE_SDCARD_SPI
Expand All @@ -115,3 +118,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
2 changes: 2 additions & 0 deletions src/config/ALIENFLIGHTNGF7_DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
#define USE_SPI_GYRO
#define GYRO_2_SPI_INSTANCE SPI3
#define GYRO_2_ALIGN CW270_DEG
#define GYRO_2_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/ALIENFLIGHTNGF7_ELRS/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/ALIENFLIGHTNGF7_RX/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/ANYFCF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/ANYFCM7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/AOCODAF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW0_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
1 change: 1 addition & 0 deletions src/config/AOCODARCF411_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI2
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
2 changes: 2 additions & 0 deletions src/config/AOCODARCF7DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,7 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI2
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
#define GYRO_2_SPI_INSTANCE SPI2
#define GYRO_2_ALIGN CW180_DEG
#define GYRO_2_ALIGN_YAW 1800
2 changes: 2 additions & 0 deletions src/config/AOCODARCH7DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,7 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
#define GYRO_2_SPI_INSTANCE SPI4
#define GYRO_2_ALIGN CW180_DEG
#define GYRO_2_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/APEXF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@
#define GYRO_1_SPI_INSTANCE SPI3
#define GYRO_2_SPI_INSTANCE SPI3
#define GYRO_2_ALIGN CW270_DEG
#define GYRO_2_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/ARESF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/ATOMRCF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/ATOMRCF411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/ATOMRCF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/BETAFLIGHTF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/BETAFPVF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
#define GYRO_2_SPI_INSTANCE SPI1
1 change: 1 addition & 0 deletions src/config/BETAFPVF411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/BETAFPVF411RX/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/BETAFPVF4SX1280/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
2 changes: 2 additions & 0 deletions src/config/BETAFPVF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
#define USE_SPI_GYRO
#define GYRO_2_SPI_INSTANCE SPI1
#define GYRO_2_ALIGN CW180_DEG
#define GYRO_2_ALIGN_YAW 1800
2 changes: 2 additions & 0 deletions src/config/BETAFPVH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
#define GYRO_2_SPI_INSTANCE SPI4
#define GYRO_2_ALIGN CW180_DEG
#define GYRO_2_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/BLADE_F7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/BLADE_F7_HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/CLRACINGF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_2_SPI_INSTANCE SPI1
#define GYRO_2_ALIGN CW90_DEG
#define GYRO_2_ALIGN_YAW 900
2 changes: 2 additions & 0 deletions src/config/COLIBRI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/CRAZYBEEF4DXS/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/CRAZYBEEF4SX1280/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/CYCLONEF405_PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/CYCLONEF722_PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/DAKEFPVF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/DAKEFPVF411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/DAKEFPVF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/DALRCF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/DALRCF722DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
#define GYRO_2_SPI_INSTANCE SPI1
2 changes: 2 additions & 0 deletions src/config/DARWINF411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/DARWINF4SX1280HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/DARWINF722HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/DRONIUSF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW0_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
1 change: 1 addition & 0 deletions src/config/DYSF44530D/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/EACHINEF411_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@
#define FLASH_SPI_INSTANCE SPI2
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN_YAW 2700
#define GYRO_1_ALIGN CW270_DEG
#define BEEPER_INVERTED
2 changes: 2 additions & 0 deletions src/config/EACHINEF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/EACHINEF722_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/ELLE0/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI2
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
1 change: 1 addition & 0 deletions src/config/EXUAVF4PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
#define GYRO_2_SPI_INSTANCE SPI1
1 change: 1 addition & 0 deletions src/config/F4BY/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/FENIX_F405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI3
#define GYRO_1_ALIGN CW0_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
1 change: 1 addition & 0 deletions src/config/FF_FORTINIF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/FF_FORTINIF4_REV03/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/FF_PIKOF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/FF_PIKOF4OSD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI3
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
2 changes: 2 additions & 0 deletions src/config/FF_RACEPITF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 1800
2 changes: 2 additions & 0 deletions src/config/FF_RACEPITF7_MINI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/FISHDRONEF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
1 change: 1 addition & 0 deletions src/config/FLOWBOX/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@
#define FLASH_SPI_INSTANCE SPI3
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
1 change: 1 addition & 0 deletions src/config/FLOWBOXV2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@
#define SDCARD_SPI_INSTANCE SPI3
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
3 changes: 3 additions & 0 deletions src/config/FLYCOLORF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,8 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 1800
#define GYRO_2_SPI_INSTANCE SPI1
#define GYRO_2_ALIGN CW270_DEG
#define GYRO_2_ALIGN_YAW 2700
3 changes: 3 additions & 0 deletions src/config/FLYCOLORF7_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW0_DEG
#define GYRO_1_ALIGN_ROLL 0
#define GYRO_1_ALIGN_PITCH 0
#define GYRO_1_ALIGN_YAW 0