| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate `g_led_config` to DD (TUW) (#25625) | Jack Sangdahl | 2025-09-09 | 4 | -102/+178 |
| | | |||||
| * | Migrate `usb.force_nkro` to `host.default.nkro` (#25468) | Joel Challis | 2025-07-10 | 1 | -2/+6 |
| | | |||||
| * | Remove `"command":false` from keyboards (#25193) | Joel Challis | 2025-04-24 | 3 | -3/+0 |
| | | |||||
| * | Remove `"console":false` from keyboards (#25190) | Joel Challis | 2025-04-23 | 3 | -3/+0 |
| | | |||||
| * | Only configure `STM32_HSECLK` within `board.h` (#25001) | Joel Challis | 2025-03-10 | 2 | -3/+8 |
| | | |||||
| * | Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24915) | Joel Challis | 2025-02-16 | 3 | -3/+2 |
| | | |||||
| * | Update keycodes for keyboards with RGB Matrix (#24484) | Ryan | 2024-11-24 | 2 | -8/+8 |
| | | |||||
| * | Rename RGB/HSV structs: keyboard-level code (#24476) | Ryan | 2024-10-12 | 3 | -16/+16 |
| | | |||||
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 14 | -746/+0 |
| | | |||||
| * | Migrate build target markers to keyboard.json - Misc (#23612) | Joel Challis | 2024-04-25 | 2 | -2/+2 |
| | | |||||
| * | Remove deprecated quantum keycodes (#23407) | Ryan | 2024-04-04 | 10 | -10/+10 |
| | | |||||
| * | Migrate build target markers to keyboard.json (#23293) | Joel Challis | 2024-03-30 | 6 | -3/+0 |
| | | |||||
| * | Migrate features from rules.mk to data driven - ST (#23286) | Joel Challis | 2024-03-15 | 2 | -11/+8 |
| | | |||||
| * | LED drivers: update keyboard LED configs (#23073) | Ryan | 2024-02-25 | 1 | -85/+85 |
| | | | | | | | | | | | | | | | | * IS31FL3733: update keyboard LED config * IS31FL3736: update keyboard LED config * IS31FL3737: update keyboard LED config * IS31FL3741: update keyboard LED config * IS31FL3743A: update keyboard LED config * AW20216S: update keyboard LED config * SNLED27351: update keyboard LED config | ||||
| * | LED drivers: add support for shutdown pin (#23058) | Ryan | 2024-02-15 | 2 | -8/+1 |
| | | | | | | * LED drivers: add support for shutdown pin * Update candidate boards | ||||
| * | Ensure LTO is enabled as a `info.json` build config option (#22932) | Joel Challis | 2024-02-01 | 1 | -2/+4 |
| | | | | | | * feature.lto -> build.lto * keymaps too | ||||
| * | Migrate RGB Matrix config to info.json - TUVW (#22910) | Joel Challis | 2024-01-16 | 2 | -27/+17 |
| | | |||||
| * | Migrate dynamic_keymap.layer_count < 4 where requried (#22091) | Joel Challis | 2024-01-09 | 1 | -3/+0 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) | Ryan | 2023-12-20 | 1 | -1/+1 |
| | | |||||
| * | Update keyboard LED driver configs (#22638) | Ryan | 2023-12-18 | 1 | -1/+1 |
| | | |||||
| * | Remove unnecessary driver counts (#22435) | Joel Challis | 2023-11-22 | 1 | -1/+0 |
| | | |||||
| * | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | 2023-10-21 | 1 | -2/+2 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Update ISSI LED types (#22099) | Ryan | 2023-10-04 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-09-29 | 8 | -4/+21 |
| |\ | |||||
| | * | teleport/native: switch from wrongly used user to kb function, boost matrix ↵ | Moritz Plattner | 2023-09-29 | 8 | -4/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scan rate (#21172) * enable LTO * change from _user to _kb function * switch matrix io delay to nops, add opt=3 for higher scan rates * disable console which was enabled for testing but collides with endpoint used by VIA * switched from opt=3 to opt=2 * Update keyboards/teleport/native/native.c Co-authored-by: Joel Challis <git@zvecr.com> * slightly upped debounce, as some testers had chatter with async + default debounce --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | 2023-09-28 | 7 | -25/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | | Add and use I2C address defines for ISSI LED drivers (#22008) | Ryan | 2023-09-19 | 1 | -2/+2 |
| | | | |||||
| * | | is31fl3733: driver naming cleanups (#21905) | Ryan | 2023-09-13 | 1 | -1/+1 |
| |/ | |||||
| * | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-13 | 8 | -0/+454 |
| |\ | |||||
| | * | [Keyboard] Add Teleport TKL (#20469) | Moritz Plattner | 2023-05-13 | 8 | -0/+454 |
| | | | | | | | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> | ||||
| * | | Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806) | Joel Challis | 2023-05-09 | 1 | -4/+0 |
| | | | |||||
| * | | Specifying the default board file is redundant (#20807) | Joel Challis | 2023-05-09 | 1 | -1/+0 |
| | | | |||||
| * | | More `info.json` whitespace cleanups (#20665) | Ryan | 2023-05-03 | 2 | -169/+169 |
| | | | |||||
| * | | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 3 | -173/+171 |
| | | | |||||
| * | | Move `FORCE_NKRO` to data driven (#20604) | Ryan | 2023-05-01 | 2 | -5/+2 |
| | | | |||||
| * | | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2023-04-08 | 2 | -1/+3 |
| | | | |||||
| * | | Move ortho & numpad layouts to data driven (#20183) | Ryan | 2023-03-29 | 2 | -50/+21 |
| | | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | | Clean up usage of `QMK_KEYBOARD_H` (#20167) | Ryan | 2023-03-19 | 2 | -2/+2 |
| | | | |||||
| * | | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 1 | -16/+0 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-03-11 | 2 | -2/+6 |
| |\| | |||||
| | * | Teleport native bugfix (changed F411CC wear levelling) (#20090) | ebastler | 2023-03-11 | 2 | -2/+6 |
| | | | | | | | | | | | * workaround for flash size issue * enable mousekeys due to requests by some users | ||||
| * | | Move matrix config to info.json, part 3 (#19991) | Ryan | 2023-03-10 | 2 | -23/+5 |
| |/ | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Add some missing `#pragma once`s (#19902) | Ryan | 2023-02-21 | 1 | -0/+2 |
| | | |||||
| * | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -4/+0 |
| | | |||||
| * | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 2 | -6/+2 |
| | | |||||
| * | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 2 | -4/+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 Brassel | 2023-01-30 | 2 | -2/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixup ChibiOS header inclusion search ordering. (#19623) | Nick Brassel | 2023-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering. | ||||