1
0
Fork 0

Mark the moonlander keyboard default music map as weak (#18715)

This allows user keymaps to set a different music map.
This commit is contained in:
Jouke Witteveen 2022-10-16 04:31:51 +02:00 committed by GitHub
parent 5e4b076af3
commit d089af8703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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);
bool is_transport_connected(void);