diff options
author | Joel Challis <git@zvecr.com> | 2021-09-13 14:59:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 14:59:53 +0100 |
commit | cb4346edb74b415928e3274d166802f5afd3004d (patch) | |
tree | ad9bb2c4bfbae0686a6c56184f312a82592107f3 /keyboards/hadron/ver2/ver2.h | |
parent | 8a3f97b20fe532ee9b085e8ba407bfcc8fac3504 (diff) |
Migrate hadron away from QWIIC_DRIVERS (#14415)
Diffstat (limited to 'keyboards/hadron/ver2/ver2.h')
-rw-r--r-- | keyboards/hadron/ver2/ver2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hadron/ver2/ver2.h b/keyboards/hadron/ver2/ver2.h index e7577d2684..8127b497f7 100644 --- a/keyboards/hadron/ver2/ver2.h +++ b/keyboards/hadron/ver2/ver2.h @@ -1,3 +1,3 @@ #pragma once -#include "../hadron.h" +#include "hadron.h" |