summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Keyboard] LFK78 VIA support and Update (#16502)Matthew Bautista2022-03-076-5/+80
|
* new lines at eof's (#16558)jack2022-03-072-2/+4
|
* [Keymap] Add encoder showcase keymap (#16544)Will McGloughlin2022-03-067-106/+68
|
* [Keyboard] Update DogTag Macro Pad (#16446)takashicompany2022-03-068-34/+74
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] BM68HSRGB/rev2 (#16454)peepeetee2022-03-0610-2/+629
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Update Jels88 (#16486)jels2022-03-063-4/+193
|
* [Keyboard] Delete duplicate pandora directory (#16496)Koobaczech2022-03-069-292/+0
|
* [Keyboard] Tidy Up pearlboards (#16497)Koobaczech2022-03-065-38/+38
|
* [Keyboard] Atlantis ak81_ve encoder behaviour enhancement & fixes (#16503)fOmey2022-03-063-10/+30
|
* [Keyboard] Sick68 VIA keymap (#16508)xiao2022-03-064-0/+84
| | | Co-authored-by: xia0 <xiao@morgan.net.au>
* [Keyboard] add qk65 files by qwertykeys studio (#16491)owlab-git2022-03-0618-0/+732
|
* [Keymap] Drashna Mouse keys and oled updates (#16556)Drashna Jaelre2022-03-0637-465/+776
|
* Format code according to conventions (#16554)QMK Bot2022-03-061-1/+1
|
* [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>
* [Keyboard] Add Kyuu Hotswap (#16360)Felix Jen2022-03-069-0/+383
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [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>
* [Keyboard] fourier via keymap (#16335)Andrew Garver2022-03-062-0/+71
|
* [Keyboard] add support for Quark_Plus (#16324)npspears2022-03-0617-0/+674
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Change helix:five_rows_jis keymap to use split_common (#16538)Takeshi ISHII2022-03-062-21/+118
|
* [Keymap] Change helix:fraanrosi keymap to use split_common (#16533)Takeshi ISHII2022-03-061-0/+1
|
* merge/uma - Resolve configurator issues (#16551)Joel Challis2022-03-061-2/+2
|
* Change helix:five_rows keymap to use QMK standerd oled driver (#16539)Takeshi ISHII2022-03-061-0/+1
|
* `qmk info`: nicer rendering of ISO enter (#16466)Ryan2022-03-051-25/+69
|
* Update info.json (#16540)Joel Challis2022-03-061-2/+2
|
* 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"
* support more leds (#15840)yulei2022-03-053-45/+114
|
* [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>
* More validation of declared LAYOUT macro names (#16520)Joel Challis2022-03-042-1/+28
|
* Bug report template: require `qmk doctor` output (#16517)Ryan2022-03-031-13/+12
|
* analog.[ch]: remove unnecessary includes (#16471)Ryan2022-03-045-6/+4
|
* Melody96 refactor (#16455)Ryan2022-03-0410-275/+1177
|
* 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
* Typo in squeezing_avr.md (#16506)jels2022-03-031-1/+1
| | | Fixed typo in squeezing_avr docs.
* Fix use of ISSI driver config before init (#16493)Joel Challis2022-03-033-2/+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 ```
* [Bug] fix v-usb connection enumeration, ifdef workaround (#16511)Gompa2022-03-031-0/+4
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Fix mistakes in the include path in `helix/rev2/local_features.mk`. (#16507)Takeshi ISHII2022-03-032-4/+6
| | | | | | | | | | | | ```diff --- a/keyboards/helix/rev2/local_features.mk +++ b/keyboards/helix/rev2/local_features.mk @@ -6,7 +6,7 @@ # KEYBOARD_LOCAL_FEATURES_MK := --include $(strip $(HELIX_TOP_DIR)/pico/override_helix_options.mk) ## File ded icated to maintenance +-include $(strip $(HELIX_TOP_DIR)/rev2/override_helix_options.mk) ## File dedicated to maintenance ```
* fixed typo in docs/newbs_getting_started.md (#16501)Jake VanderVaate2022-03-031-1/+1
|
* Change 'helix/rev2:default' setting to use split_common (#16432)Takeshi ISHII2022-03-0211-114/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add licenses message to helix/rev2 files * Minimize the processing of helix/rev2/local_features.mk * Changed helix/rev2 default setting to use split_common * fix helix/rev2:edvorakjp build error * Remove unnecessary '#include' from keymap.c * helix keymaps Workaround for build errors. five_rows_jis, fraanrosi, froggy, froggy_106, yshrsmz * Revert "fix helix/rev2:edvorakjp build error" This reverts commit 731dbbe15155b3efe2ff9f5ad61c7d0cf529e837. Separated into a single PR #16433. * Revert "Changed helix/rev2 default setting to use split_common" This reverts commit e76dbd7762e06e0781ee004213878b1a5029fa98. * add 'SPLIT_*_STATE_ENABLE' into helix/rev2/config.h * Revert "helix keymaps Workaround for build errors. five_rows_jis, fraanrosi, froggy, froggy_106, yshrsmz" This reverts commit 9b316c1c6a532f908f2ac430233089797ce7c794. * change helix:default to use split_common * change helix:five_rows to use split_common * add comment into helix/rev2/rules.mk * change helix:led_test to use split_common
* Revert "handwired/3dortho14u: refactor layout data (#16475)" (#16485)xiao2022-03-014-8/+18
| | | This reverts commit 3ac769b6abe9b97a94033f376b28482d2d5f7b00.
* atlas_65 Layout Macro Refactor (#16483)James Young2022-03-015-61/+69
| | | | | | | | | | | | | | | | | | | | | | | | | * atlas_65.h: add matrix diagram * atlas_65.h: apply linting - convert tabs to spaces - four-space indent - align backslashes in layout macro * atlas_65.h: adjust layout macro alignment Visually separates each side. White-space-only change. * physically arrange layout macro Move the matrix position identifiers in the layout macro to resemble the assembled keyboard's layout. - move `k46` (right side B) to the fourth (Shift) row - move each of `k1E`, `k2E` and `k3E` (right side navigation keys) up one row - update keymaps to match * update maintainer data Update the maintainer data in `info.json` and `readme.md`.
* Remove invalid keyboard_folder from gk6 (#16480)Joel Challis2022-03-011-1/+0
|
* Ellora65: remove dead space from Configurator rendering (#16478)James Young2022-03-011-2/+82
|
* Move projectcain encoder logic to keyboard level (#16479)Joel Challis2022-03-018-8/+10
|
* Glacier: Community Layout support (#16474)James Young2022-02-284-4/+9
| | | | | | | | | | | | * Glacier: Community Layout support Enables the Glacier to use QMK's `tkl_f13_ansi_tsangan` community layout. - rename `LAYOUT` to `LAYOUT_tkl_f13_ansi_tsangan` - add `LAYOUTS` rule to `rules.mk` * info.json: correct maintainer value Use the maintainer's GitHub username.
* handwired/3dortho14u: refactor layout data (#16475)James Young2022-02-284-18/+8
| | | Remove nonextant matrix positions from the layout data.
* snatchpad: update layout data (#16476)James Young2022-02-281-4/+4
| | | Fixes key overlaps in QMK Configurator.
* CLI: Validate JSON keymap input (#16261)Erovia2022-02-286-18/+47
| | | | | | | | | | | | | | | | | | | | | * Fix schema validator It should use the passed schema. * Add required attributes to keymap schema * Rework subcommands to validate the JSON keymaps The 'compile', 'flash' and 'json2c' subcommands were reworked to add JSON keymap validation so error is reported for non-JSON and non-compliant-JSON inputs. * Fix required fields in keymap schema * Add tests * Fix compiling keymaps directly from keymap directory * Schema should not require version for now.
* Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-274-27/+32
|
* fix helix/rev2:edvorakjp build error (#16433)Takeshi ISHII2022-02-271-1/+1
| | | | | 'helix/rev2/keymaps/edvorakjp' was no longer buildable due to changes made by #14864. The reason is that the prototype of `oled_task_user()` was changed in keymaps/edvorakjp/oled.c, but keymaps/edvorakjp/oled.h was not changed. Therefore, I modified the prototype in keymaps/edvorakjp/oled.h.