summaryrefslogtreecommitdiffstats
path: root/keyboards/jian
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-236-36/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-246-8/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-188-33/+37
|
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-166-7/+3
|
* Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-156-3/+9
| | | | | * Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
* Remove `FLIP_HALF` layouts and move to data driven (#20588)Ryan2023-04-303-23/+18
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-3/+9
|
* 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-2916-288/+295
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-166-24/+4
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-058-47/+20
|
* Move backlight config to data driven (#19910)Ryan2023-02-266-16/+13
|
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-234-6/+8
|
* Move backlight config to data driven, part 1 (#19887)Ryan2023-02-213-3/+0
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-2/+3
|
* Remove matrix size defines (#19581)Ryan2023-02-174-16/+0
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-20/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-088-28/+12
|
* Debounce defines cleanup (#19742)Ryan2023-02-034-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-315-5/+0
|
* Normalise Swap Hands keycodes (#19720)Ryan2023-01-303-3/+3
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-282-2/+0
|
* Remove useless line continuations (#19399)Ryan2022-12-301-3/+3
|
* Remove .noci functionality (#19122)Joel Challis2022-11-213-0/+0
|
* 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`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-153-3/+31
|
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-062-4/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-212-2/+2
|
* Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan2022-08-209-29/+29
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-104-28/+0
|
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-1/+1
| | | | | * fix sat75 * update uint32_t to layer_state
* Make Swap Hands use PROGMEM (#12284)Drashna Jaelre2021-05-094-4/+4
| | | | | | 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-204-4/+0
|
* [Keymap] Add jian/keymaps/left_hand (#11196)KgOfHedgehogs2021-01-056-0/+116
| | | | | | | | | | | * 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-213-0/+0
|
* [Keyboard] Fix jian backlight related ifdefs (#10679)KgOfHedgehogs2020-10-224-2/+8
| | | | | * Add jian backlight enabled ifdefs * Fix adavnced layout LAYOUT_dips usage
* Add jian/keymaps/via/config.h (#9948)KgOfHedgehogs2020-08-132-1/+23
|
* Update Jian readme.md (#9685)KgOfHedgehogs2020-07-101-1/+4
|
* Add jian qmk_via layout and LTO_ENABLE to all jian revs (#9606)KgOfHedgehogs2020-07-065-0/+38
|
* [Keyboard] Jian keyboard (#8914)KgOfHedgehogs2020-06-1728-0/+1802
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>