summaryrefslogtreecommitdiffstats
path: root/keyboards/jian/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-034-5/+0
|
* Fix layouts containing keys with multiple matrix positions (#20191)Ryan2023-03-294-60/+60
|
* Normalise Swap Hands keycodes (#19720)Ryan2023-01-303-3/+3
|
* Remove useless line continuations (#19399)Ryan2022-12-301-3/+3
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-064-8/+8
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Auto Shift keycodes (#18892)Ryan2022-10-281-3/+3
| | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
* Remove legacy Debug keycode (#18769)Ryan2022-10-194-4/+4
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-4/+4
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-212-2/+2
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-1/+1
| | | | | * fix sat75 * update uint32_t to layer_state
* [Keymap] Add jian/keymaps/left_hand (#11196)KgOfHedgehogs2021-01-053-0/+95
| | | | | | | | | | | * Add jian/keymaps/left_hand * Add jian/rev2/readme.md * Remove mod tap on mirrored layer * Add GPL2+ license header * Add gb version to readme
* [Keyboard] Fix jian backlight related ifdefs (#10679)KgOfHedgehogs2020-10-221-1/+1
| | | | | * Add jian backlight enabled ifdefs * Fix adavnced layout LAYOUT_dips usage
* Add jian/keymaps/via/config.h (#9948)KgOfHedgehogs2020-08-131-0/+22
|
* Add jian qmk_via layout and LTO_ENABLE to all jian revs (#9606)KgOfHedgehogs2020-07-062-0/+31
|
* [Keyboard] Jian keyboard (#8914)KgOfHedgehogs2020-06-176-0/+760
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>