Commit graph

133 commits

Author SHA1 Message Date
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
Victor
3bd720d86c
used hte layer combos in must tap
- this might have messed up the other combos
2024-04-17 00:26:27 -05:00
Victor
1dd978d0ce
Being clever didn't work
- i think I need to specify each mouse code that must be tapped
versus specifying what shouldn't be tapped
2024-04-17 00:16:35 -05:00
Victor
5511db5cfc
fixing more typos 2024-04-16 23:56:07 -05:00
Victor
85f211b557
Typo but adding new macro
- adding control backspace macro, but I might not use it
2024-04-16 23:52:39 -05:00
Victor
dae4f2b76a
Adding/tuning combos
- all five mouse buttons and drag tog on the left hand side
- added esc, tab, enter to left side
- added backspace, and del
2024-04-16 23:46:10 -05:00
Victor
d3b130a53c
Tweaking combo settings
- removing the must press in order rule
2024-04-16 23:04:29 -05:00
Victor
2e87f03d7d
Had to fix a preprocessor
- had MOUSELAYER_ENABLE instead of MOUSEKEY_ENABLE
2024-04-16 22:52:28 -05:00
Victor
8a48499504
Re-enabling combos
- implement mouse buttons
- activate certain layers with thumbs
- update readme for clarity
2024-04-16 22:45:53 -05:00
Victor
d40809e5a6
lol made updates to rollow because I might submit the PR
- added via keymap
- Updated readme file to make it more generic
2024-04-14 22:44:08 -05:00
Victor
651ca82cec
Adding structure for klor
- Added my keymap folder but with empty files
- Added new json for further github action customization
- Updated the rollow keyboard definition with new OLED picture
2024-04-14 22:31:51 -05:00
Victor
f040351067
Merge pull request #5 from t4corun/353-layout
Incorporating Encoders and other things
2024-04-14 21:43:39 -05:00
Victor
f5eb978fd9
hold mouse button 1 on base layer is problem
- slowed down quick tap term to 135 to help
- went back to mouse A. It is uncomfortable to hold for a long time
on rollow but it seems okay on the swoop
2024-04-14 21:36:21 -05:00
Victor
27212ab001
Had to fix the rollow variable names 2024-04-14 19:25:33 -05:00
Victor
9389b0cf3f
Worked on OLED
- Moved the image byte arrays to the header file
- Copied the QMK logo from Drashna
- The QMK logo will show as default
2024-04-14 19:18:14 -05:00
Victor
91fe6c7660
Swapping barbell boards logo for rollow
- tried to use the image Barry made but it doesn't translate well
to 128x32
- Made a custom one inspired by the original
2024-04-14 18:14:59 -05:00
Victor
77f758690f
CHanging to write raw 2024-04-14 16:11:59 -05:00
Victor
451747c0cc
else not elif 2024-04-14 16:04:19 -05:00
Victor
2868afa42d
The code was basically the same as the crkbd logo
- pasted in the code from https://javl.github.io/image2cpp/
2024-04-14 15:55:19 -05:00
Victor
96673e3ae5
Added Rollow Logo, hopefully it came out okay 2024-04-14 15:53:14 -05:00
Victor
68d921efe7
Point my userspace at a clone of .github
- this is where I keep my custom build actions (nontree)
2024-04-14 14:51:28 -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
88a6967676
updated github action versions
- updated all the actions to the newer versions due to nodejs16 being
deprecated
2024-04-13 18:40:43 -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