aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mxss/templates/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mxss/templates/keymap.c')
-rw-r--r--keyboards/mxss/templates/keymap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/mxss/templates/keymap.c b/keyboards/mxss/templates/keymap.c
index 86a0f231d..13dbb7206 100644
--- a/keyboards/mxss/templates/keymap.c
+++ b/keyboards/mxss/templates/keymap.c
@@ -16,9 +16,6 @@
16#include QMK_KEYBOARD_H 16#include QMK_KEYBOARD_H
17#include "mxss_frontled.h" 17#include "mxss_frontled.h"
18 18
19// Helpful defines
20#define _______ KC_TRNS
21
22// Predefined colors for layers 19// Predefined colors for layers
23// Format: {hue, saturation} 20// Format: {hue, saturation}
24// {0, 0} to turn off the LED 21// {0, 0} to turn off the LED
@@ -39,4 +36,4 @@ enum custom_keycodes {
39 36
40const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 37const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
41__KEYMAP_GOES_HERE__ 38__KEYMAP_GOES_HERE__
42}; \ No newline at end of file 39};