Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-03-18 | 2 | -13/+13 |
|\ | |||||
| * | Fixup kbdfans/tiger80 RGB animations (#20164) | jack | 2023-03-18 | 2 | -13/+13 |
| | | |||||
* | | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 19 | -297/+0 |
| | | |||||
* | | kbdfans/tiger80: remove duplicate keys in info.json (#20148) | Ryan | 2023-03-16 | 1 | -5/+0 |
| | | |||||
* | | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 8 | -71/+2 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2023-03-16 | 6 | -178/+245 |
|\| | |||||
| * | add tiger80 iso layout support (#19975) | dztech | 2023-03-15 | 6 | -183/+244 |
| | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com> | ||||
* | | Move matrix config to info.json, part 8 (#20030) | Ryan | 2023-03-11 | 77 | -348/+195 |
| | | |||||
* | | Remove `"w":1` and `"h":1` from info.json (#19961) | Ryan | 2023-02-28 | 2 | -89/+89 |
|/ | |||||
* | Move backlight config to data driven (#19910) | Ryan | 2023-02-26 | 33 | -59/+66 |
| | |||||
* | VIA Protocol 12 + fixes (#19916) | Nick Brassel | 2023-02-23 | 1 | -2/+2 |
| | | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com> | ||||
* | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | 2023-02-22 | 12 | -21/+1 |
| | |||||
* | Add some missing `#pragma once`s (#19902) | Ryan | 2023-02-21 | 4 | -0/+7 |
| | |||||
* | Move backlight config to data driven, part 1 (#19887) | Ryan | 2023-02-21 | 1 | -1/+0 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 38 | -125/+0 |
| | |||||
* | Move LED indicator config to data driven (#19800) | Ryan | 2023-02-17 | 37 | -59/+81 |
| | |||||
* | Remove unused RGBLight defines from config.h (#19859) | Ryan | 2023-02-17 | 2 | -12/+0 |
| | |||||
* | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan | 2023-02-08 | 1 | -5/+0 |
| | | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h | ||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 78 | -234/+81 |
| | |||||
* | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | 2023-02-07 | 4 | -16/+0 |
| | |||||
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | 2023-02-06 | 8 | -40/+0 |
| | |||||
* | Remove `IS_HOST_LED_ON` and migrate usages (#19753) | Ryan | 2023-02-06 | 4 | -7/+8 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 44 | -88/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 10 | -30/+0 |
| | |||||
* | Clean up Force NKRO in config.h (#19718) | Ryan | 2023-01-30 | 8 | -168/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 40 | -40/+0 |
| | |||||
* | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 14 | -23/+0 |
| | |||||
* | Fix functions with empty params (#19647) | Ryan | 2023-01-20 | 1 | -1/+1 |
| | | | | | * Fix functions with empty params * Found a bunch more | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-10 | 2 | -0/+57 |
|\ | |||||
| * | [Keymap] Kbdfans Tiger 80 keymap & Planck keymap (#19428) | squarecut | 2023-01-10 | 2 | -0/+57 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Abhishek Malavalli <abhishek.malavalli@fphcare.co.nz> | ||||
* | | Migrate `LAYOUTS` to data driven (#19541) | Ryan | 2023-01-10 | 36 | -37/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-30 | 1 | -2/+2 |
|\| | |||||
| * | Fix odinmini layout macro (#19429) | dztech | 2022-12-30 | 1 | -2/+2 |
| | | |||||
* | | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 14 | -158/+151 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-18 | 6 | -171/+0 |
|\| | |||||
| * | Correct 19355 | zvecr | 2022-12-18 | 6 | -171/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-18 | 7 | -0/+173 |
|\| | |||||
| * | change d45lite keyboard name to d45v2 (#19355) | dztech | 2022-12-18 | 7 | -0/+173 |
| | | |||||
* | | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 5 | -15/+15 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-12 | 6 | -0/+171 |
|\| | |||||
| * | [Keyboard] add d45 lite keyboard (#19288) | dztech | 2022-12-12 | 6 | -0/+171 |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Minor lint fixes for various info.json (#19275) | Wolf Van Herreweghe | 2022-12-09 | 1 | -1/+1 |
|/ | |||||
* | [Keyboard] add kbdpadmk3 (#18795) | dztech | 2022-12-04 | 7 | -0/+245 |
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | [Keyboard] add odinmini keyboard (#19111) | dztech | 2022-12-04 | 8 | -0/+303 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keymap] KBDFans Tiger80 Keymap (#19148) | micros24 | 2022-12-03 | 4 | -0/+138 |
| | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Jasper Jan O. Solee <jjosolee@mymail.mapua.edu.ph> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-27 | 14 | -20/+20 |
| | |||||
* | Update use of legacy keycodes (#19120) | Joel Challis | 2022-11-22 | 2 | -4/+4 |
| | |||||
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 6 | -0/+0 |
| | |||||
* | [Keyboard] Add support for KBDfans Odin V2 (#18910) | Lex Brugman | 2022-11-20 | 10 | -0/+356 |
| | |||||
* | LED config fixes (#18973) | Ryan | 2022-11-11 | 2 | -31/+25 |
| |