Commit Graph

25625 Commits

Author SHA1 Message Date
f57e09e514 fix: various builds (#483) 2023-06-18 16:15:49 -06:00
e53111e26d Add vial keymap for fc980c (#481)
* Add vial keymap for fc980c

* Implement suggested code review changes

* Fix broken `matrix_is_on` function
2023-06-18 16:15:29 -06:00
f2af3f511d Add imi60 support (#475)
* Create config.h

* Create keymap.c

* Create rules.mk

* Create vial.json

* Create keymap.c

* Create config.h

* Create imi60.c

* Create imi60.h

* Create info.json

* Create rules.mk

* Update keyboards/keyten/imi60/info.json

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

* Delete config.h

* Delete imi60.h

* Delete imi60.c

* Update keyboards/keyten/imi60/keymaps/default/keymap.c

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

* Update keyboards/keyten/imi60/keymaps/vial/keymap.c

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

* Update keyboards/keyten/imi60/keymaps/vial/rules.mk

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

* Update keyboards/keyten/imi60/rules.mk

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

* Update config.h

---------

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2023-06-18 16:14:58 -06:00
be099f9f32 refactor(core): nix duplicate makefile inclusions
DIP_SWITCH and DYNAMIC KEYMAP are already included by
generic_features.mk
2023-06-18 13:32:31 -04:00
4fb8cc318c refactor(core): mis-copied file 2023-06-18 13:31:15 -04:00
b376fcb4ec Reinstate "Add support for 8 buttons to mouse report (#10807)"
This reverts commit 449eacbe01, which
reverted 99f3df2893.
2023-06-18 13:31:14 -04:00
f1bdb0531c Fix compile error when define constant mode (#474)
* Combine conditional expressions in one line

* Remove spaces
2023-06-08 23:20:36 -06:00
0b5cd38568 Merge pull request #478 from lesshonor/ci-buildall
refactor: build all CI workflow
2023-06-05 20:18:57 -06:00
9c99548fa3 feat: keymap failure count 2023-06-05 19:09:49 -04:00
ee112bbcf4 refactor: build all CI workflow 2023-06-04 23:17:05 -04:00
4ed04d9232 refactor: all vial keymaps now named 'vial' (#477) 2023-06-04 20:36:06 -06:00
42ba6375a6 vial_keycode_up/down: fix sending action_exec 2023-06-04 15:23:52 -06:00
2ebc2fd3a2 fix failing keyboards 2023-06-04 14:30:28 -06:00
d6e95213e3 Merge remote-tracking branch 'qmk/master' into merge-2023-06-03 2023-06-03 12:35:25 -06:00
f4a608255a [Keyboard] Add the Zed65 rev.1 PCB (#21043)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
2023-06-03 01:03:45 -06:00
d1991f5307 Update split_3x5_2 community layout info (#21022) 2023-06-03 03:13:52 +01:00
ae5bcaac0d [keyboard] Phoenix (#21051)
* Update keyboards/cablecardesigns/phoenix/
2023-06-02 08:45:54 +01:00
b110a09886 [Keyboard] Add lightweight65 keyboard (#21034)
Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
2023-06-01 07:10:47 -07:00
c805c10672 [Keymap] z12 zigotica keymap tweaks (#20990) 2023-06-01 02:25:49 -07:00
0c9c4a4e56 [Keymap] zweihander-macos: Don’t pretend to be a mouse (#20997) 2023-06-01 02:25:33 -07:00
81bc0925e9 [Keymap] Modify kkokdae keymap for keyboardio/atreus (#21037) 2023-05-31 12:02:58 -07:00
c2ddd77e0d [Keymap] Cleanup coffeeislife87 keymap and remove features (#21061)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Fae <faenkhauser@gmail.com>
2023-05-31 11:46:59 -07:00
3a3e5abac9 [Keymap] Drashna Keymap updates for 0.21.0 (#21073) 2023-05-31 11:44:06 -07:00
1411c79aef qmk find: Fix handling of functions in filters (#21090)
Functions in filters did not work properly except when used in the last
(or only) filter.  The problem was caused by the peculiarity of the
`lambda` behavior in Python — any variables from the outer scope are
captured only by reference, therefore any subsequent reassignment of
those variables is propagated to all lambdas created earlier in the same
scope.  Together with the laziness of `filter()` (it returns an iterator
which performs filtering on demand) this resulted in all function
filters using the values of the `key` and `value` variables which
correspond to the last filter in the sequence, therefore the result of
filtering was wrong if some filter with a function was not the last one
in the sequence.

Apparently the shortest way to make a Python lambda capture some
variables by value is to add arguments with default values for such
variables (default values are evaluated when the lambda is created, and
any subsequent reassignments in the outer scope no longer changes them).
This makes filters with functions work properly even when such filters
are not at the last position in the sequence.
2023-05-30 19:24:19 +01:00
913691b9f0 Bump tj-actions/changed-files from 35 to 36 (#21058)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 36.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v35...v36)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  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-05-30 02:10:57 +01:00
1e2deddd43 Remove outdated remarks regarding the default MT behavior (#21077) 2023-05-30 02:08:15 +01:00
42c6920e23 Update auto_tag.yml (#21050) 2023-05-28 23:27:13 +01:00
d02ff2edd9 Update "Most Recent ChangeLog" (#21071) 2023-05-28 21:36:46 +01:00
5024370dd0 Merge branch 'develop' 2023-05-29 06:17:24 +10:00
8b1d86eabf Remove develop note in readme. 2023-05-29 06:16:06 +10:00
32d865572c develop 2023q2 changelog (#21049)
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-05-29 06:02:11 +10:00
105915582a New keyboard: Model H controller for IBM Model M (#469)
* added modelh controller

* updated readme
2023-05-28 03:14:59 -06:00
4cb9541bbc Add support for GH80-3000 (#468) 2023-05-28 03:14:39 -06:00
ca8021e65a Support for ashpil Model M USB-C (#472)
* Add support for ashpil/modelm_usbc

* revert config.h to upstream

* remove via keymap
2023-05-27 23:26:09 -06:00
427b93b70d Support for Mechlovin' Infinity87 (#471)
* Basic Port

* Basic Port
2023-05-27 23:25:53 -06:00
5b6acd035d Add Rainkeebs Twoyo (#465)
* add reviung53 vial files

* Revert "add reviung53 vial files"

This reverts commit 074be536deda760843efda31f0c5ee9dbbb5a5e7.

* add rainkeebs twoyo

* add vial.json

* add layout options

* add config.h

* move config to info.json

* decrease firmware size

* add encoder mapping

* fix layout

* fix split layout keymap

* prettify vial.json

* fix file formatting

* reduce firmware size with tapdance

* enable encoder map for default
2023-05-27 23:25:26 -06:00
8c9f54d70b Encoder map: NUM_DIRECTIONS (#21066) 2023-05-28 13:38:24 +10:00
f98f8eedf0 Consolidate modelm v2 (#14996)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-27 23:12:36 +10:00
e759230706 Fix up keebio/cepstrum (#21062) 2023-05-27 05:49:57 +01:00
249fb3c2c2 [BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988) 2023-05-27 13:26:14 +10:00
5642bd1807 Fix up qmk find when not specifying filters. (#21059) 2023-05-27 13:23:07 +10:00
363bfdbfda Move RGBLIGHT_LIMIT_VAL to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-27 12:27:44 +10:00
8fdcba12e6 Merge remote-tracking branch 'origin/master' into develop 2023-05-26 20:19:17 +00:00
16767e4d59 Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#21057)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26 21:18:33 +01:00
5efdc28a86 Merge remote-tracking branch 'origin/master' into develop 2023-05-26 02:07:54 +00:00
1c1bc565de [Bugfix + Refactor] qmk painter-convert-graphics (#19994) 2023-05-26 03:07:06 +01:00
b2e5017e74 Move thekey to Drop vendor folder (#21032) 2023-05-25 23:08:12 +01:00
873922d98f Implement UF2 device type id extension tag (#21029) 2023-05-25 23:07:47 +01:00
ed69d78f27 [Bug][Keyboard] Fix key display on Corne OLED (#21044) 2023-05-25 16:41:12 +01:00
6e41377824 qmk info - Remove printing of "Keyboard Folder" (#21033) 2023-05-24 23:27:57 +01:00