summaryrefslogtreecommitdiffstats
path: root/keyboards/whitefox/keymaps/konstantin/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2019-03-02Switch to UNICODEMAP in keyboard rulesKonstantin Đorđević1-8/+8
2019-03-02Move feature flags from userspace into keyboard rulesKonstantin Đorđević1-0/+9
2019-01-14Add personal userspace, update keymaps (#4845)Konstantin Đorđević1-11/+0
* 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
2018-11-16Update whitefox/konstantin keymap (#4436)Konstantin Đorđević1-4/+2
* Add more spacing in keymaps * Enable link-time optimization * Disable deprecated TMK actions, change spacing in config.h * Remove unrelated rules.mk options
2018-11-07Fix misspelled make option, format rules.mk files (#4382)Konstantin Đorđević1-14/+14
2018-11-07Add xd75/billypython keymap (#4381)Danilo Vulicevic1-0/+5
* Add xd75/billypython keymap * Expand rules.mk (cherry picked from commit 806fee94ae3a21b6ca7a34624101349b57d41b75) * Expand billypython's rules.mk * Remove unused stuff in whitefox/billypython
2018-11-05Update whitefox/konstantin keymap (#4363)Konstantin Đorđević1-0/+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
2018-09-26Keymap: Update whitefox/konstantin keymap (#3980)Konstantin Đorđević1-0/+4
* 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