-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable minor features #533
Conversation
This reduce 80 bytes. See also: https://docs.qmk.fm/#/squeezing_avr?id=rulesmk-settings
Override two functions which is used for customizing the magic keycode. See https://docs.qmk.fm/#/squeezing_avr?id=magic-functions also. This fix reduces the firmware size by 578 bytes.
Add comment for SPLIT_WATCHDOG_ENABLE.
突然のコメントで失礼します。 私は自作キーボード自体素人で今日手に入れたばかりのkeyball61キットすら組み立て始めてないのですが、事前準備としてkeymapを勉強していましたところ、 私の知識が足りないだけで入力方法ほかにあるでしょうと、思いながらコメントさせていただきました。 申し訳ありません。 |
@okuRaku コメントをありがとうざいます!
詳しくはこちらをご覧ください。 マイナーな機能であるためデフォルトのファームウェアからは消しても良いと考えています。 Thank you for your comment!
See https://docs.qmk.fm/#/feature_grave_esc for detail. Since it is a minor feature, I think it is okay to remove it from default firmwares. |
Thank you very much for your reply! I think my confusion was, looking at the recommended via keymap in this repo I could not find any way to enter the grave (`) key. Therefore, I mistakenly assumed it must rely on this functionality. If it is not related, may I ask directly, how do we input grave (`) with the recommend I apologize for my question based on lack of understanding and experience. Thank you for any further information! Of course I have no objection to the change in this PR! |
Sorry again for my question unrelated to the change. I also did not realize it utilized those |
@okuRaku Don't hesitate 👍 Your question is originally caused by the difficulty of understanding QMK, Keyball, and this PR, This is very valuable. |
Disabled features
GRAVE_ESC_ENABLE = no
(80 bytes)Others:
define SPLIT_USB_TIMEOUT 500
, therefore default2000
msec is applied. This may help in some environments where Keyball is not recognized