Commit Graph

440 Commits

Author SHA1 Message Date
Nick Brassel
2c8b8ef713
Add CachyOS as apparently some installs don't include $ID_LIKE. 2025-06-19 10:04:12 +10:00
Nick Brassel
44ec55032e
sh. 2025-06-04 23:45:24 +10:00
Nick Brassel
d4cb53e264
Merge remote-tracking branch 'upstream/master' into bootstrap 2025-06-04 23:05:30 +10:00
Nick Brassel
70ce814790
Allow for missing udevadm (i.e. GHA) 2025-06-04 23:04:27 +10:00
Nick Brassel
4d7764f7f6
bash-isms not welcome here. 2025-06-04 23:00:31 +10:00
Nick Brassel
90ed47945f
Add udev rule installation support. 2025-05-22 20:21:43 +10:00
Nick Brassel
fa24b0fcce
Remove outdated nix support due to bit-rot. (#25280) 2025-05-21 07:17:58 +10:00
Nick Brassel
ef67e89836
Oops. 2025-05-13 10:32:14 +10:00
Nick Brassel
c80de06b66
Oops. 2025-05-13 10:02:19 +10:00
Nick Brassel
454767e758
Script args comments. 2025-04-22 22:41:26 +10:00
Nick Brassel
e52491a71f
Attempt at installing Windows drivers. 2025-04-22 22:28:34 +10:00
Nick Brassel
77366af7ec
uv tools directory move. 2025-04-22 11:35:52 +10:00
Nick Brassel
b998dcfd0e
More Windows deps. 2025-04-22 09:43:39 +10:00
Nick Brassel
decf39592e
Package naming on QMK MSYS. 2025-04-22 09:25:57 +10:00
Nick Brassel
de8d66b6fd
No need for sudo under QMK MSYS 2025-04-22 09:19:07 +10:00
Nick Brassel
a171b36eaf
stderr. 2025-04-22 00:49:32 +10:00
Nick Brassel
36c2db8629
Cleanup. 2025-04-22 00:44:10 +10:00
Nick Brassel
7c7a9e0e34
I suppose we need git too. 2025-04-22 00:28:54 +10:00
Nick Brassel
fa1e51dd19
Python version. 2025-04-21 23:38:33 +10:00
Nick Brassel
0d38d2adcf
Fixup chicken-and-egg problem with uv installation. 2025-04-21 23:22:57 +10:00
Nick Brassel
d10d637762
Hard-coded default distrib directory. 2025-04-21 17:26:46 +10:00
Nick Brassel
1fb6323a0d
macOS path fix, dos2unix dependency. 2025-04-21 11:32:01 +10:00
Nick Brassel
10faf16edf
Potentially uninitialised variable. 2025-04-04 22:01:19 +11:00
Nick Brassel
a8d4e89e41
Allow relocation of uv tools directory, defaulting to inside the MSYS tree on Windows. 2025-04-02 17:08:14 +11:00
Nick Brassel
9b201d362c
Spaaaaaaaaace 2025-04-02 16:41:15 +11:00
Nick Brassel
0d18136fdb
Use --confirm or CONFIRM=1 to skip delay, fixup use of sudo when unavailable as root. 2025-03-30 00:28:06 +11:00
Nick Brassel
73b0a6d37c
GHA. 2025-03-30 00:24:12 +11:00
Nick Brassel
99bf22a50e
Windows doesn't like /dev/tty, pivot to delay with Ctrl-C prompt. 2025-03-28 22:52:52 +11:00
Nick Brassel
1921a4808f
Formatting. 2025-03-27 22:39:55 +11:00
Nick Brassel
4ef00cd6e8
Argument parsing. 2025-03-27 22:36:37 +11:00
Nick Brassel
fa170a7c15
Basic package manager stuff on macOS/Linux. 2025-03-27 21:41:02 +11:00
Stefan Kerkmann
c9d62ddc78
[Core] use keycode_string in unit tests (#25042)
* tests: use keycode_string feature

With a proper keycode to string implementation in qmk there is no need
to use the unit tests only implementation anymore.

Signed-off-by: Stefan Kerkmann <karlk90@pm.me>

* tests: remove keycode_util feature

This feature is no longer used as we switched the tests to the
keycode string implementation.

Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
2025-03-21 08:47:22 +01:00
Nick Brassel
ad8c332b59
Distribution path. 2025-03-20 23:53:19 +11:00
Nick Brassel
cb4043ec4c
Add environment bootstrap script. 2025-03-19 12:05:06 +11:00
Joel Challis
6e1d3d6d07
Add EOL to non-keyboard files (#24990) 2025-03-06 23:17:51 +00:00
QMK Bot
8ca303168e Merge remote-tracking branch 'origin/master' into develop 2025-02-15 04:56:34 +00:00
wmatex
5e88647879
Fix installation of clang in gentoo install script (#24917)
fix: sys-devel/clang was renamed to llvm-core/clang

see: 1f9f1999cd
2025-02-15 15:56:00 +11:00
QMK Bot
1174d16b5a Merge remote-tracking branch 'origin/master' into develop 2025-01-15 19:36:54 +00:00
Haim Gelfenbeyn
7b83bb9d26
Allow running Docker container on MacOS (without in-container USB support) (#24412) 2025-01-16 06:36:20 +11:00
Ryan
a336c04a6a
macOS install: remove bad ARM toolchains (#24637) 2025-01-06 13:19:45 +11:00
Drashna Jaelre
58323017ff
Add ArteryTek AT32 dfu to udev rules (#24747) 2024-12-25 02:57:30 +00:00
Ryan
d189de24a0
Simple Python script to show polling rate (#24622) 2024-11-23 14:07:18 +00:00
QMK Bot
65b5dc7e0f Merge remote-tracking branch 'origin/master' into develop 2024-10-06 08:40:06 +00:00
Nick Brassel
c82f675266
Install dnf copr plugin if not present (i.e. docker containers). (#24308)
* Install `dnf copr` plugin if not present (i.e. docker containers).

* Don't need to skip prompt when invoking help.
2024-10-06 21:39:37 +13:00
Stefan Kerkmann
784786c00c
[Core] util: uf2families: sync with upstream (#24351)
util: uf2families: sync with upstream

The upstream revision is:
5b9299df61/utils/uf2families.json

Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
2024-09-01 15:57:41 +01:00
Ryan
b07a68230d
Fix version check in Fedora install script to be >= 39 (#24281) 2024-08-15 12:10:35 +01:00
Nick Brassel
158aaef78c
ChibiOS update script updates. (#24267) 2024-08-12 20:35:56 +10:00
Nick Brassel
4d4d7b76b0
[CI] Disable Discord webhook when CI run is cancelled. (#24104)
* Disable Discord webhook when CI run is cancelled.

* Include link to binaries in Discord output.
2024-07-12 01:19:33 +01:00
zvecr
c58c5fa8fa Fix missing hashbang 2024-07-12 01:18:50 +01:00
Nick Brassel
565bb704e0
fixup CI exec flag 2024-07-12 09:48:38 +10:00