diff options
Diffstat (limited to 'keyboards/40percentclub/half_n_half/half_n_half.h')
-rw-r--r-- | keyboards/40percentclub/half_n_half/half_n_half.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/40percentclub/half_n_half/half_n_half.h b/keyboards/40percentclub/half_n_half/half_n_half.h index e20d42fde..bc330c9cb 100644 --- a/keyboards/40percentclub/half_n_half/half_n_half.h +++ b/keyboards/40percentclub/half_n_half/half_n_half.h @@ -42,3 +42,7 @@ { R26, R25, R24, R23, R22, R21, R20 }, \ { ___, ___, ___, ___, R32, ___, ___ } \ } + +#ifdef USE_I2C + #error "I2C not Supported" +#endif |