Skip to content

Commit

Permalink
fixed clang note on moonlander keymap.c
Browse files Browse the repository at this point in the history
  • Loading branch information
hbbit-dev committed Oct 6, 2023
1 parent 0255ea0 commit 677e807
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions keyboards/moonlander/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/



#include QMK_KEYBOARD_H
#include "version.h"

enum layers {
BASE, // default layer
SYMB, // symbols
MDIA, // media keys
BASE, // default layer
SYMB, // symbols
MDIA, // media keys
};

enum custom_keycodes {
Expand Down

0 comments on commit 677e807

Please sign in to comment.