Commit Graph

26384 Commits

Author SHA1 Message Date
a714fb7394 Merge pull request #555 from lesshonor/new-keymap/puckbuddy
feat: vial keymap for mechwild/puckbuddy
2023-09-30 12:21:43 -06:00
3f16b9ca32 Merge pull request #552 from crkochan/doio-kb30-tweak
DOIO KB30-01: Tweak encoder resolution
2023-09-30 12:21:23 -06:00
ed609a89f5 Merge pull request #550 from adophoxia/m1-vial
Port MonsGeek M1 to Vial
2023-09-30 12:20:56 -06:00
b3263c00f6 Merge pull request #543 from pies-n-loaf/fine40
Add vial support for fine40/mochi40
2023-09-30 12:20:01 -06:00
88dc61bbbf Merge pull request #539 from Lenbok/vial-support-for-2_milk-keyboard
Port support for spaceman 2% milk macropad
2023-09-30 12:19:18 -06:00
2a4dd4398f Update keyboards/monsgeek/m1/keymaps/vial/vial.json
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2023-09-28 19:32:04 -07:00
3d67cfbca1 refactor: update vial keymap 2023-09-28 20:04:27 -04:00
82cccb971c working version of vial firmware for puckbuddy 2023-09-28 19:34:10 -04:00
e45daffb45 Update keyboards/monsgeek/m1/keymaps/vial/vial.json
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2023-09-27 21:25:03 -07:00
cc78e42f3d Tweak encoder resolution
Media prev/next is sending too many key-presses per detent, increased resolution until this was reliably one per detent.
2023-09-26 14:33:45 -07:00
3e6b1c2d76 Port MonsGeek M1 to Vial 2023-09-22 22:28:49 -07:00
ee7f5acefb fix remaining keyboards 2023-09-17 21:58:32 -06:00
885ccf4a77 fix too big vial keymaps 2023-09-17 16:09:03 -06:00
5e1812798f Add vial config for fine40/mochi40 2023-09-12 11:30:52 -05:00
6c5e37a20b Merge pull request #541 from lesshonor/q3-2023-merge/pr-reword
docs: pull request comment update
2023-09-10 16:10:59 -06:00
a26fb7458a docs: update PR template with current guidelines 2023-09-10 14:12:50 -04:00
385b1b289c Merge pull request #540 from lesshonor/q3-2023-merge/refactor-builddefs
refactor: Vial builddefs
2023-09-09 23:23:16 -06:00
b04652cd79 Port support for spaceman 2% milk macropad 2023-09-10 13:48:13 +12:00
357e996ffd fix: restore vial keymap 2023-09-09 19:10:12 -04:00
8d8a0cdecc refactor: create Vial-specific makefile
Isolating Vial build rules and recipes makes it clearer where and why
the codebase diverges and prevents unintentional modifications after
upstream changes.
2023-09-09 18:59:03 -04:00
7766caa52e refactor: unify location of generated build files
Moving Vial's generated files to the same place all the other generated
files go means not having to tack on EXTRAINCDIRS.
2023-09-09 18:59:03 -04:00
03fa9dbfeb Merge pull request #537 from lesshonor/q3-merge/fix-2
Q3 merge updates
2023-09-09 15:17:59 -06:00
1dc86555bc fix: remove invalid keymaps/files 2023-09-09 10:43:18 -04:00
f1f441aa32 fix: broken/outdated firmware 2023-09-09 07:51:21 -04:00
4b79e18d5d refactor: unify keyboards with upstream 2023-09-09 07:51:20 -04:00
32252e38ca fix: AVR keymap compilation 2023-09-09 07:51:20 -04:00
994f09adb8 remove non-vial workflows 2023-09-08 21:15:33 -06:00
e390a34128 Merge remote-tracking branch 'qmk/master' into merge-2023-09-08 2023-09-08 20:53:27 -06:00
4875bcecc2 customMK EVO70 R2 Layout Additions (#21916)
* Rename `LAYOUT` to `LAYOUT_all`

[refactor]

* Add layout/matrix diagram

[docs]

* Correct layout data

Reduce the gap between the encoder/macro section and the alphanumeric
section by 0.25u.

[enhancement]

* Add `LAYOUT_ansi_blocker`

[enhancement]

* Add `LAYOUT_iso_blocker`

[enhancement]

* Fix redundant `layout_aliases` keys

per dunk2k

[bugfix]
2023-09-08 19:11:07 -07:00
3e3320e8d9 Cipulot EC Theca Community Layout Support (#21913)
* Alias `LAYOUT_all` as `LAYOUT_tkl_ansi`

The data for `LAYOUT_all` and `LAYOUT_tkl_ansi` is identical, so alias
the former to the latter to reduce redundancy.

[refactor]

* Rename `LAYOUT_tkl_ansi_tsangan_wkl` to `LAYOUT_tkl_ansi_wkl`

[refactor]

* Enable Community Layout support

[enhancement]
2023-09-07 13:53:16 -07:00
c783325e16 GMMK2 96% ANSI: Correct layout data (#21937)
[enhancement]
2023-09-06 19:57:24 +01:00
e3c6467ab9 [Docs] Improve contrast for warnings in dark mode (#21928) 2023-09-05 19:00:14 -07:00
7fb60519ee GMMK2 65% ISO: Correct layout data (#21925)
Correct key sizes/positioning on the right side of the board.
2023-09-06 00:46:29 +01:00
549708edfa Bump actions/checkout from 3 to 4 (#21907)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 18:50:04 +01:00
6aa3814f6e CannonKeys BastionTKL Layout Additions (#21901)
* [docs] add layout/matrix diagram

* [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift

* [enhancement] add LAYOUT_tkl_ansi_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_ansi_tsangan

* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan

* [enhancement] add LAYOUT_tkl_f13_ansi_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_ansi

* [enhancement] correct LAYOUT_tkl_iso key order

* [enhancement] add LAYOUT_tkl_iso_split_bs_rshift

* [enhancement] add LAYOUT_tkl_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_iso_tsangan

* [enhancement] add LAYOUT_tkl_f13_iso_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_iso

* [enhancement] add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_tkl_f13_iso_tsangan

* [enhancement] extend Community Layout support
2023-09-05 00:48:35 -07:00
809865e9ee CannonKeys Bastion65 Layout Additions (#21888)
* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_65_ansi_blocker_split_bs

* [enhancement] add LAYOUT_65_ansi_blocker

* [enhancement] add LAYOUT_65_ansi_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_65_ansi_blocker_tsangan

* [enhancement] add LAYOUT_65_iso_blocker_split_bs

* [enhancement] add LAYOUT_65_iso_blocker

* [enhancement] add LAYOUT_65_iso_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_65_iso_blocker_tsangan

* [enhancement] enable Community Layout support
2023-09-05 00:21:15 -07:00
2f243e2817 CannonKeys Bastion60 Layout Additions (#21887)
* [bugfix] correct LAYOUT_60_iso_tsangan key order

* [docs] add layout/matrix diagram

* [enhancement] add LAYOUT_60_tsangan_hhkb

* [enhancement] add LAYOUT_60_ansi_tsangan

* [enhancement] add LAYOUT_60_iso

* [enhancement] add LAYOUT_60_iso_split_bs_rshift

* [enhancement] add LAYOUT_60_iso_tsangan_split_bs_rshift

* [enhancement] add LAYOUT_60_hhkb

* [enhancement] extend Community Layout support
2023-09-04 23:55:24 -07:00
2f517041c7 CannonKeys Bastion75 Layout Additions (#21899)
* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_ansi_blocker_split_bs

* [enhancement] add LAYOUT_ansi_blocker

* [enhancement] add LAYOUT_ansi_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_ansi_blocker_tsangan

* [enhancement] add LAYOUT_iso_blocker_split_bs

* [enhancement] add LAYOUT_iso_blocker

* [enhancement] add LAYOUT_iso_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_iso_blocker_tsangan
2023-09-04 23:34:23 -07:00
b2ded61796 Auto-label data-driven efforts (#21900) 2023-09-04 09:09:53 +01:00
fd095bbfae Chosfox CF81: correct layout data (#21902) 2023-09-04 07:56:43 +01:00
9eaa8a24ed ANAVI Macro Pad 12: rename LAYOUT to LAYOUT_ortho_4x3 (#21886)
[refactor]
2023-09-03 23:17:53 -07:00
dd17b6be29 AH Haven80 Community Layout support (#21885)
* [enhancement] correct layout data

* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_tsangan

* [enhancement] enable Community Layout support

* Haven80 Solder: add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift

[enhancement]

* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift

[enhancement]

* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan

[enhancement]

* Haven80 Solder: extend Community Layout support

[enhancement]
2023-09-03 22:39:35 -07:00
e26442fc2a redragon/k667: Remove 2 layer VIA restriction (#21889) 2023-09-03 16:57:10 +01:00
fbf1c160eb Added Madeline (#531)
* add default and vial keymaps

* fix readme

* Move entirely to data driven, matching QMK PR

Update to match https://github.com/qmk/qmk_firmware/pull/21857

* Update keyboards/kiserdesigns/madeline/keymaps/vial/vial.json

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* Update keyboards/kiserdesigns/madeline/keymaps/vial/rules.mk

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* Update keyboards/kiserdesigns/madeline/keymaps/vial/keymap.c

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* Update keyboards/kiserdesigns/madeline/keymaps/vial/keymap.c

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* Match number of layers b/t keymap and encodermap

This reverts commit db72bf0baf69044d8ca9447170b051fb0daab2cb.

* format info.json

---------

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2023-09-02 22:37:25 -06:00
8ad43a965f Added kiserdesigns keyboard folder and Madeline keyboard (#21857)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-02 21:34:09 -07:00
47e72a95ef Add M6-C Keyboard Firmware (#21852)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf <contact@vwolf.be>
2023-09-02 21:32:40 -07:00
04ce3497ab [keyboard] add redragon/k667 (#21417)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: syc <squall_sha@163.com>
2023-09-02 21:12:43 -07:00
b03b49fca3 Add 1upkeyboards Super16v3 (#21665)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-09-02 20:43:58 -07:00
5bb9abae7d refactor: improve code for QMK merge (#532) 2023-09-02 21:43:33 -06:00
4394d81c22 Add VialRGB_ENABLE to rules.mk (#529) 2023-09-02 21:43:02 -06:00