summaryrefslogtreecommitdiffstats
path: root/keyboards/moonlander/moonlander.h
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2022-10-16 04:31:51 +0200
committerGitHub <noreply@github.com>2022-10-16 03:31:51 +0100
commitd089af87030821e7bdd12c7187c5a583a8bf813d (patch)
tree25e13bf0605aa3b7b085222644c52dda8b3a7cc1 /keyboards/moonlander/moonlander.h
parent5e4b076af3c99d36632d6b92f3ddd046f38a01af (diff)
Mark the moonlander keyboard default music map as weak (#18715)
This allows user keymaps to set a different music map.
Diffstat (limited to 'keyboards/moonlander/moonlander.h')
-rw-r--r--keyboards/moonlander/moonlander.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/moonlander/moonlander.h b/keyboards/moonlander/moonlander.h
index 90ce84b3e3..19618a9e2a 100644
--- a/keyboards/moonlander/moonlander.h
+++ b/keyboards/moonlander/moonlander.h
@@ -55,9 +55,9 @@ extern bool mcp23018_leds[];
{ k60, k61, k62, k63, k64, k65, k66 }, \
{ k70, k71, k72, k73, k74, k75, k76 }, \
{ k80, k81, k82, k83, k84, k85, k86 }, \
- { KC_NO,k91, k92, k93, k94, k95, k96 }, \
+ { KC_NO, k91, k92, k93, k94, k95, k96 }, \
{ KC_NO, KC_NO, ka2, ka3, ka4, ka5, ka6 }, \
- { KC_NO, KC_NO, KC_NO, kb3, kb4, kb5, kb6 } \
+ { KC_NO, KC_NO, KC_NO, kb3, kb4, kb5, kb6 } \
}
// clang-format on
@@ -83,4 +83,4 @@ typedef union {
extern keyboard_config_t keyboard_config;
-bool is_transport_connected(void); \ No newline at end of file
+bool is_transport_connected(void);