diff options
author | Joel Challis <git@zvecr.com> | 2023-08-22 00:10:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 09:10:08 +1000 |
commit | eed34f7a2448b903d406167aacf679ddc4f9398f (patch) | |
tree | 1a72a5950d47c0c4413c7daf107d72a2f4fafc42 /keyboards | |
parent | 1149212b5205760a7234c983a686ce84968f7e02 (diff) |
Fix drop/shift/v2 compilation (#21800)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/drop/shift/v2/v2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/drop/shift/v2/v2.c b/keyboards/drop/shift/v2/v2.c index 3d96cdf7cb..326c418279 100644 --- a/keyboards/drop/shift/v2/v2.c +++ b/keyboards/drop/shift/v2/v2.c @@ -1,6 +1,7 @@ // Copyright 2023 Massdrop, Inc. // SPDX-License-Identifier: GPL-2.0-or-later #ifdef RGB_MATRIX_ENABLE +# include "host.h" # include "rgb_matrix.h" const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = { |