Commit graph

157 commits

Author SHA1 Message Date
Victor
c5cb76fab5
Big cleanup
- standardize the documentation in my config files
- Removed all the unused/unneeded feature .c/.h files (including RGBmatrix)
- now that I think I have my featureset set, I consolidated my rules.mk to
lessen the 'include if' commands
2024-04-24 19:26:46 -05:00
Victor
d6c6d5d731
Organization and cleanup
- added more clarity on which files have config to each rules.mk
- enabled encoder on swoop again
- removed rollow oled config/files because default is fine
- added some keycodes back because I forgot not all keyboards have encoders
- added common oled config
2024-04-24 18:44:08 -05:00
Victor
0b934d4532
Forgot to turn off RGBLight, which may be a conflict 2024-04-24 17:59:01 -05:00
Victor
0eafe4f4c8
It did not like me putting that variable in the header file 2024-04-24 12:57:22 -05:00
Victor
4c1ff262ab
At work, major cleanup
- Can't flash firmware to test RGBMatrix here so trying to do other stuff
- Added Reverse Base Layer toggle and mapped it to the encoder
- Tweaked combos. Moving mouse buttons around for comfort and moving stuff to minimize
misfires
- removed macro 2 set binds
- Fleshed out MOUSEKEY config and tweaked mouse wheel to speed it up
- Refreshed RGB Matrix config, added timeout, removed unneeded stuff
- Added split OLED data sync
- Updated keymap drawer image
- Cleaned up comments and bad Swoop rgbmatrix code
2024-04-24 12:38:08 -05:00
Victor
c769c3783c
had a j typo 2024-04-24 01:05:05 -05:00
Victor
4fc3f3b8e2
trying to flip the order while writing normal physical locations 2024-04-24 01:01:30 -05:00
Victor
808a4d6095
Trying to set the array quentin's way 2024-04-24 00:45:28 -05:00
Victor
44badd2e6f
Trying the physical led location the way quentin does it 2024-04-24 00:35:23 -05:00
Victor
68341a210c
Fixing some bugs in the mapping
- had the wrong sequence in there for the right side thumbs
- Had hte center wrong
2024-04-23 23:46:51 -05:00
Victor
760ead9996
Forgot a bunch of commas specifying the LED flags 2024-04-23 23:32:34 -05:00
Victor
4561946273
The compilier wanted RGB_MATRIX_LED_COUNT 2024-04-23 19:53:18 -05:00
Victor
0e317305c3
Updating/fixing configuration
- Had to fix the swoop rules.mk
- Update the common RGBMatrix Config
2024-04-23 19:46:37 -05:00
Victor
cc59e08fd6
defining the g_led_config struct
- had to do a bunch of math to define it
- added the config
- updated the numpad to put the dot back on the pinky for speed
2024-04-23 19:06:16 -05:00
Victor
6c181c3cad
Swapping mb3 and 4 combos for comfort 2024-04-23 14:34:36 -05:00
Victor
2e9d6aa6c0
Removing EE_HANDS to see if I can get the split side encoder going 2024-04-22 08:28:10 -05:00
Victor
43ebbec89f
Merge pull request #7 from t4corun/simplify
Simplification
2024-04-22 08:11:06 -05:00
Victor
a370965d1c
fixing bugs and setting up encoder debug environment
- Had to fix bugs with TR_SCLN and ploopy nano drag scroll
- added mouse scroll wheel and rgb mode for debug purposes
2024-04-22 07:35:57 -05:00
Victor
94849eef72
Keep finding small typos 2024-04-22 00:40:58 -05:00
Victor
734782e538
Forgot to remove function from OLED
- also added RGB Matrix Effects to Swoop
2024-04-22 00:37:53 -05:00
Victor
42376480cd
Almost there
- had the wrong number of arguments for insert_brackets
2024-04-22 00:32:28 -05:00
Victor
b829c056d2
Another typo to fix 2024-04-22 00:26:08 -05:00
Victor
5768daedd4
Turned out I had duplicate defines
- Had to rename my tap hold mappings
2024-04-22 00:20:10 -05:00
Victor
cc64b41f4b
Testing out the swoop finally
- Had to revert the keycode enumerators
- Adjusted the Swoop encoder mappings
- Had to put the mouse wheels back in
2024-04-22 00:10:09 -05:00
Victor
f8bded656b
Forgot to undo the test name 2024-04-21 10:37:53 -05:00
Victor
082926a4e1
Polish and cleanup
- Redid the tap hold to simplify maintenance
- moved the ploopy nano stuff into tap hold
- removed all mention of function layer
- added double taps for programming macros
2024-04-21 10:32:13 -05:00
Victor
7c665ff65a
More Cleanup so we can do the test
- I forgot I removed the function layer
2024-04-21 08:34:53 -05:00
Victor
0d194ac08f
Forgot end of line on wrapper 2024-04-21 08:29:53 -05:00
Victor
052b2795a2
Trying to simplify the taphold code
- only on semicolon
- removed the TR LT define and only doing TH
2024-04-21 08:21:20 -05:00
Victor
49f130585f
Had I instead of KC_I 2024-04-20 21:28:54 -05:00
Victor
fd8e45aed3
Putting the right side combos back
- It felt weird to go up to press backspace
- moved tab to the top
2024-04-20 16:09:17 -05:00
Victor
ce8766d68f
Merge pull request #6 from t4corun/mousecombo
Implementing Combos for Mouse Buttons
2024-04-20 15:49:42 -05:00
Victor
cb8436214c
forgot to update the combo must tap for removing back word 2024-04-20 15:38:07 -05:00
Victor
2158661515
Updated Readme and added keymap image 2024-04-20 15:33:28 -05:00
Victor
33be21734f
Addtional Tweaks to combos
- Moved the backspace / delete combos to the top
- removed contrl backspace shortcuts
- Adjusted keymap.yaml
2024-04-20 15:14:45 -05:00
Victor
e1fcb05c8d
Tweaked combos and did keymap-drawer.yml
- Admit that I moved the combos around after messing with the visualizer
- added the yaml that creates the image
2024-04-18 23:33:26 -05:00
Victor
284d15f4e8
Accidentally cleaned up too much
- had to add back the FUNC and CONFIG bindings
2024-04-18 20:46:11 -05:00
Victor
567bbb7d25
cleanup and tuning
- added escape and enter back in
- made the mouse buttons more intuitive
- moved tab to the right hand
- implemented combos per layer
2024-04-18 20:41:02 -05:00
Victor
f9aa0c3866
fixed typo in wrapper defines 2024-04-18 00:04:43 -05:00
Victor
2c0cfed861
Adding enter back to game layer 2024-04-18 00:02:12 -05:00
Victor
31361d209e
More combo tuning
- adjusting mappings again
- removed the order presses for all combo
- made mouse 3,4,5 must tap
2024-04-18 00:00:42 -05:00
Victor
fde5444ade
fixing typo in keymap wrapper 2024-04-17 23:43:15 -05:00
Victor
fb3b51bacd
Combined mouse and function layer 2024-04-17 23:41:56 -05:00
Victor
76a8efb71d
Tweaking combo setting
- putting escape and enter back
- tweaking combo timer
2024-04-17 23:32:27 -05:00
Victor
3684cb65c3
Tweaking combo settings
- made mouse button combos strict press order
2024-04-17 16:36:55 -05:00
Victor
b314c3ffe1
Combo overhaul
- Remapped some combos based on how I used them
- Turned the combo term down because of misfires (e.g. re)
- Removed all the keys that are now combos to save room and
force me to get used to using combos
- Combined Game and GameNum. Removed GameNum Layer
2024-04-17 16:25:29 -05:00
Victor
4c13c8d016
one more try on the drag scroll combo 2024-04-17 01:03:46 -05:00
Victor
6350d0043d
moving the mouse keys from must tap 2024-04-17 00:56:44 -05:00
Victor
f053b1e041
removed ctrl backspace combo 2024-04-17 00:44:20 -05:00
Victor
3279aeb5f5
had extra char 2024-04-17 00:29:49 -05:00