diff options
author | Joel Challis <git@zvecr.com> | 2023-08-21 23:20:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 23:20:24 +0100 |
commit | 1149212b5205760a7234c983a686ce84968f7e02 (patch) | |
tree | df70b2c0d2f7e11b0d97474051bea3d6ff6f3103 /keyboards/drop/lib | |
parent | 892ba2ed01f8b20d50225d2696ee4fff1f548e49 (diff) |
Align SENSE75 with recent Drop additions (#21757)
Diffstat (limited to 'keyboards/drop/lib')
-rw-r--r-- | keyboards/drop/lib/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/drop/lib/common.c b/keyboards/drop/lib/common.c index 515625a686..b393e7650b 100644 --- a/keyboards/drop/lib/common.c +++ b/keyboards/drop/lib/common.c @@ -2,6 +2,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later #ifdef RGB_MATRIX_ENABLE # include "host.h" +# include "quantum.h" # include "rgb_matrix.h" # define LED_FLAG_ANY_SWITCH (LED_FLAG_KEYLIGHT | LED_FLAG_MODIFIER | LED_FLAG_INDICATOR) |