Victor
f57e5fedf7
More ironing out of bugs
...
- Fixed the back stroke and forward stroke so it's tap hold override
- Added ability to hold repeat the tap hold shifted key
2024-05-09 22:44:36 -05:00
Victor
7a4e3d8b5c
More fixing small bugs
...
- Didn't make momentary layer for number
2024-05-09 22:31:27 -05:00
Victor
3298971de8
Forgot to fix custom keycode enum
2024-05-09 22:28:09 -05:00
Victor
d5a94942b8
Reverted Keymap and overhauled Tap-Hold Override
...
- Went back to num pad
- Added function key layer, maybe I'll do override to remove a layer
- Symbol layer is tri layer
- Redid tap-hold so taps can be held for repeating keys
2024-05-09 22:21:46 -05:00
Victor
aa2a8463fe
Merge pull request #10 from t4corun/callum
...
Callum
2024-05-09 11:16:40 -05:00
Victor
96529e5fa7
Updated documentation ahead of reverting keymap back
2024-05-09 10:52:35 -05:00
Victor
fcb238ab2f
Cleaning up documentation
...
- Was thinking about ways to simplify my design but I forgot
layer taps can't take ANSI Shifted Keycodes so I still need to
define custom keycodes to make the defines unique
2024-05-08 22:46:33 -05:00
Victor
7faa790d5a
Swapping Tap hold question mark and astericks
2024-05-08 21:59:41 -05:00
Victor
ef67b8610f
Forgot to setup the combo
...
- TR_COMM
2024-05-08 00:01:57 -05:00
Victor
be2edd05cc
Adding one more tap hold
...
- holding astericks now gives question mark
2024-05-07 23:57:02 -05:00
Victor
aaa2269240
Reverting back to tap holds
...
- per documentation I felt the gains were not worth having to press
shift to get those alt keycodes.
- on symbol layer split side, there were alot of same finger bigrams
2024-05-07 23:51:38 -05:00
Victor
aace26eec5
Forgot to convert TR_COMM to KC_COMM in combos
2024-05-07 23:17:49 -05:00
Victor
4cbfe4f897
Forgot to remove the num layer TR keycodes for
...
- comma
- dot
- mins
2024-05-07 23:15:04 -05:00
Victor
a648a7af4f
Removing rest of single tap tap holds
...
- now overriding comma and dot
- removed autoshift tap holds so I can type faster and do repeats
2024-05-07 23:12:13 -05:00
Victor
7a59ddb354
had extra comma typo
2024-05-07 22:51:00 -05:00
Victor
63de251048
Replacing some tap holds with key overrides
...
- percent, exlm, and at are now key overrides
- I now have to press shift to get the once held keycodes, but now
I can hold down those keys to get repeating output
2024-05-07 22:46:57 -05:00
Victor
bd0ef31328
Implementing Key Override
...
- converting shift backspace to this setup since its simpler
- Just commented out the existing code in case this doesn't work
- May convert some of the symbols to this instead of a hold
2024-05-06 22:38:26 -05:00
Victor
20cdbdd1a5
Reshuffle Number Layer and Cleanup
...
- remove mods on number layer
- function keys on top, numbers now on middle
- added media keys to number layer
- updated documentation
2024-05-06 22:30:28 -05:00
Victor
2d3c6f2f4e
Del not det
2024-05-06 21:15:47 -05:00
Victor
a0e4ebaaea
Maybe I needed a del one shot mods to make this work right
2024-05-06 19:22:06 -05:00
Victor
9ccc311d2a
Fixing space backspace
...
- mods were getting stuck when i was pressing the shift backspace
- changed number layer so numbers and dates are easier to type
2024-05-06 19:05:01 -05:00
Victor
507e60877e
Implementing shift backspace example
...
- copied and modified the code from the documentation
2024-05-06 18:49:34 -05:00
Victor
c6bb3f3ea3
Copying and modifying the Shift Backspace example
...
- https://docs.qmk.fm/#/feature_advanced_keycodes
2024-05-06 18:48:29 -05:00
Victor
997da149e6
Trying Pascal's Shift Backspace
...
- like the idea of holding shift backspace to get delete. one less combo
- https://getreuer.info/posts/keyboards/macros3/index.html
2024-05-06 18:12:16 -05:00
Victor
989698c004
Cleaning up stuff
...
- Updated Documentation and images
- Change mouse button 3 combo
2024-05-05 23:59:38 -05:00
Victor
61e49576f2
Forgot to undo the mouse button changes on the keymap
2024-05-05 23:23:35 -05:00
Victor
388e7b8b5f
I didn't fully remove the ampr taphold
2024-05-05 23:17:41 -05:00
Victor
90ef9a3b22
Bunch of stuff
...
- Fixed OLED layer list order
- Altered and combined symbols in tap hold behaviors
- removed the mousekeys optional keycode thing since mousekeys are required
- cleaned up unused tapholds
2024-05-05 23:10:55 -05:00
Victor
ec97151d14
Fixing bugs and adding more tap holds
...
- Had the wrong mod order on symbol layer
- Rearranged the symbol layer to add UCCPR back
- Added more tap holds like \\, //, &&
- Removed pipe tap hold
2024-05-05 21:18:44 -05:00
Victor
39ca5f2f73
Trying Callum after my Swoop got stuck in game mode
...
- reshuffling everything to somewhat match his keymap
- removed a bunch of combos
2024-05-05 20:27:25 -05:00
Victor
e6fae5e3b1
Merge pull request #9 from t4corun/tuningV2
...
Second Round of Tuning
2024-05-04 12:03:56 -05:00
Victor
674b1bdb90
Accidentally removed ignore mod tap interrupt
...
- removed hold on other key press
2024-05-02 08:32:38 -05:00
Victor
d027347b1e
Final Tweak for tonight
...
- Move CONFIG activation to number layer for comfort
- Added caps lock and print screen to symbol layer
2024-05-02 00:00:09 -05:00
Victor
1fa52ae34c
Big cleanup and tune
...
- increased combo timer to 35
- I removed all the unnecessary defines and associated methods for
per keycode customizations like quick tap term, combo press in order, etc
2024-05-01 23:52:19 -05:00
Victor
92efb790af
Cleaning up docs and combo logic
2024-05-01 22:19:20 -05:00
Victor
fa85221e82
Removed mouse wheel from nav layer
2024-05-01 22:04:25 -05:00
Victor
5e74da734e
Major Tweaks
...
- Changed how config layer is activated
- moved function keys to opposite side to match numbers
- Updated keymap image
2024-05-01 21:53:25 -05:00
Victor
b7468905a1
Reverting back to mouse combos
...
- It didn't feel right having to hold down a key to get more mouse keys
2024-05-01 21:03:28 -05:00
Victor
0915d57815
commented out too much
2024-05-01 20:09:48 -05:00
Victor
c214acbe24
Forgot to remove a comma in the combo enum
2024-05-01 20:06:06 -05:00
Victor
e7b63ba6e5
Forgot to comment out part of the enum
2024-05-01 20:03:28 -05:00
Victor
69bfe86bb7
Big changes
...
- Removed all the mouse and config combos
- Added all the mouse buttons to the number layer
- removed the snipping tool and file explorer shortcut
- redid the config layer for the new activation
2024-05-01 19:57:17 -05:00
Victor
6344f4eec6
I think it was my combos that made NAV weird
...
- CONFIG is now shift and space held together
- had to rearrange the dynamic macros to make it work
- put back nav 0 and the tapping term mod
2024-04-30 23:17:45 -05:00
Victor
56fb8076f8
Still acting funny
...
- now putting layer trans wherever i can
2024-04-30 23:02:09 -05:00
Victor
0b2c377a8f
Still have that weird NAV delay
...
- removed the layer tap from game layer
2024-04-30 22:48:12 -05:00
Victor
ad575dd574
More tuning
...
- Split 0 and Nav so Nav would be more responsive
- Made the caps word idle timeout the same as One shot timeout
2024-04-30 22:37:46 -05:00
Victor
577fb57b7e
Tuned combos and updated documentation
...
- rearranged the mouse buttons becuase i found it isn't bad to press two
keys in one column
2024-04-24 23:46:52 -05:00
Victor
0d26a9084b
Merge pull request #8 from t4corun/swoopRGBMatrix
...
Creating Swoop RGB Matrix and consolidation
2024-04-24 23:25:11 -05:00
Victor
53da355746
Accidentally cleared out the combo config
2024-04-24 19:50:01 -05:00
Victor
f7b6532483
More cleanup
...
- added more time for config layer to activate
- Cleaned up unused code (e.g. combos, split config)
- removed uneeded oled driver include
2024-04-24 19:35:43 -05:00