Commit graph

  • f07b0203d0
    Fixed bugs - fixed duplciate defines for KLOR LAYOUT - Typo in qmk.json Victor 2024-05-15 23:44:17 -05:00
  • 15e8c45d15
    Fixed readme file error - renamed it - aded some example test so I can do another commit Victor 2024-05-15 23:32:42 -05:00
  • 2123c10102
    Added my keymap to klor Victor 2024-05-15 23:24:49 -05:00
  • 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 Victor 2024-05-15 23:07:32 -05:00
  • 555c17e3cd
    The last commit did work - so moving the alias to .h file Victor 2024-05-15 10:05:19 -05:00
  • a80b4c97ef
    Moving the alias to the keymap to try Victor 2024-05-15 09:01:21 -05:00
  • d06600da02
    maybe LAYOUT is a keyword - changed to LAYOUT_KLOR Victor 2024-05-15 08:54:13 -05:00
  • 1300fefdac
    Focusing on Saegewerk now - trying the wrapper again Victor 2024-05-15 08:45:40 -05:00
  • a799835a1c
    Reverting some to test Victor 2024-05-15 08:40:20 -05:00
  • e392568f09
    had to move the layouts back - trying something in left field to make it work Victor 2024-05-15 08:34:21 -05:00
  • 383363e0d8
    moved the layout back to klor.h Victor 2024-05-15 08:19:28 -05:00
  • 729d9f2353
    Had the layout defined wrong - To alias a function I needed to add the parameters part Victor 2024-05-15 08:07:53 -05:00
  • cd8e39822c
    Added debug statements Victor 2024-05-15 08:02:21 -05:00
  • 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 Victor 2024-05-15 07:52:23 -05:00
  • b0b191fe15 Merge remote-tracking branch 'origin/master' into develop QMK Bot 2024-05-15 04:06:47 +00:00
  • 4ede20a8ab [Keyboard] Add cycle7 (#23290) Vertex-kb 2024-05-15 12:06:17 +08:00
  • 0af33e73cb Fix mapping of GUI/ALT for Win/Mac layers (#22662) George Secillano 2024-05-14 19:24:27 -07:00
  • 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 Victor 2024-05-14 20:00:23 -05:00
  • ce371b48d9
    adding Saegewerk default keymap - enabled haptic feedback on this Victor 2024-05-13 23:56:25 -05:00
  • 5fcac2aa54
    Allowing warnings in RP2040 rules.mk Victor 2024-05-13 23:30:55 -05:00
  • 7b38b6e842
    fixing invalid keycodes in default keymap Victor 2024-05-13 23:20:28 -05:00
  • b12f69a7ae
    Added layout matrix so it will compile - fixed other bugs - Spruced up the info.json after using the qmk converter Victor 2024-05-13 23:11:36 -05:00
  • 873c2bf735
    Forgot to update default keymap - they had the wrong oled driver in there - Added copyright stuff back Victor 2024-05-13 22:11:04 -05:00
  • c86deba845
    Adding klor files and trying to build Victor 2024-05-13 21:33:46 -05:00
  • a274d43796
    Initial checkin - trying to port over the old config to info.json data driven config - stopped for tonight Victor 2024-05-12 23:34:04 -05:00
  • 6a086705c1
    Merge pull request #11 from t4corun/updtkeymap Victor 2024-05-12 22:06:14 -05:00
  • 978348d115
    Replaced the image - the one there was black background. Wanted White Victor 2024-05-12 21:57:48 -05:00
  • 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 Victor 2024-05-12 21:07:47 -05:00
  • d3fbe16926
    Trying something different - tab and enter do not work outside the base layer - putting get_highest_layer(layer_state | default_layer_state) Victor 2024-05-12 20:51:17 -05:00
  • fbd0a303df
    It did not like the break's I put Victor 2024-05-12 20:35:22 -05:00
  • f9636dc2b1
    Merge branch 'qmk:main' into main Tyosa 2024-05-12 22:04:47 +02:00
  • e694a370ed
    Trying to fix where I couldn't alt tab - Fixing some of the switch statements Victor 2024-05-12 14:55:26 -05:00
  • 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 Victor 2024-05-12 13:14:19 -05:00
  • 406997ca26 Change all RGB mode keycodes to short aliases (#23691) Ryan 2024-05-12 10:05:11 +10:00
  • 6b10ef075a Adjust keycode alignment around QK_BOOT (#23697) Ryan 2024-05-12 01:50:48 +10:00
  • 31d8098de2
    Bug fixes with that previous commit - forgot to add the tweaked overrides to the struct Victor 2024-05-10 09:15:07 -05:00
  • 22d085c0b2
    Tuning key overrides - reducing same finger bigrams for file explorer and print screen Victor 2024-05-10 09:14:25 -05:00
  • 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 Victor 2024-05-10 09:06:52 -05:00
  • 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 Victor 2024-05-10 08:49:39 -05:00
  • 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 Victor 2024-05-10 07:47:57 -05:00
  • 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 Victor 2024-05-10 00:00:37 -05:00
  • 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 Victor 2024-05-09 22:57:42 -05:00
  • 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 Victor 2024-05-09 22:44:36 -05:00
  • 7a4e3d8b5c
    More fixing small bugs - Didn't make momentary layer for number Victor 2024-05-09 22:31:27 -05:00
  • 3298971de8
    Forgot to fix custom keycode enum Victor 2024-05-09 22:28:09 -05:00
  • 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 Victor 2024-05-09 22:21:46 -05:00
  • aa2a8463fe
    Merge pull request #10 from t4corun/callum Victor 2024-05-09 11:16:40 -05:00
  • 96529e5fa7
    Updated documentation ahead of reverting keymap back Victor 2024-05-09 10:52:35 -05:00
  • 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 Victor 2024-05-08 22:46:33 -05:00
  • 7faa790d5a
    Swapping Tap hold question mark and astericks Victor 2024-05-08 21:59:41 -05:00
  • a110f3a859 structure cleanup; moved enterkey Torsten Auhorn 2024-05-08 10:34:39 -07:00
  • ef67b8610f
    Forgot to setup the combo - TR_COMM Victor 2024-05-08 00:01:57 -05:00
  • be2edd05cc
    Adding one more tap hold - holding astericks now gives question mark Victor 2024-05-07 23:57:02 -05:00
  • 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 Victor 2024-05-07 23:51:38 -05:00
  • aace26eec5
    Forgot to convert TR_COMM to KC_COMM in combos Victor 2024-05-07 23:17:49 -05:00
  • 4cbfe4f897
    Forgot to remove the num layer TR keycodes for - comma - dot - mins Victor 2024-05-07 23:15:04 -05:00
  • 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 Victor 2024-05-07 23:12:13 -05:00
  • 7a59ddb354
    had extra comma typo Victor 2024-05-07 22:51:00 -05:00
  • 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 Victor 2024-05-07 22:46:57 -05:00
  • 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 Victor 2024-05-06 22:38:26 -05:00
  • 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 Victor 2024-05-06 22:30:28 -05:00
  • 2d3c6f2f4e
    Del not det Victor 2024-05-06 21:15:47 -05:00
  • a0e4ebaaea
    Maybe I needed a del one shot mods to make this work right Victor 2024-05-06 19:22:06 -05:00
  • 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 Victor 2024-05-06 19:05:01 -05:00
  • 507e60877e
    Implementing shift backspace example - copied and modified the code from the documentation Victor 2024-05-06 18:49:34 -05:00
  • c6bb3f3ea3
    Copying and modifying the Shift Backspace example - https://docs.qmk.fm/#/feature_advanced_keycodes Victor 2024-05-06 18:48:29 -05:00
  • 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 Victor 2024-05-06 18:12:16 -05:00
  • 85d0241bb9
    Update keymap.json Torsten Auhorn 2024-05-06 10:16:15 -07:00
  • 989698c004
    Cleaning up stuff - Updated Documentation and images - Change mouse button 3 combo Victor 2024-05-05 23:59:38 -05:00
  • 61e49576f2
    Forgot to undo the mouse button changes on the keymap Victor 2024-05-05 23:23:35 -05:00
  • 388e7b8b5f
    I didn't fully remove the ampr taphold Victor 2024-05-05 23:17:41 -05:00
  • 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 Victor 2024-05-05 23:10:55 -05:00
  • 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 Victor 2024-05-05 21:18:44 -05:00
  • 39ca5f2f73
    Trying Callum after my Swoop got stuck in game mode - reshuffling everything to somewhat match his keymap - removed a bunch of combos Victor 2024-05-05 20:27:25 -05:00
  • e6fae5e3b1
    Merge pull request #9 from t4corun/tuningV2 Victor 2024-05-04 12:03:56 -05:00
  • 699c1ead3c Fix iris via keymap (#23652) Joel Challis 2024-05-04 10:59:41 +01:00
  • b1f1d185d9 Add new set of keycodes for RGB Matrix (#23463) Ryan 2024-05-04 16:49:19 +10:00
  • 631fcf4737 Merge remote-tracking branch 'origin/master' into develop QMK Bot 2024-05-03 00:43:03 +00:00
  • 9419fd0aba [Keyboard] Add Petrichor Keyboard (#23413) Andrew Kannan 2024-05-02 20:42:33 -04:00
  • 14296fc75e Merge remote-tracking branch 'origin/master' into develop QMK Bot 2024-05-02 22:21:34 +00:00
  • c75426e934 [Keyboard] NK Classic TKL (#23435) yiancar 2024-05-02 15:21:01 -07:00
  • 674b1bdb90
    Accidentally removed ignore mod tap interrupt - removed hold on other key press Victor 2024-05-02 08:32:38 -05:00
  • 7672002109
    use containerWorkspaceFolder var and pass it to setup.sh (#12) Vitaliy Zaytsev 2024-05-02 14:20:54 +03:00
  • 6ddb67dc56 Replicate qmk/qmk_firmware#23310 Nick Brassel 2024-05-02 20:11:50 +10:00
  • d027347b1e
    Final Tweak for tonight - Move CONFIG activation to number layer for comfort - Added caps lock and print screen to symbol layer Victor 2024-05-02 00:00:09 -05:00
  • 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 Victor 2024-05-01 23:52:19 -05:00
  • 60fd259b33 Figuring out the matrix Jenn Sears 2024-05-01 23:37:38 -04:00
  • 92efb790af
    Cleaning up docs and combo logic Victor 2024-05-01 22:19:20 -05:00
  • fa85221e82
    Removed mouse wheel from nav layer Victor 2024-05-01 22:04:25 -05:00
  • 5e74da734e
    Major Tweaks - Changed how config layer is activated - moved function keys to opposite side to match numbers - Updated keymap image Victor 2024-05-01 21:53:25 -05:00
  • b7468905a1
    Reverting back to mouse combos - It didn't feel right having to hold down a key to get more mouse keys Victor 2024-05-01 21:03:28 -05:00
  • 0915d57815
    commented out too much Victor 2024-05-01 20:09:48 -05:00
  • c214acbe24
    Forgot to remove a comma in the combo enum Victor 2024-05-01 20:06:06 -05:00
  • e7b63ba6e5
    Forgot to comment out part of the enum Victor 2024-05-01 20:03:28 -05:00
  • 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 Victor 2024-05-01 19:57:17 -05:00
  • d0566abff3 refactor: mechwild/waka60 (#23423) Less/Rikki 2024-05-01 02:58:36 -04:00
  • 82d3f5938d Merge remote-tracking branch 'origin/master' into develop QMK Bot 2024-05-01 06:51:22 +00:00
  • d5efe45ff5 [Keyboard] Add N87 (#23457) era 2024-05-01 15:50:53 +09:00
  • d6ff5132f2 Merge remote-tracking branch 'origin/master' into develop QMK Bot 2024-05-01 06:43:13 +00:00
  • 6cb71c3c36 [Keyboard] Add DK Saver Redux (#23510) Druah 2024-05-01 02:42:43 -04:00