qmk_firmware/users
kuchosauronad0 2ef6bbbf5f [Keymap] Update to userspace kuchosauroand0 (#6596)
* added combos

* minor adjustments, added combos

* Add second encoder, add modifiers to encoders

Added a skeleton for the possibily having a second encoder.
Added 9 modifiers for the first rotary encoder:

- None
  General navigation. Page up/down
- SHIFT
  Fast navigation. Home/end
- CTRL
  Vertical navigation. Up/down
- CTRL+SHIFT
  Horizontal navigation. Left/right
- ALT
  Audio volume control.
- GUI
  Browser navigation(windows). Forward/backward
- ALT+SHIFT
  Form navigation. Tab up/down
- ALT+CTRL
  Media control. (Play|pause)/mute
- HYPER
  Media navigation. Next/prev track

Key codes are stored in `uint16_t encoder_actions[2][9]`

* Add second encoder, add modifiers to encoders

Added a skeleton for the possibily having a second encoder.
Added 9 modifiers for the first rotary encoder:

- None
  General navigation. Page up/down
- SHIFT
  Fast navigation. Home/end
- CTRL
  Vertical navigation. Up/down
- CTRL+SHIFT
  Horizontal navigation. Left/right
- ALT
  Audio volume control.
- GUI
  Browser navigation(windows). Forward/backward
- ALT+SHIFT
  Form navigation. Tab up/down
- ALT+CTRL
  Media control. (Play|pause)/mute
- HYPER
  Media navigation. Next/prev track

Key codes are stored in `uint16_t encoder_actions[2][9]`

* Clean up; added combos

Combos:
- CV: Copy
- XC: Cut
- ZV: Paste
- QP: KC_SLEEP

* Fix LEADER_DICTIONARY to be more useful

* Add documentation

* Minor fixes

* Raise TAPPING_TERM

* testing

* Rearrange modifiers

* Fix kc being stored in uint8 instead of uint16

* Update documentation

* Clean up

* Remove excess comments

* Put encoder_actions in progmem
2019-08-24 09:01:12 -07:00
..
333fred Add ergodash layout, update the backlight numbers for the rgb backlight to be the actual intended colors. 2019-06-20 09:25:41 -07:00
_example
arkag
bbaserdem
bcat
billypython
bocaj
cbbrowne
dhertz
doogle999
drashna [Keymap] Drashna's Feature madness (#6128) 2019-07-22 20:22:33 -07:00
dudeofawesome
edvorakjp
ericgebhart
gordon
ishtob
jackhumbert
jarred [Keymap] Jarred's Plaid keymap (#6049) 2019-07-23 00:07:57 -07:00
kageurufu
konstantin [User] Update personal userspace and keymaps, add reactive underglow (#6410) 2019-07-25 12:31:40 -07:00
kuatsure
kuchosauronad0 [Keymap] Update to userspace kuchosauroand0 (#6596) 2019-08-24 09:01:12 -07:00
losinggeneration
manna-harbour_miryoku [Keymap] miryoku layout (#6171) 2019-06-26 00:33:12 -07:00
mattly mattly's userspace and iris (#6279) 2019-07-08 06:27:30 -07:00
mechmerlin
mtdjr
not-quite-neo
nstickney
pvinis
replicaJunction
ridingqwerty [Keymap] add "ridingqwerty" user and keymap for atreus keyboard (#6533) 2019-08-16 16:54:16 -07:00
romus
rs
sethBarberee [Keymap] Adding my userspace and keymaps (#6496) 2019-08-13 10:25:51 -07:00
sigma
spacebarracecar
stanrc85
talljoe [Keymap] Fix include following Wilba refactor (#6538) 2019-08-14 12:31:18 -07:00
turbomech
vosechu
wanleg
xtonhasvim
xulkal [User] Xulkal Keymaps Update (#6392) 2019-07-25 11:56:29 -07:00
zer09
readme.md

readme.md

User space

This is a place for users to put code that they might use between keyboards. If you build the keymap mine, /users/mine/rules.mk will be included in your build, and /users/mine/ will be in your path - keep these things in mind when naming your files and referencing them from other places.