diff options
author | Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com> | 2023-06-15 00:58:55 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 21:58:55 -0600 |
commit | 87858108b525bb3c1f40f800a560780fb12101e1 (patch) | |
tree | 5975d3ba1b92cf9166ae359a48785a0e4c0e91fe /keyboards/mode/m75h/halconf.h | |
parent | baa9252db2443a9884b344ae77ea58710b1932af (diff) |
Modernize M75H and M75S firmwares (#21244)
Diffstat (limited to 'keyboards/mode/m75h/halconf.h')
-rw-r--r-- | keyboards/mode/m75h/halconf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/mode/m75h/halconf.h b/keyboards/mode/m75h/halconf.h index 6c53f594c7..d4831df0d7 100644 --- a/keyboards/mode/m75h/halconf.h +++ b/keyboards/mode/m75h/halconf.h @@ -21,6 +21,4 @@ #pragma once -#define HAL_USE_I2C TRUE - #include_next <halconf.h> |