summaryrefslogtreecommitdiff
path: root/keyboards/qwertykeys/qk100/ansi
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-01-02 16:26:01 +1100
committerGitHub <noreply@github.com>2024-01-02 16:26:01 +1100
commitf583d2fef01372f55057dcf44569252e3582d0f5 (patch)
treed0bae839665ef64e5620b0c151735e16d226264d /keyboards/qwertykeys/qk100/ansi
parent8a6b7003f70a2d7947236849d46753cbc91440a3 (diff)
Remove IS31FLCOMMON code (#22800)
Diffstat (limited to 'keyboards/qwertykeys/qk100/ansi')
-rw-r--r--keyboards/qwertykeys/qk100/ansi/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/qwertykeys/qk100/ansi/config.h b/keyboards/qwertykeys/qk100/ansi/config.h
index c210fdf1eb..a80816345c 100644
--- a/keyboards/qwertykeys/qk100/ansi/config.h
+++ b/keyboards/qwertykeys/qk100/ansi/config.h
@@ -38,5 +38,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define RGB_MATRIX_LED_PROCESS_LIMIT 4
# define RGB_MATRIX_LED_FLUSH_LIMIT 26
# define RGB_MATRIX_STARTUP_VAL 128
-# define DRIVER_ADDR_1 0b0110000
+# define IS31FL3741_I2C_ADDRESS_1 IS31FL3741_I2C_ADDRESS_GND
# define RGB_MATRIX_LED_COUNT 101 \ No newline at end of file