summaryrefslogtreecommitdiff
path: root/keyboards/jian
Commit message (Collapse)AuthorAge
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-06
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Auto Shift keycodes (#18892)Ryan2022-10-28
| | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
* Remove legacy Debug keycode (#18769)Ryan2022-10-19
| | | | | | | | | | | * `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-15
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-15
|
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-06
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-21
|
* Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan2022-08-20
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-15
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-12
|
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-10
|
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-19
| | | | | * fix sat75 * update uint32_t to layer_state
* Make Swap Hands use PROGMEM (#12284)Drashna Jaelre2021-05-09
| | | | | | This converts the array that the Swap Hands feature uses to use PROGMEM, and to read from that array, as such. Since this array never changes at runtime, there is no reason to keep it in memory. Especially for AVR boards, as memory is a precious resource.
* Remove `DESCRIPTION`, H-J (#11616)Ryan2021-01-20
|
* [Keymap] Add jian/keymaps/left_hand (#11196)KgOfHedgehogs2021-01-05
| | | | | | | | | | | * 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
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-21
|
* [Keyboard] Fix jian backlight related ifdefs (#10679)KgOfHedgehogs2020-10-22
| | | | | * Add jian backlight enabled ifdefs * Fix adavnced layout LAYOUT_dips usage
* Add jian/keymaps/via/config.h (#9948)KgOfHedgehogs2020-08-13
|
* Update Jian readme.md (#9685)KgOfHedgehogs2020-07-10
|
* Add jian qmk_via layout and LTO_ENABLE to all jian revs (#9606)KgOfHedgehogs2020-07-06
|
* [Keyboard] Jian keyboard (#8914)KgOfHedgehogs2020-06-17
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>