summaryrefslogtreecommitdiffstats
path: root/users
AgeCommit message (Collapse)AuthorFilesLines
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug ↵Konstantin Đorđević1-1/+1
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
2019-05-02Wanleg tuneup / additions (#5752)wanleg5-35/+209
* change split keyboard tapping term in userspace * fix 5x15 layout numpad movement * minor changes for Nori setup * edit based on 40percentclub refactor change * fix gherkin due to refactor * kbd6x wanleg keymap * kbd6x edits * kbd6x tweak * fn / backlight layer * fix jj40 rgb hex issue * wanleg gherkin lighting * 4x12 layout cleanup * move kbd6x to new kbdfans directory * minor edit related to new kbdfans directory * mac layout for kbd6x * gherkin flip option * tweak tapping term on lets_split * edit for keebio board coalescing * update user readme with git hints * wanleg miniaxe keymap * testing Permissive Hold instead of Mod Tap Interrupt * wiring names * kbd6x keymap * change default backlight behaviour on kbd6x * userspace underglow * userspace underglow * underglow tweaks * user readme update * more layer underglow tweaks * fix userspace for non-underglow-enabled boards * readme edits * readme edits * readme edits * readme edits * Update readme.md * Update readme.md * readme edits * readme edits * update keymap picture
2019-05-01[Keymap] Xulkal keymap tweeks (#5746)XScorpion22-2/+24
* Minor keymap tweeks and more oled data * Update keymap.c
2019-04-23[Keymap] Fix my userspace RGB bug (#5686)MechMerlin2-6/+4
* fix bug that enabled RGBLIGHT_ENABLE on all my boards regardless if it was supported or not * update changelog with new changes for 0.2.2
2019-04-22[Keymap] Update to Drashna Keymaps (#5594)Drashna Jaelre9-62/+51
* Start to standardize macro timer * Update Fractal layout Specifically, limit the RGB Lighting, since it's too many for the power, and only have the KITT annimation on the front * Update Iris keymap to use I2C for transport * Remove TAP_CODE_DELAY from keyboard in favor of global setting * Remove Woodpad Since it\'s no longer in my possession * Only enable LTO on AVR boards * Run matrix_scans while doing startup light * Run matrix_scan to get split keyboard code synced properly * Fix rgb mode * Remove custom debouncing settings * Make RGB Light Startup Animation optional * Fix opt def * Remove extra tap code delay value * Fix references to keebio boards * Add support for LP Iris keyboard * Add backlight code * Make startup animation optional * Update gitlab ci script * Remove port declaration * Revert avrgcc changes to gitlab ci file * Don't re-set mods * Remove MACRO_TIMER define * Add custom name for crkbd * Add name for Prime M pad * Add names for ortho 4x12 boards * Add some additional handling for rgb init * Change thumb clusters on ergodox * Switch Orthodox to I2C * Fix Space in ergodox keymap * Use OSL for ergodox layout * Ugh, can't find a good layout * Fix typo * Fix up animation startup * Cries in AVR * Fix makefiles for ergodox ez boards * Add support for "secret songs" in my userspace * Reset debounce to 5ms for Ergodox EZ * Fix gitlab CI yaml file * More crying in AVR * Cannot use rgb light and rgb matrix at the same time due to the WS2812 rgb matrix PR until the "Coexistance" PR is merged * Update ODox for split common and i2c * Add split config * Impement Split code * Add support for xscorpion OLED code * Add OLED display config * Fix OLED screen font * Get OLED set up in vertical mode * Remove old OLED code * add per key support for crkbd * Fix split changes * RGB Tweeaks * More OLED tweaks * Fix rotation stuff * Fix more OLED stuff * Remove custom Debounce from Ergodox layout since it's no longer needed
2019-04-17Xulkal KeymapsRyan Caltabiano7-0/+284
2019-04-15Features/ws2812 matrix driver (#5418)XScorpion21-1/+1
* WS2812 driver implementation for RGB Matrix * Added driver configuration docs
2019-04-03remove call to custom rgb filestanrc851-4/+0
2019-04-03Removed duplicated zeal60 filesstanrc854-2151/+0
2019-04-03remove uneeded returns floating aroundstanrc851-2/+0
2019-04-03Adding zeal60 rgb files with modificationsstanrc854-0/+2151
2019-04-03Tweaking tapping_term valuestanrc851-1/+1
2019-04-03Use modified rgb_backlight.c filestanrc851-0/+4
2019-04-02Adjusting tapping termstanrc851-1/+1
2019-03-28[Keymap] Add custom macro to launch RDP (#5502)stanrc852-1/+13
* Add keycodes for new macros to keymaps * add macros for commonly used shortcuts * FIx macro code and add comments * Replaced with build in QMK keycodes * Removed macros that duplicated QMK keycodes
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