Commit graph

53 commits

Author SHA1 Message Date
VeyPatch
d6fecc5b3f [fix] move hlc layout to seperate file 2025-01-16 14:26:42 +01:00
VeyPatch
e9d598557e [feature] Create halcyon_info.json 2025-01-16 13:40:03 +01:00
VeyPatch
4f1b62171d [readme] Clarify adding to existing branch 2025-01-14 14:47:45 +01:00
VeyPatch
e646b28ce7 [fix] readability 2025-01-14 14:12:44 +01:00
VeyPatch
12d701993a [feature] Add keyboard filter for halcyon include 2025-01-14 14:01:59 +01:00
VeyPatch
1764ca5f2f [feature] Move files to seperate subfolder to make combining with existing userspace easier 2025-01-14 13:36:03 +01:00
VeyPatch
5edaa4b3ca Merge branch 'halcyon' of github.com:splitkb/qmk_userspace into halcyon 2025-01-06 10:42:44 +01:00
VeyPatch
3f5bc1227e Improve QP code 2025-01-06 10:41:32 +01:00
VeyPatch
29a6cb62ec Add more randomness 2024-12-24 22:04:21 +01:00
VeyPatch
b21425c33a Use hal/mcu conf 2024-12-24 13:55:29 +01:00
VeyPatch
b69b8c00e3 Better makefile formatting 2024-12-24 13:31:24 +01:00
VeyPatch
c077f6e1cc Disable LTO as it can cause some weirdness 2024-12-24 13:06:18 +01:00
VeyPatch
8b1710a8d8 Cleanup files 2024-12-24 13:06:07 +01:00
VeyPatch
ce638fa2cd
Allow for more colors 2024-12-13 19:25:13 +01:00
VeyPatch
80682e8204 reduce redundant checks 2024-12-13 16:56:46 +01:00
VeyPatch
f083338851 Add steps to add to an exisiting fork 2024-12-11 15:59:38 +01:00
VeyPatch
558034e5c7 Update readme 2024-12-11 15:12:10 +01:00
VeyPatch
ad0253071f fix RGB keycodes 2024-12-10 15:46:33 +01:00
VeyPatch
7afd77da6c update readme 2024-12-10 14:28:07 +01:00
VeyPatch
4b15449796 update example 2024-12-10 14:16:45 +01:00
VeyPatch
54b94fd016 Formatting 2024-12-10 14:13:02 +01:00
VeyPatch
03101b1624 keymap formatting 2024-12-10 14:12:18 +01:00
VeyPatch
27e9b17189 tidy up code and fix backlight bug 2024-12-03 17:18:20 +01:00
VeyPatch
29cd17cdbc update halcyon vial encoder position 2024-11-07 17:24:23 +01:00
VeyPatch
684fcbc14f remove rgb config as it's keyboard defined 2024-11-06 16:58:58 +01:00
VeyPatch
deaf77fce7 fix typo 2024-11-06 16:58:48 +01:00
VeyPatch
5a5e0ed036 remove unnused variables 2024-11-06 13:27:05 +01:00
VeyPatch
aa7b5b89e1 Remove spi config as it's default now from qmk main and move backlight config to halcyon.c as we always want that to happen (display on slave otherwise wouldn't turn off) 2024-11-05 14:46:12 +01:00
VeyPatch
f81d2a9fa8 remove encoder as it's keyboard defined 2024-10-29 15:50:30 +01:00
VeyPatch
c3b68102ae rename targets and add/remove qmk settings 2024-10-29 15:17:08 +01:00
VeyPatch
bf63378bd4 Fix target 2024-10-23 16:27:47 +02:00
harvey-splitkb
e702d1fbcb Add default 2024-10-23 13:24:28 +02:00
harvey-splitkb
638b36632d add vial 2024-10-22 16:57:12 +02:00
harvey-splitkb
c635df439e Revert "Add vial"
This reverts commit eef9d4dd75.
2024-10-22 16:49:00 +02:00
harvey-splitkb
e04d064e9c Revert "Update qmk.json"
This reverts commit 9b970f5026.
2024-10-22 16:48:58 +02:00
harvey
9b970f5026 Update qmk.json 2024-10-22 16:45:24 +02:00
harvey
eef9d4dd75 Add vial 2024-10-22 16:30:44 +02:00
harvey
385ab55a43 update keyboard level encoder defines 2024-10-22 15:10:34 +02:00
harvey
27aeec56b9 Add per keyboard configuration to keep QMK main clean 2024-10-18 16:50:11 +02:00
harvey
94038f6087 remove encoder quadrature as it's default 2024-10-18 15:28:17 +02:00
harvey-splitkb
72875e833d Update README.md 2024-10-17 15:28:58 +02:00
harvey-splitkb
c48c3a2ce8 Update qmk.json 2024-10-17 15:15:26 +02:00
harvey-splitkb
ac7c588033 Update modules name and add halcyon default keymap 2024-10-17 15:14:48 +02:00
harvey-splitkb
0fe01454d8 Add halcyon module support 2024-10-10 16:40:48 +02:00
Sergey Vlasov
35edec2998
Add clangd-related entries to .gitignore (#31)
This is needed to support VS Code with clangd for userspace keymaps (in
this case `compile_commands.json` and `.cache/clangd` are located in the
`qmk_userspace` working copy).
2024-09-05 18:51:35 +10:00
Chad Skeeters
e6f22f98b2
Removes duplicated word *with* in README.md (#29) 2024-08-30 03:27:51 +01:00
arisudesu
0f10c50b4c
Add qmk config user.overlay_dir step to README.md (#23) 2024-06-12 13:00:54 +10:00
Vitaliy Zaytsev
7672002109
use containerWorkspaceFolder var and pass it to setup.sh (#12)
- folder name inside dev container is same as folder name on host
  so if it differs from qmk_userspace then setup.sh cannot be found
  and it sets incorrect user.overlay_dir
- docs https://containers.dev/implementors/json_reference/
2024-05-02 12:20:54 +01:00
Nick Brassel
6ddb67dc56 Replicate qmk/qmk_firmware#23310 2024-05-02 20:11:50 +10:00
Nick Brassel
67fac7803e
Add support for devcontainers. (#6) 2024-02-23 22:35:45 +11:00