Skip to content

Commit

Permalink
Fixup missing include in mxss via keymap (qmk#20475)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored and coquizen committed Jun 22, 2023
1 parent 9642f6a commit b02d0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/mxss/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
#include "mxss_frontled.h"

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT_all( /* L0 */
Expand Down

0 comments on commit b02d0cd

Please sign in to comment.