diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-05 15:48:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 15:48:37 +1000 |
commit | 6847dba8af551aa0f1afbd74f77a8c49ad28e33b (patch) | |
tree | f583240488a4139e13c7584582094024a4bfd504 /keyboards/mt/mt84/mt84.c | |
parent | 364c06d939134184838579d4e73880f8c2f83419 (diff) |
Move 75% and 96% layouts to data driven (#20289)
Diffstat (limited to 'keyboards/mt/mt84/mt84.c')
-rw-r--r-- | keyboards/mt/mt84/mt84.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mt/mt84/mt84.c b/keyboards/mt/mt84/mt84.c index 049878419f..fcbf65cf46 100644 --- a/keyboards/mt/mt84/mt84.c +++ b/keyboards/mt/mt84/mt84.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "mt84.h" +#include "quantum.h" #ifdef RGB_MATRIX_ENABLE const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = { |