summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix API generation (#19866)Ryan2023-02-178-55/+36
| |
* | Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-17561-885/+845
| |
* | Remove matrix size defines (#19581)Ryan2023-02-172109-8522/+0
| |
* | Fixup durgod/dgk6x (scroll lock mis-defined as num lock) (#19864)jack2023-02-171-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-176-0/+246
|\|
| * [Keyboard] Add Ciel65 (#19847)chickenman1122023-02-166-0/+246
| | | | | | | | Co-authored-by: Sắn <59417802+MaiTheSan@users.noreply.github.com>
* | Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)Ryan2023-02-1731-79/+50
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move LED indicator config to data driven (#19800)Ryan2023-02-17979-2171/+1935
| |
* | Move Bootmagic config to data driven (#19860)Ryan2023-02-17281-700/+458
| |
* | Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-17348-3706/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-169-0/+428
|\|
| * [Keyboard] Add Quarkeys Z40 keyboard (#19741)TommyZ2023-02-169-0/+428
| | | | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Fix regen script for macOS (#19857)Joel Challis2023-02-161-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-151-45/+21
|\|
| * Elaborate on keyboard level encoder functionality (#19839)jack2023-02-151-45/+21
| |
* | [Bug] Fix compiliation issue for Key Overrides (#19856)Drashna Jaelre2023-02-151-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-151-0/+4
|\|
| * Fixup work_board VIA keymap (reduce firmware size) (#19850)jack2023-02-151-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-1411-0/+531
|\|
| * [Keyboard] add ‘soda/pocket’ (#19838)Jeayo Keh2023-02-1411-0/+531
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Fix Layer Mod handling of with right-handed mods. (#19845)Pascal Getreuer2023-02-142-1/+64
| |
* | Add swap hands status function (#19831)Albert Y2023-02-143-0/+17
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-14158-1197/+560
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-149-0/+346
|\|
| * add new keyboard creek70 (#19789)spbgzh2023-02-149-0/+346
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-1412-0/+756
|\|
| * Add Eclipse60 / tinyneko (#19379)Sắn2023-02-1412-0/+756
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-145-0/+181
|\|
| * Add keaboard keyboard (#19816)Keith Wade2023-02-145-0/+181
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Doc]Remove depracted extension links in vscode guide (#19842)しぐれ2023-02-143-5/+1
| |
* | Merge branch 'master' into developDasky2023-02-1416-29/+25
|\|
| * Update KC_NLCK and KC_SLCK in international docs (#19521)precondition2023-02-1412-16/+16
| |
| * Update fractal attribution comment (#19832)Albert Y2023-02-131-1/+1
| |
| * Fixup swiftrax/bumblebee (reduce firmware size) (#19834)jack2023-02-133-16/+8
| |
* | Update pico-sdk to 1.5.0 (#19829)Stefan Kerkmann2023-02-131-0/+0
| |
* | Remove lingering `I2CD2` usages w/ RP2040 (#19833)jack2023-02-132-4/+2
| |
* | Add rp2040_ce and add elite-pi and helios as alias (#19830)Joel Challis2023-02-1213-9/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add rp2040_ce and add elite-pi and helios as alias (#19628) * fix git mishap * Update platforms/chibios/converters/promicro_to_rp2040_ce/_pin_defs.h Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> * Tidy docs --------- Co-authored-by: Conor Burns <mail@conor-burns.com>
* | Fixup `develop` compiles. (#19828)Nick Brassel2023-02-131-11/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-1212-0/+214
|\|
| * [Keyboard] Add Blue Team Pad (#19807)Thomas2023-02-1212-0/+214
| | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Make Magic handling more consistent in Action Keycode handling (#9126)Drashna Jaelre2023-02-133-7/+24
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Tidy up use of keycode range helpers (#19813)Joel Challis2023-02-124-9/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-121-1/+1
|\|
| * Fix serial_driver.md list item numbering (#19819)souvlakeeb2023-02-121-1/+1
| |
* | core: allow locking the matrix state (#18852)dexter932023-02-132-1/+15
| | | | | | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Add combo hook to allow per layer combo reference layers. (#16699)Eric.a Gebhart2023-02-133-8/+104
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | Refactor Leader key feature (#19632)Ryan2023-02-1377-1950/+2439
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Restore packing of midi note keycodes (#19468)Joel Challis2023-02-132-141/+1185
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-02-133-3/+4
|\|
| * Fix layout aliases for two boards (#19818)Ryan2023-02-122-1/+4
| |