| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | handwired/technicpad: fix `keyboard` in keymaps (#23408) | Ryan | 2024-04-04 | 2 | -2/+2 | |
| | | | ||||||
| * | | Miscellaneous keyboard.json migrations (#23378) | Joel Challis | 2024-04-04 | 4 | -1/+0 | |
| | | | ||||||
| * | | Fix failing keyboards on develop (#23406) | Joel Challis | 2024-04-03 | 4 | -0/+10 | |
| | | | ||||||
| * | | Remove `quantum.h` includes from keyboard code (#23394) | Ryan | 2024-04-03 | 7 | -10/+11 | |
| | | | ||||||
| * | | Remove redundant DEFAULT_FOLDER from keyboards (#23377) | Joel Challis | 2024-03-31 | 2 | -1/+0 | |
| | | | ||||||
| * | | Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) | Ryan | 2024-03-30 | 4 | -15/+2 | |
| | | | ||||||
| * | | Migrate build target markers to keyboard.json (#23293) | Joel Challis | 2024-03-30 | 204 | -66/+0 | |
| | | | ||||||
| * | | Migrate features and LTO from rules.mk to data driven (#23307) | Joel Challis | 2024-03-30 | 8 | -53/+34 | |
| | | | ||||||
| * | | Migrate features and LTO from rules.mk to data driven (#23302) | Joel Challis | 2024-03-30 | 34 | -216/+201 | |
| | | | ||||||
| * | | Remove "w": 1 from keyboards/ (#23367) | Duncan Sutherland | 2024-03-30 | 1 | -165/+165 | |
| | | | ||||||
| * | | Add RGB lighting for the PetruziaMini (#23305) | LLLKST | 2024-03-29 | 3 | -18/+74 | |
| | | | ||||||
| * | | Update I2C API usage in keyboard code (#23360) | Ryan | 2024-03-27 | 3 | -10/+10 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-03-21 | 2 | -0/+32 | |
| |\| | ||||||
| | * | handwired/jotlily60 via keymap (#23325) | jotix | 2024-03-21 | 2 | -0/+32 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-03-21 | 5 | -0/+87 | |
| |\| | ||||||
| | * | Add TechnicPad macropad (#23238) | NW | 2024-03-21 | 5 | -0/+87 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-03-21 | 4 | -0/+225 | |
| |\| | ||||||
| | * | Add handwired/Jotlily60 (#23212) | jotix | 2024-03-21 | 4 | -0/+225 | |
| | | | ||||||
| * | | Remove RGBLight `led[]` references (#23311) | Ryan | 2024-03-21 | 1 | -14/+10 | |
| | | | ||||||
| * | | Add init function to RGBLight driver struct (#23076) | Ryan | 2024-03-18 | 1 | -0/+7 | |
| | | | ||||||
| * | | Update ScottoAlp handwired keyboard to 12 column layout (#22962) | Joe Scotto | 2024-03-15 | 3 | -70/+74 | |
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
| * | | Migrate features from rules.mk to data driven - EFGH (#23248) | Joel Challis | 2024-03-15 | 228 | -1398/+974 | |
| | | | ||||||
| * | | Migrate content where only parent info.json exists (#22895) | Joel Challis | 2024-03-14 | 5 | -32/+21 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-03-12 | 4 | -0/+123 | |
| |\| | ||||||
| | * | [Keyboard] Add PetruziaMini (#23201) | LLLKST | 2024-03-12 | 4 | -0/+123 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Uploading the PetruziaMini My first try on uploading somethings on github. Hoping it works, this is my handwired PetruziaMini. I don't know if it will be visible on qmk configurator now * 36 key hhbk inspired kb * Required changes done I compiled it locally and works * Last changes requested Added a imgur image (first time using, hoping i did it right) and summarized the description as requeste * Fixed imegur link * Ops, i've lost this. Here it comes Thanks for helping! I'll take notes for next time :) | |||||
| * | | [Keyboard] update Jotanck config(#23228) | jotix | 2024-03-09 | 2 | -15/+14 | |
| | | | ||||||
| * | | Remove redundant disabling of features (#22926) | Joel Challis | 2024-03-09 | 12 | -69/+21 | |
| | | | ||||||
| * | | WS2812 PWM: prefix for DMA defines (#23111) | Ryan | 2024-03-02 | 4 | -8/+8 | |
| |/ | | | | | * WS2812 PWM: prefix for DMA defines * Add backward compatibility defines | |||||
| * | Migrate `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` in remaining non-user keymaps ↵ | Ryan | 2024-02-22 | 2 | -2/+2 | |
| | | | | | (#23128) | |||||
| * | Manual user keymap removal (#23119) | Joel Challis | 2024-02-20 | 4 | -113/+0 | |
| | | ||||||
| * | [Core] Allow ChibiOS `SIO` driver for `UART` driver (#22839) | Stefan Kerkmann | 2024-02-20 | 2 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * onekey: stm32f3_disco: add usart pins and activate peripheral Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * chibios: uart: change SD1 prefix to UART Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * chibios: uart: add SIO driver and RP2040 compatibility Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update platforms/chibios/drivers/uart.h Co-authored-by: Joel Challis <git@zvecr.com> --------- Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> | |||||
| * | Manual user keymap removal (#23104) | Joel Challis | 2024-02-19 | 27 | -1636/+0 | |
| | | ||||||
| * | Update GPIO macro usages in core (#23093) | Ryan | 2024-02-18 | 1 | -6/+6 | |
| | | ||||||
| * | Removal of bootmagic lite terminology (#22979) | Joel Challis | 2024-02-17 | 1 | -6/+6 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-02-14 | 6 | -0/+109 | |
| |\ | ||||||
| | * | Added SoyuzXL Macropad (#23075) | spacehangover | 2024-02-14 | 6 | -0/+109 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * added mercury macropad WWA * Revert "added mercury macropad WWA" This reverts commit 81b48185d37ad704781c07bf6d9df2203a897de7. * added Mercury macropad WWA * added Soyuz Macropad * Added Soyuz XL Macropad | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-02-14 | 6 | -0/+108 | |
| |\| | ||||||
| | * | Added Soyuz Macropad WWA (#23072) | spacehangover | 2024-02-14 | 6 | -0/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | * added mercury macropad WWA * Revert "added mercury macropad WWA" This reverts commit 81b48185d37ad704781c07bf6d9df2203a897de7. * added Mercury macropad WWA * added Soyuz Macropad | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-02-14 | 6 | -0/+91 | |
| |\| | ||||||
| | * | [Keyboard] Add Mercury Macropad (#23071) | spacehangover | 2024-02-14 | 6 | -0/+91 | |
| | | | | | | | | | | | | | | | | | | | * added mercury macropad WWA * Revert "added mercury macropad WWA" This reverts commit 81b48185d37ad704781c07bf6d9df2203a897de7. * added Mercury macropad WWA | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2024-02-03 | 4 | -0/+114 | |
| |\| | ||||||
| | * | Add ScottoDeck handwired macropad (#22935) | Joe Scotto | 2024-02-01 | 4 | -0/+114 | |
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | |||||
| * | | Migrate lighting defaults to info.json (#22920) | Joel Challis | 2024-02-01 | 4 | -24/+7 | |
| | | | ||||||
| * | | Migrate and remove deprecated debug utils (#22961) | Joel Challis | 2024-01-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-22 | 2 | -2/+0 | |
| |\| | ||||||
| | * | Fix missing joystick.h include (#22946) | Ryan | 2024-01-22 | 2 | -2/+0 | |
| | | | ||||||
| * | | I2C driver cleanup (#21273) | David Hoelscher | 2024-01-17 | 6 | -116/+42 | |
| | | | | | | | | | | | * remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver | |||||
| * | | i2c: rename read/write register functions (#22905) | Ryan | 2024-01-16 | 3 | -9/+9 | |
| | | | ||||||
| * | | Migrate RGB Matrix config to info.json - H (#22861) | Joel Challis | 2024-01-08 | 21 | -317/+222 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-01-07 | 5 | -0/+161 | |
| |\| | ||||||