You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/users
Konstantin Đorđević bdc8d89e6b New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements (#4803)
* Expose unicode_saved_mods

* Add UNICODEMAP shift pair functionality and XS keycode

* Add XS to keycode reference documentation

* Pick pair index based on both Shift and Caps Lock state

* Add XS to Unicode feature docs

* Clean up process_unicode* headers

* Extract unicode_map index calculation into function

* Pick pair index as XOR rather than OR of Shift and Caps states

* unicode_input_start() has to be called before the unicode_map index is calculated

* Replace unicodemap_input_error() with more generic unicode_input_cancel()

* Replace register+tap+unregister with tap_code16(LCTL(LSFT(KC_U)))

* UNICODE_OSX_KEY → UNICODE_KEY_OSX, UNICODE_WINC_KEY → UNICODE_KEY_WINC

* Make keycode range checks more robust

* Fix keycode range checks for different input modes

* Add UNICODE_KEY_LNX, update docs

* QK_UNICODEMAP_SHIFT → QK_UNICODEMAP_PAIR

* XS → XP, update docs

* Tweak Unicode docs

* Use recently added MOD_MASK_SHIFT and IS_HOST_LED_ON helpers

* Update Unicode table in docs/keycodes.md

* Update Unicode docs per review comments

* Replace references to Mac OS X with macOS in Unicode docs

* As of v0.9.0, WinCompose supports all possible code points

* Expand descriptions in XP docs

* Update keycode table and cycling docs

* Further expand cycling docs
6 years ago
..
333fred [Keymap] Added a key to handle copy/paste in and out of a terminal (#5205) 6 years ago
_example Creates a userspace for keymaps (#1559) 8 years ago
arkag [Keymap] Arkag Userspace Update (#5438) 6 years ago
bbaserdem Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
billypython Change Command keycode defaults to match corresponding Bootmagic codes (#5078) 6 years ago
bocaj Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
cbbrowne Adopted LAYOUT, added some keys (#5320) 6 years ago
dhertz Dhertz' keymaps (#3094) 7 years ago
doogle999 Made a userspace that allows you to use your keyboard as an order of operations based calculator (#2864) 7 years ago
drashna [Keymap] Update to Drashna Keymaps (#5594) 6 years ago
dudeofawesome layout(preonic): update to dudeofawesome's layout (#2507) 7 years ago
edvorakjp Update edvorak keymap simplify (#5350) 6 years ago
ericgebhart Keyboard that works on Qwerty or Bepo OS keyboards. (#3149) 7 years ago
gordon Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
ishtob Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
jackhumbert Creates a userspace for keymaps (#1559) 8 years ago
jarred [Keymap] Add atreus, ergotravel and org60 keymaps (#5381) 6 years ago
kageurufu Features/ws2812 matrix driver (#5418) 6 years ago
konstantin New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements (#4803) 6 years ago
kuatsure Keymap: Preonic kuatsure updates 2018-Nov (#4500) 6 years ago
losinggeneration Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
mechmerlin [Keymap] Fix my userspace RGB bug (#5686) 6 years ago
mtdjr Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
not-quite-neo Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
replicaJunction Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
romus Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
sigma Keymap: add sun_usb keymap for sigma (#4138) 7 years ago
spacebarracecar [Keymap] Added preonic and mechmini 2 keymaps (#5202) 6 years ago
stanrc85 remove call to custom rgb file 6 years ago
talljoe Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
turbomech Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319) 7 years ago
vosechu [Keymap] Add userspace files for vosechu (#4912) 6 years ago
wanleg Wanleg tuneup / additions (#5752) 6 years ago
xtonhasvim Keymap: Fix missing braces around initializer error on older gcc (#3840) 7 years ago
xulkal [Keymap] Xulkal keymap tweeks (#5746) 6 years ago
zer09 Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) 6 years ago
readme.md Creates a userspace for keymaps (#1559) 8 years ago

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.