| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate `g_led_config` to DD (H) (#25599) | Jack Sangdahl | 2025-09-09 | 2 | -49/+88 |
| | | |||||
| * | Remove deprecated `RGB_` and Mouse keycodes (#25444) | Ryan | 2025-07-11 | 1 | -2/+2 |
| | | | | | | | | | | * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff | ||||
| * | Migrate `usb.force_nkro` to `host.default.nkro` (#25468) | Joel Challis | 2025-07-10 | 5 | -10/+30 |
| | | |||||
| * | Remove duplicate of SPI default config from keyboards (#25266) | Joel Challis | 2025-05-16 | 1 | -3/+0 |
| | | |||||
| * | Remove `"command":false` from keyboards (#25193) | Joel Challis | 2025-04-24 | 6 | -6/+0 |
| | | |||||
| * | Remove `"console":false` from keyboards (#25190) | Joel Challis | 2025-04-23 | 6 | -6/+0 |
| | | |||||
| * | Remove empty `url` fields (#25181) | Joel Challis | 2025-04-22 | 4 | -4/+0 |
| | | |||||
| * | Non-volatile memory data repository pattern (#24356) | Nick Brassel | 2025-03-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification. | ||||
| * | Update keycodes for keyboards with RGB Matrix (#24484) | Ryan | 2024-11-24 | 1 | -1/+1 |
| | | |||||
| * | horrortroll/nyx/rev1: Fix compilation of custom RGB effect (#24481) | Joel Challis | 2024-10-13 | 1 | -1/+1 |
| | | |||||
| * | Rename RGB/HSV structs: keyboard-level code (#24476) | Ryan | 2024-10-12 | 9 | -29/+29 |
| | | |||||
| * | Separate RGBLight/RGB Matrix keycode handling (#23679) | Ryan | 2024-10-12 | 5 | -17/+17 |
| | | | | | | | | | | | | | | | | * Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge | ||||
| * | Add `60_ansi_tsangan_split_bs_rshift` to community layouts (#24186) | Ryan | 2024-09-02 | 1 | -2/+10 |
| | | |||||
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 30 | -1666/+0 |
| | | |||||
| * | Update Underglow keycodes (#23765) | Ryan | 2024-08-25 | 4 | -8/+8 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Remove pointless `RGB_MATRIX_LED_COUNT`s (#24133) | Ryan | 2024-07-17 | 1 | -2/+0 |
| | | |||||
| * | `horrortroll/handwired_k552`: fix RGB Matrix LED config (#24014) | Ryan | 2024-06-29 | 2 | -24/+27 |
| | | |||||
| * | Delete trivial keymap readmes (#23714) | Ryan | 2024-05-18 | 2 | -6/+0 |
| | | |||||
| * | Adjust keycode alignment around `QK_BOOT` (#23697) | Ryan | 2024-05-11 | 2 | -2/+2 |
| | | |||||
| * | Migrate build target markers to keyboard.json - HI (#23540) | Joel Challis | 2024-04-17 | 3 | -0/+0 |
| | | |||||
| * | Data-Driven Keyboard Conversions: H, Part 1 (#23524) | James Young | 2024-04-15 | 4 | -40/+21 |
| | | |||||
| * | Remove more unnecessary `quantum.h` includes (#23402) | Ryan | 2024-04-05 | 4 | -6/+20 |
| | | |||||
| * | Remove `quantum.h` includes from keyboard code (#23394) | Ryan | 2024-04-03 | 1 | -0/+0 |
| | | |||||
| * | Migrate build target markers to keyboard.json (#23293) | Joel Challis | 2024-03-30 | 4 | -2/+0 |
| | | |||||
| * | Migrate features from rules.mk to data driven - EFGH (#23248) | Joel Challis | 2024-03-15 | 6 | -39/+27 |
| | | |||||
| * | Migrate RGB Matrix config to info.json - H (#22861) | Joel Challis | 2024-01-08 | 5 | -119/+70 |
| | | |||||
| * | fix: improper usage of keyboard/user-level functions (#22652) | Less/Rikki | 2023-12-13 | 1 | -12/+15 |
| | | |||||
| * | Fix a bunch of CLI warnings (#22589) | Ryan | 2023-12-01 | 3 | -3/+0 |
| | | |||||
| * | Separate 6KRO and NKRO report structs (#22267) | Ryan | 2023-10-23 | 1 | -2/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-09 | 11 | -9/+683 |
| |\ | |||||
| | * | [Keyboard] HorrorTroll Nyx (#21143) | HorrorTroll | 2023-10-09 | 11 | -9/+683 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support keyboard Nyx * Resolved zvarc suggested and lint error * Delete FORCE_NKRO due to problem with BIOS on mainboard * Resolved dunk2k suggested and limit more brightness, disable some RGB Effect * Resolved drashna suggested * Delete flower blooming effect and move to rev1 folder | ||||
| * | | Migrate WEAR_LEVELING_*_SIZE to info.json (#22010) | Joel Challis | 2023-09-14 | 2 | -5/+2 |
| | | | |||||
| * | | Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978) | Joel Challis | 2023-09-12 | 2 | -4/+6 |
| |/ | |||||
| * | Move RGBLight animations to data driven (#21635) | Ryan | 2023-08-23 | 4 | -64/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 2 | -2/+2 |
| | | |||||
| * | OLED: driver naming cleanups (#21710) | Ryan | 2023-08-15 | 2 | -2/+0 |
| | | |||||
| * | [Keyboard] Refactor Caticorn PCB (#21644) | HorrorTroll | 2023-08-14 | 12 | -405/+107 |
| | | |||||
| * | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) | Nick Brassel | 2023-06-23 | 1 | -3/+0 |
| | | | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default. | ||||
| * | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 4 | -7/+6 |
| | | |||||
| * | Move `FORCE_NKRO` to data driven (#20604) | Ryan | 2023-05-01 | 10 | -37/+10 |
| | | |||||
| * | Move 60% layouts to data driven (#20477) | Ryan | 2023-04-26 | 2 | -375/+246 |
| | | |||||
| * | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 3 | -97/+53 |
| | | |||||
| * | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2023-04-08 | 4 | -2/+6 |
| | | |||||
| * | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 8 | -8/+12 |
| | | |||||
| * | Move TKL layouts to data driven (#20337) | Ryan | 2023-04-05 | 3 | -142/+96 |
| | | |||||
| * | Move 65% layouts to data driven (#20308) | Ryan | 2023-04-04 | 5 | -3190/+2284 |
| | | |||||
| * | Move TKL F13 and FRL layouts to data driven (#20310) | Ryan | 2023-04-04 | 4 | -2316/+1834 |
| | | |||||
| * | Fix some more missing `#pragma once`s (#20241) | Ryan | 2023-03-23 | 4 | -0/+8 |
| | | |||||
| * | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 2 | -34/+0 |
| | | |||||
| * | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 2 | -42/+0 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||