summaryrefslogtreecommitdiffstats
path: root/users/konstantin
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-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-02-18Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević1-3/+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-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-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