summaryrefslogtreecommitdiff
path: root/keyboards/jian
AgeCommit message (Collapse)Author
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-09-10Remove bootloader listings from rules.mk (#14330)Ryan
2021-07-19[Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus22
* fix sat75 * update uint32_t to layer_state
2021-05-09Make Swap Hands use PROGMEM (#12284)Drashna Jaelre
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.
2021-01-20Remove `DESCRIPTION`, H-J (#11616)Ryan
2021-01-05[Keymap] Add jian/keymaps/left_hand (#11196)KgOfHedgehogs
* 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
2020-12-21Initial list of keyboards to exclude from CI (#11213)Zach White
2020-10-22[Keyboard] Fix jian backlight related ifdefs (#10679)KgOfHedgehogs
* Add jian backlight enabled ifdefs * Fix adavnced layout LAYOUT_dips usage
2020-08-13Add jian/keymaps/via/config.h (#9948)KgOfHedgehogs
2020-07-10Update Jian readme.md (#9685)KgOfHedgehogs
2020-07-06Add jian qmk_via layout and LTO_ENABLE to all jian revs (#9606)KgOfHedgehogs
2020-06-17[Keyboard] Jian keyboard (#8914)KgOfHedgehogs
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>