hasu@tmk
hasu@tmk
Applied patch, thank you. 5a196b64448dd0b8fe84e5960b7ed4111383b8eb Three commands were added: ``` SM(): store modifier state RM(): restore modifier state CM(): clear modifier state ``` ~~~**TODO** add these in document~~~
You can use boot magic, maybe? https://github.com/tmk/tmk_keyboard#default-layer
USB Descriptor of Griffin Technology iMate, ADB Adapter - 077d:0405: https://gist.github.com/tmk/472e52c9502302be173790c5e5fa0829 Griffin iMate doesn't send any keyboard report without polling mouse interface. This patch may be needed for this. ```...
I guess Chibios or Chibios-Contrib changed something before and is not compatible now. I can build teensy_lc_oneky with using d78431c638 of ChibiOS(Jan 2017) and b54282fa of ChibiOS-Contrib(Dec 2016). I would...
Nice catch! Keep us updated. As for not found error of "core_cm0plus.h" I think ChibiOS-Contrib should be updated, but it seems that not so many users of Kinetis are around...
Hi, Great. Wikified in 'Keymap examples' page. https://github.com/tmk/tmk_keyboard/wiki/Keymap-examples#colemak-keymap-file-for-hhkb-jp This won't be merged into repo, see this post about my thought on user's keymaps file and ideas. #265 (comment) Thank you.
promising. I like idea of debounce API or inplements in tmk_core for reusability. keep us updated!
These are disabled by default now. 13d57308be43717d38ec99fe6b7c2152000716d1 ae183105bba6a1c22345dd74619747d02900d29b d3807f41b9edd94967cd8d9fef301ec3cd4cd540 A few works are still needed. - Acceleration should be removed from adb_usb? - Weel Emulation should be moved in tmk_core?
This repository is a bit old and chibios is not the latest. Tried flabbergast's repo(flabbergast branch)? it probably use newer chibios and are better supported. https://github.com/flabbergast/whitefox/tree/flabbergast
``` commit 99cf9301132c9062c7f851a512499df7c0e57517 (adb_mouse_driver_0406) Author: tmk Date: Wed Apr 6 14:59:20 2022 +0900 adb_usb: Add delay for NeXT Mouse #730 diff --git a/converter/adb_usb/matrix.c b/converter/adb_usb/matrix.c index 1b217f85..520b869c 100644 --- a/converter/adb_usb/matrix.c +++...