summaryrefslogtreecommitdiffstats
path: root/users
AgeCommit message (Collapse)AuthorFilesLines
2019-03-23[Keymap] New tap dance code added to userspace and keymaps (#5468)stanrc852-12/+66
* Adding new tap dance key * Adding new tap dance code * add code for copy/paste to tap dance * testing tap dance enums * New tap dance keycodes * Fix enums
2019-03-20[Keymap] Keymap and readme updates (#5449)stanrc852-0/+11
* Remove tap dance code from keymap.c * Add tap dance code to userspace files * Readme updates * Update keymap images
2019-03-18[Keymap] Arkag Userspace Update (#5438)Alexander Kagno2-10/+36
* fresh commit for a new fork for PR to upstream/master * gaming mode added, lighting changes for other modes * rules.mk fixed... * fixed collision issue with aesthetic and shifty modes * fixed collision issue with aesthetic and shifty modes * troubleshooting game mode failing * moved game tapdance key to default layer, fixed issue
2019-03-15[Keymap] Update to drashna keymaps: Conform to QMK Standards Edition (#5377)Drashna Jaelre6-56/+49
* Use correct functions for dip switch code * Some planck cleanup * Hopefully fix RGB Sleeping with RGB Matrix * Add rgbmatrix extern * Add numpad 5x6 layout * RGB Tweaks * Add RGB startup animation * Minor RGB Fixes * Turn off RBG on planck * Enable separate storage of EEPROM * Update Macro pad * Add BJohnson Keymap and minor darshna tweaks * Clean up rgb and other code for new numpad * Remove clicky hachy thing * Update my code to use built in MOD_MASK defines * Fix up modifier calls * Tweak to KC_MAKE * Tweak to KC_MAKE * Add Semi-colon to numpad * Preprocess out rgb matrix stuff if not enabled * Formatting of KC_MAKE * Add stuff for matrix and light rgb coexistance * Fix bad spelling * Change where layer indication shows based on rgblight status * Force set mods in KC_MAKE * Optimize CRKBD
2019-03-14fresh commit for a new fork for PR to upstream/master (#5406)Alexander Kagno3-116/+179
2019-03-13[Keymap] Add atreus, ergotravel and org60 keymaps (#5381)Jarred Steenvoorden1-0/+4
* Add atreus, ergotravel and org60 keymaps * Cleanup my keymap config files
2019-03-10Keymap / userspace update (#5358)Jarred Steenvoorden3-22/+131
* Update userspace with common config.h * Add my dz60, satan and xd75 keyboard keymaps * Fixing executable bits changed during last upstream merge * Cleanup unnecessary files and defines * Remove unnecessary defines from userspace config * Add underglow controls to dz60 function layer * Fixing merge conflicts * Fixing exectable bits changed during merge * Userspace update
2019-03-09Update edvorak keymap simplify (#5350)epaew6-226/+38
* Update edvorakjp layouts * swap master hand * update tapping_term
2019-03-08[Keymap] Smarter KC_MAKE code and removed duplicate MOD_MASK entries (#5331)stanrc852-13/+8
* Change to predefined MOD_MASK codes * Remove duplicate predefined codes * Better reset keybaord logic * Cleaned up code as requested
2019-03-06[Keymap] Add KC_MAKE keycode to my userspace and keymaps (#5324)stanrc853-0/+52
* Add keycode for KC_MAKE * Add KC_MAKE keycode * Add stanrc85.c file with KC_MAKE * Remove unused include * Improved KC_MAKE stolen from Drashna * Define mod mask for new KC_MAKE code * RESET board to flash after compiling * Remove send_string * RESET fixed in KC_MAKE
2019-03-06Update personal userspace and keymaps + improve custom functionality (#5289)Drashna Jaelre9-90/+236
* Change how desktop commands work * Add DST_MOD_MASK as a config option * DST_RMV → DST_REM * Add melody96:konstantin keymap * Update custom SEND_STRING * Move feature flags from userspace into keyboard rules * Use "Vo-", "Vo+" instead of "VoD", "VoU" in keymap comments * Add RGB controls and numpad Unicode to Melody96 keymap * Add RGB_SET keycode to Melody96 and RGB files to userspace * Generate UNICODE and UNICODEMAP constants using macros * Avoid collisions with X_* send string constants * Use two spaces before inline comments * Add _keymap versions of other custom Quantum functions Not added: eeconfig_update_keymap, eeconfig_read_keymap * Switch to UNICODEMAP in keyboard rules * Make toggle_numpad a nested function in process_record_user * Set Melody96 underglow color to Godspeed blue on EEPROM reset * Remove most _keymap and _user definitions in userspace Some keyboards misuse _user functions by defining them in the base files instead of the corresponding _kb functions (especially led_set_user and matrix_init_user). Until this is fixed (#5148), I've removed definitions in my userspace that could cause linking collisions. * Update GODSPEED_BLUE values and RGB mode keys * Add GODSPEED_YELLOW color * Set preferred intervals for rgblight effects * Update tap dance function names * Replace td_lshift_fn with generic td_mod_layer, add TD_RCTL_FN Move TD_FN_RCTL after TD_RCTL_FN * Replace td_fn_rctrl with generic td_layer_mod * Add blank lines, prefer explicit initialization * ACTION_TAP_DANCE_DOUBLE_MODS → ACTION_TAP_DANCE_DOUBLE_MOD * Update Godspeed colors * Add media controls to Melody96 keymap * Add SysRq, Break combos and other keys to Melody96 keymap
2019-03-05Adopted LAYOUT, added some keys (#5320)Christopher Browne3-0/+40
* Add HOME/END keys as upper/lower on arrow-up/down * Reduce .hex file size by turning off unneeded options * Put digit keypad onto left hand upon RAISE; this will sometimes be preferable to double-hits of right hand * Latest super latest version merge * cbbrowne keymap for XD75re * starting notes on XD75re keymap plans * First draft of bottom row of QWERTY * Switch my special bottom line over to QCENT * Dunno * Filling in wanted keys, bit by bit... * Add copyright, extra macro * Clean up comments, remove some experimental code I didn't like * TODO plans for xd75re * clean up keyboard layout * QCENT2 is my new experiment for the main keyboard... * Add a few more main layer keys, and modify LOWER to shift things outwards to conform with main layer * Clean up RAISE layer to conform with main layer, remove QCENT layer as QCENT2 is the new thing * More xd75 changes, now that I actually have it in hand * shift keymap around, as original attempt was a bit too aggressive in keeping to the edges * more revs to XD75 * Dropping parts of the centre keypad in favor of Keys I Really Need * Improve documentation to conform with how builds are done now * Improve documentation to conform with how builds are done now * Add cbbrowne rules file as alternative to having the rules in Makefile * Makefile not needed anymore for individual keymap * Some revs to my keymapping * Add {} * Add PGUP/PGDN * Shifted some middle-range keys around * Needed Tilde, Backquote, and to shift RESET onto FUNCTION layer * Wanted ~ * cbbrowne hasn't anything to do with hadron keymaps * trim unneeded bits * I prefer OrgMode for my notes * Have a right-alt * Layer keys make LED colors change * Add sample user rules for cbbrowne * Add source of xd75 rules * Individualized xd75 rules * Adopt LAYOUT to genericize the layout as an ortholinear 5x15 keyboard
2019-03-04[Keymap] Add RGB config and controls to userspace (#5299)stanrc853-0/+36
* Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap * Layer based RGB colors * Move RGB code to layer_rgb.c * New file with layer based RGB colors * Use RGB code if RGBLIGHT is enabled * Set RGB options in config.h * Remove rgb enable from init user
2019-03-02Add SysRq, Break combos and other keys to Melody96 keymapKonstantin Đorđević1-0/+4
2019-03-02Update Godspeed colorsKonstantin Đorđević1-2/+2
2019-03-02ACTION_TAP_DANCE_DOUBLE_MODS → ACTION_TAP_DANCE_DOUBLE_MODKonstantin Đorđević1-8/+8
2019-03-02Add blank lines, prefer explicit initializationKonstantin Đorđević1-1/+8
2019-03-02Replace td_fn_rctrl with generic td_layer_modKonstantin Đorđević1-19/+28
2019-03-02Replace td_lshift_fn with generic td_mod_layer, add TD_RCTL_FNKonstantin Đorđević2-37/+47
Move TD_FN_RCTL after TD_RCTL_FN
2019-03-02Update tap dance function namesKonstantin Đorđević1-4/+4
2019-03-02Set preferred intervals for rgblight effectsKonstantin Đorđević3-13/+33
2019-03-02Add GODSPEED_YELLOW colorKonstantin Đorđević3-2/+4
2019-03-02Update GODSPEED_BLUE values and RGB mode keysKonstantin Đorđević1-1/+1
2019-03-02Remove most _keymap and _user definitions in userspaceKonstantin Đorđević2-57/+0
Some keyboards misuse _user functions by defining them in the base files instead of the corresponding _kb functions (especially led_set_user and matrix_init_user). Until this is fixed (#5148), I've removed definitions in my userspace that could cause linking collisions.
2019-03-02Make toggle_numpad a nested function in process_record_userKonstantin Đorđević1-11/+10
2019-03-02Add _keymap versions of other custom Quantum functionsKonstantin Đorđević2-5/+87
Not added: eeconfig_update_keymap, eeconfig_read_keymap
2019-03-02Use two spaces before inline commentsKonstantin Đorđević3-9/+9
2019-03-02Avoid collisions with X_* send string constantsKonstantin Đorđević2-6/+6
2019-03-02Generate UNICODE and UNICODEMAP constants using macrosKonstantin Đorđević4-8/+41
2019-03-02Add RGB_SET keycode to Melody96 and RGB files to userspaceKonstantin Đorđević4-0/+26
2019-03-02Move feature flags from userspace into keyboard rulesKonstantin Đorđević1-9/+0
2019-03-02Update custom SEND_STRINGKonstantin Đorđević1-5/+5
2019-03-02DST_RMV → DST_REMKonstantin Đorđević3-3/+3
2019-03-02Add DST_MOD_MASK as a config optionKonstantin Đorđević2-2/+5
2019-03-02Change how desktop commands workKonstantin Đorđević4-5/+22
2019-03-01[Keymap] Fix rgblight_enable ifdefs (#5283)MechMerlin2-5/+18
2019-02-28[Keymap] Cleaning up my config and userspace files (#5265)stanrc852-5/+0
* Removed since options are in userspace * Removed RGB option that was breaking one of my builds * Remove unused options * Removed options present in userspace, add board specific options here * Removed code also present in userspace * Turns out those lines were needed, added them back * Testing changes * Added code to ensure board read as ANSI instead of default ISO for HS60 * Setting \ key to "MOD" instead of "ALPHA" for lighting
2019-02-28[Keymap] Userspace Keymap Updates (#5215)MechMerlin4-3/+38
* enable velocikey for my userspace and explicitly for my 75% layout * add guards to only turn on RGB stuff if the RGB pin is actually defined * update 60_ansi keymap * update the 60_ansi_split_bs_rshift keymap * update 66_ansi keymap * update docs * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/66_ansi/mechmerlin/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * remove my attempt to find a good way to detect this * move audio clicky into user space and do feature setting per keyboard * fixup 66_ansi keymap * update changelog * update readme
2019-02-26[Keymap] Converted stanrc85 community layout to userspace (#5244)stanrc854-0/+88
* Convert community layout to userspace for future use * Big readme update * Move layer toggle to CAPS * Readme updates * Deleted since unused * Removed call to unused .c file
2019-02-24[Keymap] Added a key to handle copy/paste in and out of a terminal (#5205)Fred Silberberg2-7/+37
2019-02-21[Keymap] Added preonic and mechmini 2 keymaps (#5202)SpacebarRacecar1-0/+2
* added mechmini2 keymap * added preonic keymap * changed readme * correction to mechmini 2 readme * changes to preonic keymap
2019-02-18Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević2-5/+0
* Change Command keycode defaults to match corresponding Bootmagic codes * Make alternate magic key keycodes consistent * Reflect changes from previous commit in tmk_core/common/command.c * Remove unnecessary MAGIC_KEY_* definitions from keymaps compatible with these changes * Swap E and BSPACE for MAGIC_KEY_EEPROM * Add MAGIC_KEY_EEPROM_CLEAR instead of MAGIC_KEY_EEPROM_ALT * Remove BOOTMAGIC_ENABLE checks around EECONFIG stuff * Update Command descriptions
2019-02-17Update Drashna user space code to support keyboard_init functions (#5138)Drashna Jaelre4-23/+33
* Update code to support keyboard_init functions * Get Minor tweaks
2019-02-16Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140)fauxpark11-27/+1
2019-02-14[Keymap] Add my personal userspace and update my keymaps (#5128)Danilo Vulicevic6-0/+133
* Add billypython userspace and dz60 keymap * Disable Bootmagic in dz60:billypython keymap * Update whitefox:billypython keymap with userspace changes Also remove numpad layer
2019-02-14[Keymap] Update to Drashna keymaps and Userspace (#5122)Drashna Jaelre6-51/+59
* Proper rules include * Minor tweaks * Minor tweaks * Add Desitny 2 Swapped layout support * Add keycode to keylogger * Convert my viterbi keymaps * Fix Orthodox keyboard * Add more default layers * Make default layer keycodes more optimized * Update gitlab CI yaml file * Rev6 Cleanup * Fix KC_MAKE macro * Update GitLab CI yaml file * More GitLab CI changes * One final GitLab CI change * Optimize KC_MAKE * Reformatting of config * Feature creeeeeeep * Planck Rev6 updates
2019-01-27[Keymap] Update personal userspace and keymaps (#4963)Konstantin Đorđević4-3/+14
* Remove duplicated or unnecessary definitions in config.h and rules.mk * Use IS_HOST_LED_ON() macro * Add mouse acceleration to kbd6x:konstantin keymap * Clear and restore mods when sending macros * Make SEND_STRING_CLEAN a config option * Add NO_ACTION_ONESHOT to userspace config
2019-01-26[Keymap] Add userspace files for vosechu (#4912)Chuck Lauer Vose5-0/+135
* Add userspace files for vosechu * Code review corrections * Few more code review corrections
2019-01-14Add personal userspace, update keymaps (#4845)Konstantin Đorđević7-0/+296
* Add kbd6x:konstantin keymap * Prevent tap dance from sending LShift as a weak mod in KBD6X * Move config.h and rules.mk definitions into userspace * Add UC_WIN to UNICODE_SELECTED_MODES * Temporarily use Bootmagic until Command is fixed * Move common behavior from keyboards into userspace * Update kbd6x:konstantin keymap and userspace * Make a RCTRL layer in kbd6x:konstantin * Make KC_ESC turn off layers * KC_ESC turns L_FN off only if it was locked on * Add missing record->event.pressed checks * Move numpad toggling logic into function * Disable Bootmagic, enable KEYBOARD_SHARED_EP with Command
2019-01-12[Keymap] Update to personal keymaps and userspace (#4831)SpacebarRacecar3-3/+7
* changed ortho keymaps and userspace * changed prime_o keymap * changed userspace * optimized keymaps and userspace * removed permissive hold as it doesn't seem to do anything * defined TAPPING_TERM in userspace config.h