| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate `g_led_config` to DD (P) (#25622) | Jack Sangdahl | 2025-09-09 | 4 | -60/+24 |
| | | |||||
| * | Remove `"command":false` from keyboards (#25193) | Joel Challis | 2025-04-24 | 2 | -2/+0 |
| | | |||||
| * | Remove `"console":false` from keyboards (#25190) | Joel Challis | 2025-04-23 | 1 | -1/+0 |
| | | |||||
| * | fix: Fix startup sound for Preonic (#25132) (#25133) | Luis Garcia | 2025-04-11 | 1 | -0/+2 |
| | | | | Add `AUDIO_INIT_DELAY ` to config.h to resolve | ||||
| * | Update keymaps to use PDF keycode (#24633) | Joel Challis | 2024-11-23 | 1 | -22/+5 |
| | | |||||
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 3 | -236/+0 |
| | | |||||
| * | Update GPIO macros in keymaps (#23792) | Ryan | 2024-05-24 | 1 | -2/+2 |
| | | |||||
| * | Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 2 (#23780) | James Young | 2024-05-23 | 5 | -5/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `preonic/rev1` - `preonic/rev2` - `preonic/rev3` - `preonic/rev3_drop` - `primekb/meridian/ktr1010` - `primekb/meridian/ws2812` - `primekb/meridian_rgb` - `primekb/prime_m` - `primekb/prime_o` - `primekb/prime_r` - `projectcain/relic` - `projectcain/vault45` - `projectd/65/projectd_65_ansi` - `projectd/75/ansi` - `projectkb/alice/rev1` - `projectkb/alice/rev2` - `projectkb/signature65` - `projectkb/signature87` - `prototypist/allison` - `prototypist/allison_numpad` - `prototypist/j01` - `psuieee/pluto12` - `pteron36` - `puck` - `punk75` | ||||
| * | Delete trivial keymap readmes (#23714) | Ryan | 2024-05-18 | 2 | -2/+0 |
| | | |||||
| * | Update GPIO API usage in keyboard code (#23361) | Ryan | 2024-05-03 | 2 | -4/+4 |
| | | |||||
| * | Migrate build target markers to keyboard.json - P (#23565) | Joel Challis | 2024-04-22 | 2 | -18/+12 |
| | | |||||
| * | Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) | Ryan | 2024-03-30 | 1 | -1/+4 |
| | | |||||
| * | Migrate features and LTO from rules.mk to data driven (#23302) | Joel Challis | 2024-03-30 | 4 | -28/+26 |
| | | |||||
| * | Migrate features from rules.mk to data driven - OPQR (#23285) | Joel Challis | 2024-03-15 | 2 | -18/+12 |
| | | |||||
| * | WS2812 PWM: prefix for DMA defines (#23111) | Ryan | 2024-03-02 | 2 | -4/+4 |
| | | | | | | * WS2812 PWM: prefix for DMA defines * Add backward compatibility defines | ||||
| * | Migrate RGB Matrix config to info.json - NOPQ (#22866) | Joel Challis | 2024-01-10 | 2 | -4/+0 |
| | | |||||
| * | [Keymap Removal] Preonic and related keymaps. (#22689) | Joel Challis | 2023-12-18 | 129 | -11120/+0 |
| | | |||||
| * | [Keymap Removal] Planck and related keymaps. (#22683) | Nick Brassel | 2023-12-17 | 34 | -2879/+0 |
| | | |||||
| * | Remove userspace keymaps (#22544) | Joel Challis | 2023-11-26 | 37 | -2948/+0 |
| | | |||||
| * | Improve and Cleanup Shutdown callbacks (#21060) | Drashna Jaelre | 2023-11-26 | 7 | -277/+0 |
| | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||
| * | Migrate some dip switch config to info.json (#22437) | Joel Challis | 2023-11-22 | 4 | -4/+6 |
| | | |||||
| * | Remove requirement for `keymap_steno.h` include in keymaps (#22423) | Ryan | 2023-11-12 | 1 | -1/+0 |
| | | | | | | * Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being | ||||
| * | Move RGBLight animations to data driven (#21635) | Ryan | 2023-08-23 | 4 | -29/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-07-11 | 3 | -0/+209 |
| |\ | |||||
| | * | [Keymap] Dothtm/0.21/60 and 75 (#21442) | Mike Cramer | 2023-07-11 | 3 | -0/+209 |
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-18 | 2 | -6/+6 |
| |\| | |||||
| | * | preonic/rev3{,_drop}: Fix layouts with 2u keys (#21114) | Sergey Vlasov | 2023-06-18 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | Apparently layouts with 2u keys were not correctly converted into the `info.json` format (the old C layout macros used the arguments for such keys multiple times to cover all possible 1u locations; this is not supported in `info.json`, and the single matrix location for 2u keys was chosen incorrectly in some cases). Fix the layout definitions to match the real PCB wiring. | ||||
| * | | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 4 | -4/+8 |
| | | | |||||
| * | | Unicodemap keycodes rename (#21092) | Ryan | 2023-06-01 | 1 | -30/+30 |
| |/ | |||||
| * | Keymap introspection for combos. (#19670) | Nick Brassel | 2023-05-15 | 1 | -4/+1 |
| | | |||||
| * | Remove use of layout macros for `music_map` (#20634) | Ryan | 2023-04-30 | 5 | -9/+42 |
| | | |||||
| * | [Keymap] Update brauner preonic layout (#20439) | Christian Brauner | 2023-04-16 | 2 | -0/+13 |
| | | |||||
| * | Encodermap direction define. (#20454) | Nick Brassel | 2023-04-15 | 2 | -2/+2 |
| | | |||||
| * | 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 | 5 | -4/+4 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-04-05 | 4 | -0/+163 |
| |\ | |||||
| | * | Add peterfalken userspace & keymaps (#19897) | Luis Garcia | 2023-04-05 | 4 | -0/+163 |
| | | | | | | | | | Co-authored-by: Peter.Falken <luis.garcia@bitjester.com> | ||||
| * | | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 2 | -4/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-04-03 | 2 | -0/+46 |
| |\| | |||||
| | * | Adding my keymap (#19964) | Torsten Schneider | 2023-04-03 | 2 | -0/+46 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-04-02 | 1 | -6/+13 |
| |\| | |||||
| | * | [Keymap] update arkag keymap, add hitbox layout (#20271) | Alexander Kagno | 2023-04-02 | 1 | -6/+13 |
| | | | | | | | Co-authored-by: Alex Kagno <alex@turncommerce.com> | ||||
| * | | Move ortho & numpad layouts to data driven (#20183) | Ryan | 2023-03-29 | 15 | -1099/+885 |
| | | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 4 | -2/+6 |
| | | | |||||
| * | | Move matrix config to info.json, part 4 (#20001) | Ryan | 2023-03-10 | 7 | -18/+20 |
| | | | |||||
| * | | Remove empty rules.mk from keymaps (#20056) | Joel Challis | 2023-03-08 | 7 | -0/+0 |
| |/ | |||||
| * | Add new keymap for Preonic rev3 (#19706) | Guillermo Aguirre | 2023-03-03 | 4 | -0/+296 |
| | | |||||
| * | Move encoder config to data driven (#19923) | Ryan | 2023-02-25 | 4 | -6/+10 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Move backlight config to data driven (#19910) | Ryan | 2023-02-25 | 3 | -2/+6 |
| | | |||||