-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Keymap examples
https://github.com/tmk/tmk_keyboard/issues/265
With pressing Shift and '1' key you get 1 while with just '1' key you get !.
Keymap code on Alps64 https://github.com/thisisshi/tmk_keyboard/blob/15fe63e8d181a8a95988dcc71929f0024df55caa/keyboard/alps64/keymap_pure.c
Keymap editor link: hasu's on Alps64
https://geekhack.org/index.php?topic=41989.msg2218160#msg2218160 http://www.keyboard-layout-editor.com/#/gists/3f4485a4bef29532c9d25c522d221037
Keymap code: https://gist.github.com/tmk/daa925e817cb2a80cd5bc55c4c7c81bd
https://forum.colemak.com/topic/2158-dreymars-big-bag-of-keyboard-tricks-usb2usb-edition/#p18407
This is intended to use QWERTY on host where AZERTY layout is expected. The keymap is tricky due to TMK key action limitation and craziness of AZERTY. This issue may mitigate this in future.
https://geekhack.org/index.php?topic=69169.msg2592504#msg2592504
Keymap Editor link: https://goo.gl/zz2DUx
Would be great to make a space-fn keymap, with locking mecanism. If you need your secondary layer for one key, you "space-key" what you need. But if you need much more (say, you have numpad on the secondary layer) keystrokes, you space-lock it, use whatever strokes you need (make your computation on your virtual numpad), and unlock it when you're done. I think we could do it using:
- Momentary layer switching on space bar
- Tap action for actual "space" on primary layer
- Permanent layer toggle on secondary layer, on the lock key
- Tap action for "space" on secondary layer to return to primary Is it doable? Is it the right way? Bonus: With two space bars (think Atreus with both thumbs on space), you could implement fn1 on left with locking on right, fn2 on right with locking on left, and unlock on both...