Commit graph

27 commits

Author SHA1 Message Date
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
2e9d6aa6c0
Removing EE_HANDS to see if I can get the split side encoder going 2024-04-22 08:28:10 -05:00
Victor
94849eef72
Keep finding small typos 2024-04-22 00:40:58 -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
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
fb3b51bacd
Combined mouse and function layer 2024-04-17 23:41:56 -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
5c90a110ba
Adjusting keymap to incorporate encoders
- made swoop encoders the same as rollow
- NAV key is momentary except for in number layer where it also taps 0
- NUM key now taps mouse button 1, but it won't tap that in NAV layer
- removed visual studio code fold/unfold binds as I don't use them
- cleaned up the keymap, went back to three keycode wrappers for
base and layer
- cleaned up the encoder taps
- updated readme file
2024-04-14 09:57:45 -05:00
Victor
4d5f908817
Fixed a bunch of stuff
- the layout wrapper is case sensitive, had K37 when it should be k37
- fixed whitespace formatting in several files
- removed planck from qmk_nontree.json
2024-04-11 23:45:44 -05:00
Victor
72d86e4c52
Updating wrappers
- Changed wrapper to 3x5_3 layout so I can customize a key for each
layer versus specifing one key for all layers
- Tried to be thoughtful on what I need
2024-04-11 23:30:46 -05:00
Victor
38e543a13c
Had to define RGB Matrix driver
- however it looks like I may have to update how I define RGB Matrix?
- It is no longer just yes or no anymore
2024-04-06 18:48:15 -05:00
Victor
b8d990ee2e
Fixing bugs
- enabling OLED for swoop
- Maybe I do need encoder enable for it to work
- enabling RGB Matrix
2024-04-06 18:38:12 -05:00
Victor
75c58a22eb
had to move all my encoder mappings to the specific keyboard
- documentation was right that it had to be in the keymap
2024-04-05 20:42:32 -05:00
Victor
d997b1aa0b
- Enabled Encoder Mapping, added basic map
- fixed oled orientation, maybe this time will work
- added macro to toggle base layer to save keys on config layer
2024-04-05 20:06:26 -05:00
Victor
2c0e2a49ba
Trying the converter in rules.mk for RP2040 2024-04-02 19:24:02 -05:00
Victor
3bee254545
Drasha said to add serial vendor 2024-04-02 19:15:25 -05:00
Victor
0e737700c7
trying info.json to convert to rp2040 2024-04-02 19:10:57 -05:00
Victor
fb08d4f393
Making the swoop use RP2040 2024-04-02 18:56:34 -05:00
Victor
089b71d77b
Migrating over userspace
- existing repo was not forked. Wanted to make sure I was using the standard,
not replicating it
- Updated the readme.md for the latest mappings
2024-04-01 22:26:41 -05:00