Click to view our Accessibility Statement or contact us with accessibility-related questions

Can we look into the F13-F24 binding issue on MDLoader and Drop keyboards?

more_vert
The online configurator allows for the binding of F13-F24 keys, however they do not work. There is a fix listed online on Github: https://github.com/qmk/qmk_firmware/pull/4601 Seems like the online configurator needs this fix. This has been reported by user Sargasm and Koldy (myself) on Drop's site here. Also, multiple users across issues on Github, and Reddit posts. This is a huge hindrance that I would love to get resolved, and it seems multiple users would like as well. https://www.reddit.com/r/olkb/comments/lbm78f/f1324_keys_dont_seem_to_be_working/
https://www.reddit.com/r/MechanicalKeyboards/comments/kvlqnt/how_do_you_get_f13_and_beyond_to_work_on_the_drop/
https://github.com/Massdrop/mdloader/issues/12
https://github.com/Massdrop/mdloader/issues/48 Pinging @AlexPk and @YanboWu, as I was advised you guys were community and mech keys leaders out here.
Vote
17
remove_red_eye
58
Koldy
4

search
close
Was also given this and told it will make it work on the current fork: diff --git a/tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.c b/tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.c
index 984828301..c35f009bb 100644
--- a/tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.c
+++ b/tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.c
@@ -108,9 +108,9 @@ UDC_DESC_STORAGE udi_hid_kbd_report_desc_t udi_hid_kbd_report_desc = {{
0x81, 0x02, // Input (Data, Variable, Absolute)
0x81, 0x01, // Input (Constant)
0x19, 0x00, // Usage Minimum (0)
- 0x29, 0x65, // Usage Maximum (255) --> 101
+ 0x29, 0xFF, // Usage Maximum (255)
0x15, 0x00, // Logical Minimum (0)
- 0x25, 0x65, // Logical Maximum (255) --> 101
+ 0x25, 0xFF, // Logical Maximum (255)
0x75, 0x08, // Report Size (8)
0x95, 0x06, // Report Count (6)
0x81, 0x00, // Input (Data, Array)
Koldy
4
Feb 9, 2022
AlexPkI have no idea how to use this. 😅 Is it just an update for MDLoader that we're looking for? Or where will this update be posted?
KoldyHahah I also have no idea how to use the above, but I'll ask if it's pretty straightforward. The public update is the one that will be pushed to the MD fork on github and MDLoader update in a few weeks.
Hey, confirmed this is an issue so thanks for flagging it. Engineering is working on a new firmware update and has made sure that F13 is now working for them. Let me know if you are still having issues when that releases in a few weeks.
Koldy
4
Mar 5, 2022
Interestingly, I exported from the configurator and it's fully functional now with the currently released mdloader. At least, programs can see it. I'll wait for the mdloader update as well, I'm sure there's something else that needs to be done.
Koldy
4
Apr 28, 2022
Just wanted to check back. How soon is soon for more github releases? :/
Koldy
4
Dec 9, 2021
Bumping this. Any news @AlexPk @YanboWu ?
Koldy
4
Jan 11, 2022
Hey! Just checking back. Any updates?
KoldyLet me check in with Dev and see if they have anything.
PRODUCTS YOU MAY LIKE
Trending Posts in Mechanical Keyboards