summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-04Update pr_checklist.md (#16484)jels
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
2022-03-03Typo in squeezing_avr.md (#16506)jels
Fixed typo in squeezing_avr docs.
2022-03-03Fix use of ISSI driver config before init (#16493)Joel Challis
2022-03-03Fix helix/rev2 not working properly when using split_common. (#16512)Takeshi ISHII
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 ```
2022-03-03[Bug] fix v-usb connection enumeration, ifdef workaround (#16511)Gompa
Co-authored-by: Joel Challis <git@zvecr.com>
2022-03-03Fix mistakes in the include path in `helix/rev2/local_features.mk`. (#16507)Takeshi ISHII
```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 ```
2022-03-03fixed typo in docs/newbs_getting_started.md (#16501)Jake VanderVaate
2022-03-02Change 'helix/rev2:default' setting to use split_common (#16432)Takeshi ISHII
* 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
2022-03-01Revert "handwired/3dortho14u: refactor layout data (#16475)" (#16485)xiao
This reverts commit 3ac769b6abe9b97a94033f376b28482d2d5f7b00.
2022-03-01atlas_65 Layout Macro Refactor (#16483)James Young
* 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`.
2022-03-01Remove invalid keyboard_folder from gk6 (#16480)Joel Challis
2022-03-01Ellora65: remove dead space from Configurator rendering (#16478)James Young
2022-03-01Move projectcain encoder logic to keyboard level (#16479)Joel Challis
2022-02-28Glacier: Community Layout support (#16474)James Young
* 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.
2022-02-28handwired/3dortho14u: refactor layout data (#16475)James Young
Remove nonextant matrix positions from the layout data.
2022-02-28snatchpad: update layout data (#16476)James Young
Fixes key overlaps in QMK Configurator.
2022-02-28CLI: Validate JSON keymap input (#16261)Erovia
* 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.
2022-02-27Fix issues with data driven split keyboards (#16457)Joel Challis
2022-02-27fix helix/rev2:edvorakjp build error (#16433)Takeshi ISHII
'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.
2022-02-27Revert CLI default for manufacturer (#16467)Joel Challis
2022-02-27Wolf Sabre: fix Configurator layout data (#16465)James Young
* apply friendly formatting to info.json * rebuild Configurator layout data KLE Rotation leads to incorrect layout data when converted to `info.json` format. * add matrix diagram to sabre.h
2022-02-27Wren: fix QMK Configurator key sequence (#16462)James Young
* Wren: fix QMK Configurator key sequence * info.json: update maintainer field
2022-02-26[Docs] Anchor link correction in rgb matrix docs (#16460)Albert Y
2022-02-26[Keymap] stanrc85 userspace rules cleanup (#16447)stanrc85
2022-02-27Link WS2812 driver page from rgb feature docs (#16366)Dasky
2022-02-26[Keyboard] add YMDK YMD21 v2 (#16442)James Young
* [Keyboard] add YMDK YMD21 v2 * remove trailing whitespace from default keymap
2022-02-26[Docs] Add commands to flashing docs (#16456)Ryan
2022-02-26[Handwired] Support for Adafruit lemon keypad (#16395)Dari
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com>
2022-02-26[Keyboard] ada1800mini (#16386)peepeetee
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-26Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish ↵Joel Challis
keymaps (#16448) * Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
2022-02-25Merge remote-tracking branch 'origin/develop'zvecr
2022-02-25Merge '51db8baf77e2c0aa5f54d73114e84a33306d7380' as emptyzvecr
2022-02-23Changelog 2022q1 (#16380)Joel Challis
* Initial changelog pass * update generate-develop-pr-list content * Fix bad word-ness * Fix generate-develop-pr-list ignores * Update docs/ChangeLog/20220226.md Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-02-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-22Format code according to conventions (#16435)QMK Bot
2022-02-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-22Install extra CLI dependencies that are missing (#16426)Joel Challis
* Install extra CLI dependencies that are missing * dos2unix is part of base container
2022-02-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-22handwired/frankie_macropad: disable some features to reduce size (#16431)Ryan
2022-02-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-22Install extra CLI dependencies that are missing (#16425)Joel Challis
2022-02-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-21[Keyboard] Fixed default keymap and add VIA for Baredev rev1 (#15818)Fernando Rodrigues
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-21[Keyboard] Add keyboard 3dortho14u (#16329)xiao
Co-authored-by: xia0 <xiao@morgan.net.au>
2022-02-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-21[Keyboard] Move rgb animation defines for KAPL keyboard (#16341)Alexander
2022-02-22Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-02-21fix layout macro (#16414)jack
Co-authored-by: jack <{ID}+{username}@users.noreply.github.com>
2022-02-21Add encoder defaults for Keebio boards (#16398)Danny
* Add BDN9 encoder defaults * Add DSP40 encoder default * Add FoldKB encoder defaults * Add Iris encoder defaults * Update Iris Rev. 6 encoder orientation * Add KBO-5000 encoder defaults * Add Quefrency encoder defaults * Add Sinc encoder defaults * Add Stick encoder defaults * Remove encoder settings from VIA keymaps