veypatch
4e67c28c17
Fix RGB matrix layout for Splitkb Halcyon/Aurora corne ( #26424 )
2026-09-02 09:06:42 -06:00
14774c8482
Add license headers to splitkb/aurora glcdfont.c files ( #26382 )
...
* Add license headers to splitkb/aurora glcdfont.c files
`qmk lint` requires a license header on every code file in a keyboard's
directory tree, but the three Aurora glcdfont.c files have none. Since
lint walks each parent directory of the target, this makes
`qmk lint -kb splitkb/aurora/{corne,lily58,sweep}/rev1` fail for every
user of those boards, including on keymaps they have no control over.
The three files are byte-identical copies of a Corne font, so use the
same `Copyright <year> QMK` attribution already used for the comparable
file in keyboards/helix/glcdfont.c rather than assigning authorship.
Lint now passes for all three boards.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
* Update keyboards/splitkb/aurora/corne/glcdfont.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/splitkb/aurora/lily58/glcdfont.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/splitkb/aurora/sweep/glcdfont.c
Co-authored-by: Joel Challis <git@zvecr.com >
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2026-08-10 11:28:50 -07:00
Joel Challis
a498daf627
Migrate SPLIT_OLED_ENABLE ( #26194 )
2026-05-07 22:32:38 +01:00
Joel Challis
5db9f2fb41
Remove OLED_DISPLAY_128X32 config ( #26190 )
2026-05-07 22:27:02 +01:00
QMK Bot
4f7a7873c8
[CI] Format code according to conventions ( #26000 )
...
Format code according to conventions
2026-02-11 16:06:13 +00:00
Ryan
6b38dc17cd
Remove deprecated RGB_ and Mouse keycodes ( #25444 )
...
* Remove deprecated `RGB_` and Mouse keycodes
* Update old mouse keycodes, 0-9/A-M
* Update old mouse keycodes, N-Z & layouts
* Missed some stuff
2025-07-11 11:05:41 -06:00
VeyPatch
396fb4dde7
Fix Aurora sweep default keymap configuration ( #25148 )
2025-05-07 15:38:29 +01:00
Joel Challis
1a30e2b32b
Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson ( #24835 )
2025-01-20 22:26:25 +00:00
Ryan
f3bae56808
Update keycodes for keyboards with RGB Matrix ( #24484 )
2024-11-24 12:03:08 +00:00
jack
d4811c19b0
Fix wrong OLED code for a few keyboards ( #24344 )
...
* Initial
* Other keyboards too
2024-08-29 20:21:53 -06:00
Antoine Bertin
d95690d89c
[Keyboard] Fix splitkb/corne OLED code ( #24260 )
2024-08-29 19:56:25 -06:00
Joel Challis
ce1adce696
Migrate split.soft_serial_pin to split.serial.pin O-Z ( #24146 )
...
Migrate split.soft_serial_pin to split.serial.pin
2024-07-23 12:12:52 +01:00
Joel Challis
f0807ea64f
Migrate SPLIT_HAND_PIN to json ( #23924 )
2024-07-13 13:29:16 +01:00
Ryan
d09a06a1b3
Update GPIO API usage in keyboard code ( #23361 )
2024-05-03 15:21:29 +10:00
Joel Challis
831deac212
Migrate build target markers to keyboard.json ( #23293 )
2024-03-30 11:31:50 +00:00
Joel Challis
5233a62b20
Remove obvious user keymaps, keyboards/{s,t}* edition. ( #23084 )
2024-02-15 09:42:01 +00:00
Joel Challis
a90b45e832
Migrate RGB Matrix config to info.json - RS ( #22909 )
2024-01-16 01:03:55 +00:00
Ryan
8812a09581
Rename RGB_DISABLE_WHEN_USB_SUSPENDED -> RGB_MATRIX_SLEEP ( #22682 )
2023-12-20 13:31:50 +11:00
leah-splitkb
5ddbf60f38
Fix RGB Matrix max brightness for several splitkb.com keyboards ( #22621 )
2023-12-06 16:27:52 +00:00
leah-splitkb
0d36977f3e
Fix Helix encoder direction ( #22614 )
2023-12-06 02:41:02 +11:00
Bram Inniger
b9a3bdb982
[Keyboard] Fix oled layer display order for Aurora boards ( #22521 )
2023-12-04 21:19:14 -08:00
Duncan Sutherland
74ae2286a6
Fix erroneous commas in info.json files ( #21712 )
2023-12-04 23:30:02 +00:00
Joel Challis
147865cf57
Migrate some common features to generic ( #22403 )
2023-11-09 02:01:44 +00:00
Joel Challis
17c3182b1c
Remove use of broken split.main ( #22363 )
2023-10-30 00:49:56 +00:00
e7ae5ec07c
[Keyboard] Add splitkb.com's Aurora Helix ( #21871 )
...
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2023-09-15 11:34:21 -07:00
Joel Challis
1babb2c7c9
Fix keyboards with old RGB driver names ( #21817 )
2023-08-23 06:13:01 +01:00
Ryan
37bc949945
RGB Matrix: driver naming cleanups ( #21594 )
2023-08-23 01:00:03 +01:00
Ryan
5d2f2af198
OLED: driver naming cleanups ( #21710 )
2023-08-15 10:30:34 +01:00
QMK Bot
fb030a16d1
Merge remote-tracking branch 'origin/master' into develop
2023-08-14 14:23:17 +00:00
Ryan
125a903903
Fix keyboard field for some JSON keymaps ( #21752 )
2023-08-15 00:22:37 +10:00
QMK Bot
3e631cb5a5
Merge remote-tracking branch 'origin/master' into develop
2023-07-27 04:04:42 +00:00
bf498b2dbb
[Keyboard] Add splitkb.com's Aurora Sofle v2 ( #21499 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Thomas Baart <mail@thomasbaart.nl >
2023-07-26 21:04:01 -07:00
Ryan
b1783db4ea
Move RGBLED_NUM to data driven ( #21278 )
2023-06-18 14:39:07 +10:00
QMK Bot
ea70b361ce
Merge remote-tracking branch 'origin/master' into develop
2023-06-10 15:02:22 +00:00
Florent Linguenheld
eee9a53a80
Up keymap ( #20769 )
...
flinguenheld keymap aurora sweep
2023-06-10 16:01:44 +01:00
Ryan and Joel Challis
c9cf9712aa
Move RGBLED_SPLIT to data driven ( #21113 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2023-06-06 11:08:04 +10:00
Ryan and Nick Brassel
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
Nick Brassel
5faa23d54c
Keymap introspection for combos. ( #19670 )
2023-05-15 22:27:37 +10:00
Ryan
79aa319946
info.json whitespace cleanups (#20651 )
2023-05-02 08:25:15 +10:00
Ryan
798cbfe6a3
Fix info.json LTO and format encoder definitions ( #20456 )
2023-04-15 23:37:24 -06:00
Ryan
47966dc2a6
Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin ( #20303 )
2023-04-06 18:00:54 +10:00
Stefan Kerkmann
73b376a881
[Chore] Remove stray mod tap interrupt defines and per key functions ( #20347 )
...
* Remove stray defines and per key functions
* Remove defunct get_ignore_mod_tap_interrupt declaration
2023-04-06 00:04:23 +01:00
precondition
1899793f27
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps ( #20211 )
2023-04-03 15:32:47 +10:00
Ryan
3c144fac5e
Clean up usage of QMK_KEYBOARD_H ( #20167 )
2023-03-20 08:12:05 +11:00
Ryan
d784f78bd0
Move Bootmagic config to data driven ( #19860 )
2023-02-17 08:49:49 +11:00
FLinguenheld
3b987f4a9d
[Keyboard] Flinguenheld ( #19661 )
2023-02-10 01:07:39 -08:00
Manna Harbour
0becd33c4d
[keyboard] Enable community layout support ( #19499 )
2023-01-09 23:50:18 +00:00
x123
ab667a8b64
add x123 keymap for splitkb/aurora/corne ( #19407 )
2022-12-30 11:44:21 +11:00
leah-splitkb
95e97fa839
[Keyboard] Fix Aurora Lily58 default encoder behaviour ( #19424 )
2022-12-27 11:38:53 -08:00
Ryan
acca2eb963
Fix build failures for aurora/lily58 and sweep ( #19258 )
2022-12-08 13:34:32 +00:00