aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/keymaps/mac_optimized
Commit message (Collapse)AuthorAgeFilesLines
* ESC/GRAVE/TILDE better handling (#1307)tengg2017-05-171-14/+7
| | | | | | * revise HHKB bootloader_size to 4096 such that sw reset works * cleanup esr/grave/tilde handling function
* Add #1170 to all the clueboard keymapsskullY2017-03-211-2/+2
|
* typo fixedtengg2017-03-221-2/+2
|
* fix typotengg2017-03-221-1/+1
|
* fixed a bug related to mod + Grave with combined ESC/Grave keytengg2017-03-221-1/+4
| | | | | | | | This only applies to keymaps that has combined esc/grave. Here we call it theKEY. Think about the motion when we do shift + theKEY (typing ~), or CMD + theKEY (switching window on MAC). Based on the original code, we must do following sequence: press shift -> press theKEY -> release theKEY -> release shift. However, it is very possible and natural that we do this stroke sequence instead: press shift -> press theKEY -> release shift -> release theKEY. If we do the 2nd stroke sequence, the code will del_key(ESC) instead of (GRV) when we release theKEY. This caused some inconvenient issues and ghost typing. By adding a flag, this issue is eliminated and will not affect any other functions.
* Rework the clueboard keymaps a bit.skullY2017-02-163-0/+98