summaryrefslogtreecommitdiffstats
path: root/keyboards/whitefox/keymaps/konstantin/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Update whitefox/konstantin keymap (#4436)Konstantin Đorđević2018-11-161-8/+11
| | | | | | | | | | * Add more spacing in keymaps * Enable link-time optimization * Disable deprecated TMK actions, change spacing in config.h * Remove unrelated rules.mk options
* Update whitefox/konstantin keymap (#4363)Konstantin Đorđević2018-11-051-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use Magic+Esc for entering bootloader mode * Expand rules.mk * Improve FN_RCTL tap dance * Avoid one-line if statements * Add PROGMEM to keymaps definition * td_fn_rctl_* → td_fn_rctrl_* * Fix FN_RCTL tap dance bug when count is 4, 8, 12 etc. * Add ACTION_TAP_DANCE_DOUBLE_MODS * Rearrange/rename keycode defines * Use RAL_RGU and RCT_RSF in keymaps * Replace keymap ASCII art with box drawing characters * Add FN_FNLK and use it * Set Unicode input mode in eeconfig_init_user instead of matrix_init_user
* Update whitefox/konstantin keymap (#4220)Konstantin Đorđević2018-10-231-9/+9
| | | | | | | | * Change brace style to QMK OTBS * Change Unicode input mode to UC_WINC * Align constant values in config.h
* Keymap: Update whitefox/konstantin keymap (#4169)Konstantin Đorđević2018-10-191-0/+3
| | | | | | | | | | | | | | * td_fn_ctrl_* → td_fn_rctl_* * Swap Fn and RCtrl * Change key combination for Command feature * Replace register/unregister_code call with tap_code * Add virtual desktop controls to keymap * Add/close virtual desktop on Fn+GUI tap dance
* Keymap: Update whitefox/konstantin keymap (#3980)Konstantin Đorđević2018-09-261-0/+14
* Rename constexpr keymap folder to konstantin * Replace numpad comma with Unicode comma * Rename tap dance constants * Move record->event.pressed check into switch * Use RShift as a dedicated Fn key