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
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
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
Bram Inniger
b9a3bdb982
[Keyboard] Fix oled layer display order for Aurora boards ( #22521 )
2023-12-04 21:19:14 -08: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
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
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
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
Ryan
acca2eb963
Fix build failures for aurora/lily58 and sweep ( #19258 )
2022-12-08 13:34:32 +00:00
fauxpark
9d717c85dc
Merge remote-tracking branch 'upstream/master' into develop
2022-10-29 16:54:14 +11:00
leah-splitkb
20ce76f48c
[Keyboard] Minor Aurora Sweep fixes ( #18879 )
...
- Fixes compile error with `SWAP_HANDS_ENABLE = yes`
- Fixes OLED, RGB Matrix, and encoder when using QMK Configurator
2022-10-27 16:01:17 +01:00
QMK Bot
fccf788285
Merge remote-tracking branch 'origin/master' into develop
2022-10-25 13:45:31 +00:00
Ryan
5d8c8a6f7c
Fix splitkb/aurora/sweep ( #18839 )
...
* Fix splitkb/aurora/sweep
* Add back layout alias
2022-10-25 14:44:25 +01:00
Joel Challis
17f679ea2a
Fix aurora/sweep ( #18701 )
2022-10-13 20:31:58 +01:00
leah-splitkb
a8df5fd303
[Keyboard] Add splitkb.com's Aurora Sweep ( #18691 )
2022-10-13 14:06:18 +11:00