mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 15:35:27 +00:00
Fixed some capitalization issues
This commit is contained in:
parent
6d15f5a5b7
commit
5023f55856
2 changed files with 72 additions and 72 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef protosplit_H
|
||||
#define protosplit_H
|
||||
#ifndef PROTOSPLIT_H
|
||||
#define PROTOSPLIT_H
|
||||
|
||||
#include "../deltasplit75.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef v2_H
|
||||
#define v2_H
|
||||
#ifndef V2_H
|
||||
#define V2_H
|
||||
|
||||
#include "../deltasplit75.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue