Small fix for infinity include guard
This commit is contained in:
parent
6e8a5aca9d
commit
566c79554e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef KEYBOARDS_INFINITY_ERGODOX_INFINITY_ERGODOX_H_
|
||||
#define KEYBOARDS_INFINITY_ERGODOX_INFINITY_ERGODOX_H_
|
||||
#ifndef KEYBOARDS_ERGODOX_INFINITY_INFINITY_H_
|
||||
#define KEYBOARDS_ERGODOX_INFINITY_INFINITY_H_
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
|
@ -107,4 +107,4 @@ inline void ergodox_led_all_set(uint8_t n) {
|
|||
{ B80, B81, B82, B83, B84 } \
|
||||
}
|
||||
|
||||
#endif /* KEYBOARDS_INFINITY_ERGODOX_INFINITY_ERGODOX_H_ */
|
||||
#endif /* KEYBOARDS_ERGODOX_INFINITY_INFINITY_H_ */
|
||||
|
|
Loading…
Reference in a new issue