Browse Source

Update references to lowercase files

pull/14313/head
bryan065 2 years ago
parent
commit
36ac7746ad
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      keyboards/handwired/ghero20/ghero20.h
  2. +1
    -1
      keyboards/handwired/ghero20/mpu9250/mpu9250.c
  3. +1
    -1
      keyboards/handwired/ghero20/mpu9250/mpu9250.h
  4. +1
    -1
      keyboards/handwired/ghero20/rules.mk

+ 1
- 1
keyboards/handwired/ghero20/ghero20.h View File

@ -17,7 +17,7 @@
#pragma once
#include "quantum.h"
#include "MPU9250/MPU9250.h" /* MPU9250 for tilt sensor */
#include "mpu9250/mpu9250.h" /* MPU9250 for tilt sensor */
/* This is a shortcut to help you visually see your layout.
*


+ 1
- 1
keyboards/handwired/ghero20/mpu9250/mpu9250.c View File

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "MPU9250.h"
#include "mpu9250.h"
#include "wait.h"
uint8_t send_data;


+ 1
- 1
keyboards/handwired/ghero20/mpu9250/mpu9250.h View File

@ -16,7 +16,7 @@
#pragma once
#include "MPU9250RegisterMap.h"
#include "mpu9250registermap.h"
#include "i2c_master.h"
enum Axis {


+ 1
- 1
keyboards/handwired/ghero20/rules.mk View File

@ -26,4 +26,4 @@ AUDIO_ENABLE = no # Audio output
BLUETOOTH = AdafruitBLE
QUANTUM_LIB_SRC += i2c_master.c
SRC += MPU9250/MPU9250.c
SRC += mpu9250/mpu9250.c

Loading…
Cancel
Save