diff options
author | Joel Challis <git@zvecr.com> | 2020-03-06 01:39:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 01:39:54 +0000 |
commit | b368db9e027015ba393e87cee416d8d5b2b56a8c (patch) | |
tree | 413707612cca0b75339c9d2a7962e6b5b3bf4046 /keyboards/fortitude60/rev1/rev1.h | |
parent | 76189d9a282cc32bf2ff88a84a6374ebb8908433 (diff) | |
download | qmk_firmware-b368db9e027015ba393e87cee416d8d5b2b56a8c.tar.gz qmk_firmware-b368db9e027015ba393e87cee416d8d5b2b56a8c.zip |
Refactor fortitude60 to use split_common (#8113)
Diffstat (limited to 'keyboards/fortitude60/rev1/rev1.h')
-rw-r--r-- | keyboards/fortitude60/rev1/rev1.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/fortitude60/rev1/rev1.h b/keyboards/fortitude60/rev1/rev1.h index bb133b3d89..ed62b2683e 100644 --- a/keyboards/fortitude60/rev1/rev1.h +++ b/keyboards/fortitude60/rev1/rev1.h @@ -1,18 +1,9 @@ -#ifndef REV1_H -#define REV1_H +#pragma once #include "fortitude60.h" #include "quantum.h" -#ifdef USE_I2C -#include <stddef.h> -#ifdef __AVR__ - #include <avr/io.h> - #include <avr/interrupt.h> -#endif -#endif - // Standard Keymap // (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) #define LAYOUT( \ @@ -34,5 +25,3 @@ { R35, R34, R33, R32, R31, R30 }, \ { RT0, RT1, RT2, RT3, RT4, RT5 } \ } - -#endif |