summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename ramonimbao folder to rmi_kb (#19699)Ramon Imbao2023-02-08171-521/+629
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-08186-1921/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084886-14866/+5301
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-0810-103/+677
|\
| * [Keyboard] Add Bear65 v2 (#19578)beelzebubi2023-02-0710-103/+677
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Tom Sennewald <tom@sennewald.me>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-082-1/+8
|\|
| * [Keyboard] Fix the underglow RGB LED (#19622)mechlovin2023-02-072-1/+8
| | | | | | | | Co-authored-by: h40 <73354045+h40io@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-0812-0/+364
|\|
| * [Keyboard] LW75 Support (#19506)Laneware2023-02-0712-0/+364
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-081-2/+2
|\|
| * changed the undefined ON and OFF parameters to thedefined constant (#19772)soggywhale2023-02-081-2/+2
| |
* | Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-07114-568/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-070-0/+0
|\|
| * [CI] Format code according to conventions (#19765)QMK Bot2023-02-071-91/+91
| |
* | [CI] Format code according to conventions (#19766)QMK Bot2023-02-071-91/+91
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-0711-0/+278
|\|
| * [Keyboard] Add aeroboard (#19087)eason2023-02-0711-0/+278
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-07472-1891/+0
| |
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-06517-2560/+6
| |
* | Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2023-02-0637-80/+94
| |
* | Remove `DEBOUNCE` macro usage (#19750)jack2023-02-0614-1/+57
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-059-0/+321
|\|
| * [Keyboard] Add Brick (#19728)Juno Nguyen2023-02-059-0/+321
| |
* | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-0584-431/+0
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-032212-6083/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Regen keycode_table for unit tests (#19721)Joel Challis2023-02-031-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-030-0/+0
|\|
| * Format code according to conventions (#19739)QMK Bot2023-02-031-1/+1
| |
* | [CI] Format code according to conventions (#19740)QMK Bot2023-02-031-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-0310-0/+357
|\|
| * [Keyboard] Add keebformom ortho 4x10 (#18104)nendezkombet2023-02-0210-0/+357
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-037-0/+160
|\|
| * [Keyboard] Add mkh studio bully (#19696)zhol07772023-02-037-0/+160
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-031-4/+5
|\|
| * Update handedness by define examples (#19687)Albert Y2023-02-031-4/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-032-0/+48
|\|
| * Added MacOS Support for BigKnob (#19693)Kassandra Karan2023-02-032-0/+48
| |
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-03925-2805/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-0270-0/+4474
|\|
| * [Keyboard] Add Keychron V6 (#19498)lalalademaxiya12023-02-0244-0/+2849
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Add Keychron V10 (#19504)lalalademaxiya12023-02-0226-0/+1625
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-0236-113/+1189
|\|
| * [Keyboard] Add rev_0131 for Keychron Q0 (#19547)lalalademaxiya12023-02-0219-113/+545
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Add Quarkeys Z67 with solder and hotswap versions (#19465)TommyZ2023-02-0217-0/+644
| | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-025-43/+35
|\|
| * [Keyboard] Add Crin (#18065)Andrew Kannan2023-02-025-43/+35
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-022-2/+8
|\|
| * Politely ask people not to submit issues to add support for unknown ↵Nick Brassel2023-02-032-2/+8
| | | | | | | | keyboards. (#19737)
* | Add commit info to `version.h` (#19542)Pablo Martínez2023-02-022-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit * Fix import order * Fix deleted code instead of debug print line * Format * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Ryan <fauxpark@gmail.com> * Renaming * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/git.py Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-028-0/+420
|\|