Commit graph

247 commits

Author SHA1 Message Date
Victor
90ea8d727a
putting keyboard combos back
- it felt too weird and clunky now I got used to combos
2024-05-24 00:35:26 -05:00
Victor
0344373690
Bug fixing
- forgot to put quotes in the tapping include
- REmoved some boards to compile
2024-05-24 00:18:47 -05:00
Victor
a1764f59ac
Klor Fix, Userspace Adds, Keymap tweaks
- Updated Klor config for updated haptic defines
- Music mode is now off for good
- Added userspace config for haptics and audio
- Went back to numpad 0 on the thumbs
- Added haptic and audio keys on the config layer
- removed all combos except drag scroll
- Updated and added overrides for haptics/audio/Mousekeys
2024-05-24 00:13:24 -05:00
Victor
f07b0203d0
Fixed bugs
- fixed duplciate defines for KLOR LAYOUT
- Typo in qmk.json
2024-05-15 23:44:17 -05:00
Victor
15e8c45d15
Fixed readme file error
- renamed it
- aded some example test so I can do another commit
2024-05-15 23:32:42 -05:00
Victor
2123c10102
Added my keymap to klor 2024-05-15 23:24:49 -05:00
Victor
0c479c0502
Got everything working
- can't have a layout macro start with LAYOUT. Now it's just KLOR(...)
- Turn off extra features for AVR MCU in post_rules.mk. This helps
all customizations remain in the keymap.
- Updatd documentation
2024-05-15 23:07:32 -05:00
Victor
555c17e3cd
The last commit did work
- so moving the alias to .h file
2024-05-15 10:05:19 -05:00
Victor
a80b4c97ef
Moving the alias to the keymap to try 2024-05-15 09:01:21 -05:00
Victor
d06600da02
maybe LAYOUT is a keyword
- changed to LAYOUT_KLOR
2024-05-15 08:54:13 -05:00
Victor
1300fefdac
Focusing on Saegewerk now
- trying the wrapper again
2024-05-15 08:45:40 -05:00
Victor
a799835a1c
Reverting some to test 2024-05-15 08:40:20 -05:00
Victor
e392568f09
had to move the layouts back
- trying something in left field to make it work
2024-05-15 08:34:21 -05:00
Victor
383363e0d8
moved the layout back to klor.h 2024-05-15 08:19:28 -05:00
Victor
729d9f2353
Had the layout defined wrong
- To alias a function I needed to add the parameters part
2024-05-15 08:07:53 -05:00
Victor
cd8e39822c
Added debug statements 2024-05-15 08:02:21 -05:00
Victor
41a0204fc9
Added Dynamic Layout selection
- Cleanup unused code and updated documentation
- add dynamic layout selection
  - Leveraged common_features.mk framework
  - Configure layout in keymap rules.mk
- Will test more but it is ready to ship
2024-05-15 07:52:23 -05:00
Victor
10fed13d0f
I think I fixed all the issues with klor basic keymap
- Modernized Geist's repo
  - Converted to data driven json config, nearly emulating what
    geist had in default
  - still allowed Atmel and RP2040. Compiles for both
  - added default saegewerk and worked out haptic driver kinks
  - had to replace deprecated defines
- Still testing and can't test everything
  - only have Saegewerk, not the other three layouts
  - only have RP2040
  - Also missed soldering the encoder diodes
  - not going to test RGBlight
- still need to add my keymap lol
2024-05-14 20:00:23 -05:00
Victor
ce371b48d9
adding Saegewerk default keymap
- enabled haptic feedback on this
2024-05-13 23:56:25 -05:00
Victor
5fcac2aa54
Allowing warnings in RP2040 rules.mk 2024-05-13 23:30:55 -05:00
Victor
7b38b6e842
fixing invalid keycodes in default keymap 2024-05-13 23:20:28 -05:00
Victor
b12f69a7ae
Added layout matrix so it will compile
- fixed other bugs
- Spruced up the info.json after using the qmk converter
2024-05-13 23:11:36 -05:00
Victor
873c2bf735
Forgot to update default keymap
- they had the wrong oled driver in there
- Added copyright stuff back
2024-05-13 22:11:04 -05:00
Victor
c86deba845
Adding klor files and trying to build 2024-05-13 21:33:46 -05:00
Victor
a274d43796
Initial checkin
- trying to port over the old config to info.json data driven config
- stopped for tonight
2024-05-12 23:34:04 -05:00
Victor
6a086705c1
Merge pull request #11 from t4corun/updtkeymap
Settling in on my long term keymap
2024-05-12 22:06:14 -05:00
Victor
978348d115
Replaced the image
- the one there was black background. Wanted White
2024-05-12 21:57:48 -05:00
Victor
c825ba8319
had to remove that limiter
- upon reading documentation I don't think I can do COMBO_ONLY_FROM_LAYER and
COMBO_SHOULD_TRIGGER at the same time unless its for base layer
- something to do with needing those keys to be defined on the other layers
- like if I wanted tab to work on NAV, i need to add U and I to that same spot on
the NAV layer
2024-05-12 21:07:47 -05:00
Victor
d3fbe16926
Trying something different
- tab and enter do not work outside the base layer
- putting get_highest_layer(layer_state | default_layer_state)
2024-05-12 20:51:17 -05:00
Victor
fbd0a303df
It did not like the break's I put 2024-05-12 20:35:22 -05:00
Victor
e694a370ed
Trying to fix where I couldn't alt tab
- Fixing some of the switch statements
2024-05-12 14:55:26 -05:00
Victor
e43d0eabc9
Rearranged numpad and removed layer taps
- currently I am getting out of rhythm typing /. Would get 01 instead
- Moved 0 next to 4 on the numpad. This may take some time gettng used to
- Removed the tapping term per key since I was no longer doing customizations
2024-05-12 13:14:19 -05:00
Victor
31d8098de2
Bug fixes with that previous commit
- forgot to add the tweaked overrides to the struct
2024-05-10 09:15:07 -05:00
Victor
22d085c0b2
Tuning key overrides
- reducing same finger bigrams for file explorer and print screen
2024-05-10 09:14:25 -05:00
Victor
3dff7013f0
Bug fixes and more tuning
- Add new lines so multi line layer defines will work
- Changed TR_MINS to KC_MINS on number layer for F12 override
- Added more overrides for print screen and file explorer
- Added grave and semicolon back to number layer
- Moved media keys to config layer
2024-05-10 09:06:52 -05:00
Victor
6e9fb9373a
Tune and polish
- Zoom shortcuts are now the scroll wheel
- removed function layer
- updated documentation
- Enabled Tab to work on Navigation layer
- Had to go back to basic minus keycode for F12 to work
2024-05-10 08:49:39 -05:00
Victor
f8d8e3fdee
Did not do the bitmask properly
- Now the function keys should work on the number layer
- Also made the media next key only work on navigation layer
2024-05-10 07:47:57 -05:00
Victor
fdfc997c28
Cleanup and Adding more overrides
- Updated documentation and standardize identation formatting
- Added numpad key overrides to get function keys
- got rid of function layer
2024-05-10 00:00:37 -05:00
Victor
7c923a5c4a
Tuning and bug fixes
- Fixed bug that releasing double tap and bracket holds put another set of
brackets or double taps
- Added delay for NUM_0 Layer Tap
2024-05-09 22:57:42 -05:00
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