summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-079-0/+408
|\
| * [Keyboard] Add support for Typ65+ (#16399)kopibeng2022-03-069-0/+408
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-079-0/+383
|\|
| * [Keyboard] Add Kyuu Hotswap (#16360)Felix Jen2022-03-069-0/+383
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-0711-0/+430
|\|
| * [Keyboard] Add Lain keyboard (#16345)Takuya Urakawa2022-03-0611-0/+430
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-072-0/+71
|\|
| * [Keyboard] fourier via keymap (#16335)Andrew Garver2022-03-062-0/+71
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-0717-0/+674
|\|
| * [Keyboard] add support for Quark_Plus (#16324)npspears2022-03-0617-0/+674
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-072-21/+118
|\|
| * [Keymap] Change helix:five_rows_jis keymap to use split_common (#16538)Takeshi ISHII2022-03-062-21/+118
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-071-0/+1
|\|
| * [Keymap] Change helix:fraanrosi keymap to use split_common (#16533)Takeshi ISHII2022-03-061-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-061-2/+2
|\|
| * merge/uma - Resolve configurator issues (#16551)Joel Challis2022-03-061-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-061-0/+1
|\|
| * Change helix:five_rows keymap to use QMK standerd oled driver (#16539)Takeshi ISHII2022-03-061-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-051-25/+69
|\|
| * `qmk info`: nicer rendering of ISO enter (#16466)Ryan2022-03-051-25/+69
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-051-2/+2
|\|
| * Update info.json (#16540)Joel Challis2022-03-061-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-055-18/+15
|\|
| * Some docs improvements (#15845)kiilerix2022-03-055-18/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs: clarify in "Keymap Overview" what LAYOUT is and isn't It is not strictly necessary to use LAYOUT macros in keyboard.c, but it is a convenient abstraction of hardware internals, allowing focus on the physical keyboard layout. From the C source point of view LAYOUT is macro with a parameter list, which expands to a array of rows that each is an array with a keyboard scancode for each column. A macro parameter list is not an array, and even less a single array. Perhaps no big deal, but also no reason to give incorrect hints. * docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1de This part of the documentation was no longer correct. I tried updating it, mainly copy editing and using github links to latest release. This is not trying to fix all problems, but just trying to fix some problems while reusing much of the old phrases and structure. * Update docs to use "qmk format-python"
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-053-45/+114
|\|
| * support more leds (#15840)yulei2022-03-053-45/+114
| |
* | Map data driven `DESCRIPTION` as string literal (#16523)Ryan2022-03-056-6/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-0433-60/+657
|\|
| * [Keyboard] BDE Rev2 (#15877)Kyle McCreery2022-03-0433-60/+657
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-042-1/+28
|\|
| * More validation of declared LAYOUT macro names (#16520)Joel Challis2022-03-042-1/+28
| |
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-046-10/+24
| | | | | | | | | | * Change data driven "str" type to represent a quoted string literal * Update docs
* | Remove `send_unicode_hex_string()` (#16518)Ryan2022-03-044-56/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-041-13/+12
|\|
| * Bug report template: require `qmk doctor` output (#16517)Ryan2022-03-031-13/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-045-6/+4
|\|
| * analog.[ch]: remove unnecessary includes (#16471)Ryan2022-03-045-6/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-0410-275/+1177
|\|
| * Melody96 refactor (#16455)Ryan2022-03-0410-275/+1177
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-041-1/+1
|\|
| * Update pr_checklist.md (#16484)jels2022-03-041-1/+1
| | | | | | Update readme.md template link from https://github.com/qmk/qmk_firmware/blob/master/data/templates/avr/readme.md to https://github.com/qmk/qmk_firmware/blob/master/data/templates/keyboard/readme.md
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-031-1/+1
|\|
| * Typo in squeezing_avr.md (#16506)jels2022-03-031-1/+1
| | | | | | Fixed typo in squeezing_avr docs.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-033-2/+9
|\|
| * Fix use of ISSI driver config before init (#16493)Joel Challis2022-03-033-2/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-036-7/+9
|\|
| * Fix helix/rev2 not working properly when using split_common. (#16512)Takeshi ISHII2022-03-036-7/+9
| | | | | | | | | | | | | | | | | | | | | | When helix/rev2 was using split_common, it didn't work properly and I couldn't type on the right hand side. The cause is that the following code, added in 0.16.0 to `quantum/keyboard.c`, does not include `quantum/split_common/split_util.h` but instead includes `keyboards/helix/rev2/split_util.h`. Therefore, `split_pre_init()/split_post_init()` in `quantum/split_common/split_util.c` was not called. ```c #ifdef SPLIT_KEYBOARD # include "split_util.h" #endif ```
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-031-0/+4
|\|
| * [Bug] fix v-usb connection enumeration, ifdef workaround (#16511)Gompa2022-03-031-0/+4
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-032-4/+6
|\|