qmk_firmware/users
Tim Schumacher 84065e1d74 [Keymap] Add DZ60, Levinson keymaps, twschum user files (#7358)
* Adds layout for DZ60rev2 plate B, options 4 and 10

* Use KC_TRANS for layer keys

* Format layer0 with visual key size layout

* Add RGB controls; add start description; add KC_LOCK

* Update comments on rules.mk for DZ60

* Gets keymap compiling

* Fix wiring for shift on row 3

* Hold a with other key to send Ctrl-A before other key

* Adds compile-time defined mac-compatability media keycodes

* Adds logic in place for capturing taps (w/ timeout)

* Add send_keys(...) which can send up to 64 nested keycodes

* Implement send_keys callable with n repeats

* Tweaks some of the keymap

* Add reset keycode; add disable to custom shortcuts

* Adds a special "off" layer where bonus mod goes to layer 0, every other key KC_NO

* Adjust timeout; mousekey settings

* Changes layout of Home,End,PgUp/Dn on the dedicated arrow keys L1/L2

* PoC on rgb lighted layer indication

* Refactors color table defines

* Adds logic for controlling layer lights

* Only change state on one side of the event lol

* Switch back to Tapping Toggle for layer 4

* Add custom config file for keyboard; TT and mousekey settings

* Code cleanup; starting to refactor special ctrl tapping keys functions

* Move defines and reak out functions

* Remove debugging light

* Adjust keymaps; add enter

* Adds a couple custom macros

* Add simplified version of keymap to help debug issues

* Adds basi numpad configuration for levinson keyboard half

* Use ANSI ctrl key as layer 1 for better one hand (`)

* Adapt to new 8bit hue from #5547; layer enum use everywhere

* Move custom code out to users/ space

* Flip col pins, move key assignments to "left hand"

* Update readme

* Implement placeholder macros

* Notes

* Reduce tapping time for SFT_T(/)

* Adds vim features; refactors things

* Adds fork of the vim features written by xton

* Use correct backspace keycode

* Add VIM_ESC

* Add "OFF" to the RGB/HSV definitions

* Clean up rules, use new "OFF" definition

* Add windows KC_CALCULATOR key to numpad

* Reformat layers with better guide; change layer names

* Add sleep key

* Change timeout delay

* Add a "code paste" which surrounds a ^V with ```

* Try removing shift tap on rshift /

* Update macros

* Update the "code paste" macro

* Update keymap with reset, calc, equals

* Update keyboards/dz60/keymaps/twschum_b_4_10_simple/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/dz60/keymaps/twschum_b_4_10/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update users/twschum/twschum.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update users/twschum/twschum.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Revert quantum/rgblight_list.h

* Better name for split space layout; rename KEYMAP->LAYOUT

* Rename KEYMAP->LAYOUT

* Use simpler :flash command

* Clean up layout files

* Use qmk's MOD_MASK_CTRL

* Sync lufa submodule

* Cleanup from noroadsleft's PR comments

* Modernize vim layer code
2019-11-21 03:07:33 -08: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 [Keymap] Moar personal keymap and userspace tweaks (#7238) 2019-11-01 18:48:58 -07:00
billypython
bocaj
cbbrowne
dhertz
doogle999
drashna [Keymap] All about (ARM) RGB and OLEDs (drashna keymaps) (#7354) 2019-11-20 12:37:24 -08:00
dshields [Keymap] Remove dynamic macro customization now it's a core feature. (#7301) 2019-11-08 10:31:36 -08:00
dudeofawesome
edvorakjp
ericgebhart
gary [Keymap] Adding garyjzhao's Iris keymap (#6980) 2019-10-09 12:05:31 -07:00
gordon
hvp [Keymap] Corne keyap with tap dance Swedish support (#6857) 2019-10-16 10:44:43 -07:00
ishtob
issmirnov [Keymap] Add issmirnov {user, ergodox, levinson} files. (#7239) 2019-11-08 19:17:21 -08:00
jackhumbert
jarred [Keymap] Add leaf60 and tada68 keymaps (#6645) 2019-08-31 11:20:10 -07:00
kageurufu
konstantin Update personal userspace and keymaps (#6876) 2019-10-03 09:46:27 +10:00
kuatsure
kuchosauronad0 [Keymap] Update to Userspace kuchosauronad0 (#6899) 2019-10-29 22:52:24 -07:00
losinggeneration
manna-harbour_miryoku [Keymap] Add ALGR and kle image, expand and correct documentation (#7426) 2019-11-20 17:25:55 -08:00
mattly [Keymap] finally committing my updates (#6904) 2019-10-05 12:22:52 -07:00
mechmerlin
mguterl [Keymap] Add userspace and personal keymaps (#7093) 2019-10-22 10:41:14 -07:00
mtdjr
narze [Keymap] Add narze userspace (#6652) 2019-09-07 08:06:30 -07:00
ninjonas [Keymap] updating ninjonas userspace (#6903) 2019-10-07 10:42:03 -07:00
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
rishka [Keymap] Ergodox EZ and dactyl-manuform keymaps for rishka (#7051) 2019-10-21 20:37:33 -07:00
romus
rs
sethBarberee [Keymap] Adding my userspace and keymaps (#6496) 2019-08-13 10:25:51 -07:00
sigma
spacebarracecar [Keymap] Update to personal keymaps (#6136) 2019-06-16 17:35:20 -07:00
stanrc85
talljoe [Keymap] Fix include following Wilba refactor (#6538) 2019-08-14 12:31:18 -07:00
tominabox1 [Keymap] Tominabox1 userspace creation (#7014) 2019-10-18 18:15:57 -07:00
turbomech
twschum [Keymap] Add DZ60, Levinson keymaps, twschum user files (#7358) 2019-11-21 03:07:33 -08:00
vosechu
wanleg
xtonhasvim
xulkal [Keymap] Added Xulkal ALT Keymap (#7332) 2019-11-12 23:02:58 -08:00
yanfali [keyboard] yanfali fruity60 prototype (#7021) 2019-10-28 16:47:48 +00:00
yet-another-developer [Keymap] Ergodash keymap for yet-another-developer (#7046) 2019-10-20 11:07:56 -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.