You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.7 KiB

  1. # Jonavin's MechWild Orange Boy Ergo keymap
  2. --> This keymap makes user of user/jonavin userspace
  3. Features
  4. - Split spacebars, Split Backspace
  5. - RGB Winlock indicator (requires LED stripto be installed)
  6. - RGB Layer indicators: FN/MO1 - Purple; LOWER/MO2 - Yellow; RAISE/MO3/NumPad - Green
  7. - quick demo https://youtu.be/gR1awbsouLk
  8. - Add PrtScr, Scroll Lock, Break, NumLock to Fn layer
  9. - Implement Win key lock using Fn+Win
  10. - Layer 2 (LOWER) when right B is held -- for emoticons
  11. - Layer 2 RGB functions
  12. - Layer 3 (RAISE) mod on Caps Lock with double-tap to switch to this layer, double tap to switch back
  13. - provides arrows on WASD and additional nav keys + right hand numpad with 00; an be used for Alt Code entry
  14. - left spacebar Backspace
  15. - add double tap of Left Shift to toggle Caps Lock
  16. rules.mk OPTIONS - Active features from userspace
  17. --------------------------------------------------
  18. STARTUP_NUMLOCK_ON = yes
  19. - turns on NUMLOCK by default
  20. ENCODER_DEFAULTACTIONS_ENABLE = yes
  21. - Enables default encoder funtions
  22. - holding Left shift, change layers
  23. - holding right shift, Navigate page up/down
  24. - holding Left Ctrl, navigate prev/next word
  25. - holding Left Alt, change media prev/next track
  26. - default is change volume
  27. TD_LSFT_CAPSLOCK_ENABLE = yes
  28. - This will enable double tap on Left Shift to toggle CAPSLOCK when using KC_LSFTCAPS
  29. IDLE_TIMEOUT_ENABLE = yes
  30. - Enables Timer functionality; for RGB idle timeouts that can be changed dynamically
  31. EMOTICON_ENABLE
  32. - adds EMO_ keycodes for text emojis
  33. ## All layers diagram
  34. ![image](https://user-images.githubusercontent.com/71780717/135770721-ab263532-f645-4903-99cb-749549944e15.png)