Ryan
b867522f8c
Clean up Force NKRO in config.h ( #19718 )
2023-01-30 20:45:41 +00:00
Nick Brassel
f6dd8dea2e
Remove usages of config_common.h from config.h files. ( #19714 )
2023-01-31 06:03:30 +11:00
Ryan
b727434391
Remove commented out backlight config & stray "backlight levels" ( #19703 )
2023-01-28 15:42:44 +00:00
Ryan
56555c61e1
Migrate LAYOUTS
to data driven ( #19541 )
...
* Migrate `LAYOUTS` to data driven, 0-9
* Migrate `LAYOUTS` to data driven, A
* Migrate `LAYOUTS` to data driven, B
* Migrate `LAYOUTS` to data driven, C
* Migrate `LAYOUTS` to data driven, D
* Migrate `LAYOUTS` to data driven, E
* Migrate `LAYOUTS` to data driven, F
* Migrate `LAYOUTS` to data driven, G
* Migrate `LAYOUTS` to data driven, H
* Migrate `LAYOUTS` to data driven, handwired
* Migrate `LAYOUTS` to data driven, I
* Migrate `LAYOUTS` to data driven, J
* Migrate `LAYOUTS` to data driven, K
* Migrate `LAYOUTS` to data driven, L
* Migrate `LAYOUTS` to data driven, M
* Migrate `LAYOUTS` to data driven, N
* Migrate `LAYOUTS` to data driven, O
* Migrate `LAYOUTS` to data driven, P
* Migrate `LAYOUTS` to data driven, Q
* Migrate `LAYOUTS` to data driven, R
* Migrate `LAYOUTS` to data driven, S
* Migrate `LAYOUTS` to data driven, T
* Migrate `LAYOUTS` to data driven, U
* Migrate `LAYOUTS` to data driven, V
* Migrate `LAYOUTS` to data driven, W
* Migrate `LAYOUTS` to data driven, X
* Migrate `LAYOUTS` to data driven, Y
* Migrate `LAYOUTS` to data driven, Z
2023-01-10 02:48:20 +00:00
Ryan
801d2ff940
Remove useless line continuations ( #19399 )
2022-12-30 11:48:05 +11:00
mechlovin
7578daaf16
[Keyboard] Add Olly Orion to QMK ( #19134 )
...
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-12-12 18:37:35 -08:00
mechlovin
68f550a3f2
[Keyboard] Add Zed65-monoLED and Zed65-Cor65 ( #18872 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-12-12 15:41:06 -08:00
Joel Challis
99cd0b13e1
Refactor some led_set_kb instances ( #19179 )
...
* Refactor some led_set_kb instances
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-12-09 01:42:22 +00:00
mechlovin
92354b2ca8
[Keyboard] Add Olly_Octagon PCB to QMK ( #19128 )
...
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-12-04 21:03:41 +00:00
mechlovin
ea1a6975a8
[Keyboard] Add ISO layout support for Zed60 PCB ( #19204 )
...
* add iso layout
* Update zed60.h
2022-12-04 20:47:56 +00:00
mechlovin
03d7c31e6c
[Keyboard] Change indicator LED state on Kay60 ( #19182 )
2022-12-03 12:05:23 -08:00
Ryan
e12ca14af8
Change RGB_MATRIX_STARTUP_*
defines to RGB_MATRIX_DEFAULT_*
( #19079 )
2022-11-27 04:18:24 +11:00
Joel Challis
fe577daf96
Remove .noci functionality ( #19122 )
2022-11-21 02:03:38 +00:00
Nick Brassel
092228571c
Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, GD32V. ( #19020 )
2022-11-11 23:57:44 +00:00
Ryan
20ed138236
LED config fixes ( #18973 )
2022-11-11 12:15:19 +11:00
Wilba
bc6f8dc8b0
VIA V3 - The Custom UI Update ( #18222 )
2022-11-10 07:46:44 +11:00
Ryan
15143654b9
mechlovin/adelais/standard_led/avr/rev1
: fix layout (#18997 )
2022-11-08 14:17:46 +11:00
Ryan
db2aa039f1
Remove more UNUSED_PINS
defines ( #18940 )
2022-11-03 17:42:19 +00:00
QMK Bot
c78dc85a1a
Merge remote-tracking branch 'origin/master' into develop
2022-10-29 20:49:16 +00:00
mechlovin
078a511394
[Keyboard] Update Kay65 LED state ( #18895 )
2022-10-29 13:48:45 -07:00
Ryan
7407347be1
Remove rgblight_list.h ( #18878 )
...
* Remove rgblight_list defines with no usage
* Remove rgblight_setrgb_*[_at] defines
* Remove rgblight_sethsv_* defines
* Remove rgblight_sethsv_noeeprom_* defines
* Delete rgblight_list.h and remove all references
2022-10-27 23:50:14 +01:00
Ryan
90f6b75873
Remove KC_DELT
( #18882 )
2022-10-27 19:33:38 +01:00
Ryan
c347e732be
Remove legacy EEPROM clear keycodes ( #18782 )
...
* `EEP_RST` -> `EE_CLR`, default-ish keymaps
* `EEP_RST` -> `EE_CLR`, user keymaps
* `EEP_RST` -> `EE_CLR`, community layouts
* `EEP_RST` -> `EE_CLR`, userspace
* `EEP_RST` -> `EE_CLR`, docs & core
2022-10-20 12:20:07 +01:00
Ryan
5e4b076af3
Remove legacy keycodes, part 5 ( #18710 )
...
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
Drashna Jaelre
c8e998ccad
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q ( #18727 )
2022-10-15 09:55:40 -07:00
Ryan
5629ba1807
Remove legacy keycodes, part 4 ( #18683 )
...
* `KC_PGDOWN` -> `KC_PGDN`
* `KC_PSCREEN` -> `KC_PSCR`
* `KC_SCOLON` -> `KC_SCLN`
* `KC_BSLASH` -> `KC_BSLS`
* `KC_BSPACE` -> `KC_BSPC`
2022-10-13 18:28:14 +01:00
QMK Bot
d150850397
Merge remote-tracking branch 'origin/master' into develop
2022-10-05 10:36:37 +00:00
Nick Brassel
c1d21de1a2
Fixup builds for mechlovin/infinity87. ( #18604 )
2022-10-05 21:35:56 +11:00
Drashna Jaelre
64b1ed4550
Fix Per Key LED Indicator Callbacks ( #18450 )
...
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-10-04 15:24:22 -07:00
QMK Bot
59ea8164e3
Merge remote-tracking branch 'origin/master' into develop
2022-09-29 06:32:45 +00:00
James Young
c705f0f85f
Mechlovin Zed65 Wearhaus66 Configurator Fixes ( #18507 )
2022-09-28 23:32:03 -07:00
QMK Bot
49ac435be1
Merge remote-tracking branch 'origin/master' into develop
2022-09-27 09:17:29 +00:00
James Young
7d0c1332cc
Mechlovin Foundation Configurator Cleanup ( #18500 )
2022-09-27 02:17:08 -07:00
Ryan
ea2819b2c2
Change {LED,RGB}_DISABLE_TIMEOUT
to {LED,RGB}_MATRIX_TIMEOUT
( #18415 )
2022-09-26 14:40:15 +10:00
QMK Bot
d69c7849b0
Merge remote-tracking branch 'origin/master' into develop
2022-09-25 07:55:12 +00:00
Ryan
056d6aee27
Untangle layouts for Dimple rev3 and Infinity87 ( #18462 )
2022-09-25 17:54:41 +10:00
Ryan
36c410592d
Change DRIVER_LED_COUNT
to {LED,RGB}_MATRIX_LED_COUNT
( #18399 )
2022-09-23 22:46:23 +10:00
mechlovin
b0dc789a1b
[Keyboard] Wearhaus66 correct matrix ( #18284 )
2022-09-07 20:18:48 +01:00
Joel Challis
5c0e87608f
Remove more RESET keycode references ( #18252 )
2022-09-03 06:50:44 +01:00
QMK Bot
3aba764b43
Merge remote-tracking branch 'origin/master' into develop
2022-08-24 20:39:34 +00:00
Joel Challis
e95aa2a352
Fix use of encoder map in mechlovin/zed65/retro66 ( #18158 )
2022-08-24 13:38:53 -07:00
QMK Bot
fa25cacf6a
Merge remote-tracking branch 'origin/master' into develop
2022-08-24 20:38:47 +00:00
Joel Challis
b2db8becf9
Fix use of encoder map in mechlovin/foundation ( #18157 )
2022-08-24 13:38:07 -07:00
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps ( #17940 )
2022-08-21 23:55:30 +01:00
QMK Bot
a580057422
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 18:46:12 +00:00
mechlovin
c2a46a6fa0
[Keyboard] Add Zed65 ( #17917 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-08-20 11:45:38 -07:00
Drashna Jael're
8f6b019dcc
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 10:22:48 -07:00
Joel Challis
d2accb48e7
RESET -> QK_BOOT keyboard readme ( #18110 )
2022-08-20 11:34:17 +01:00
fauxpark
61689ae609
Merge remote-tracking branch 'upstream/master' into develop
2022-08-20 10:55:40 +10:00
Ryan
f4dcce7e59
Move keyboard USB IDs and strings to data driven, pass 2: M-O ( #18090 )
2022-08-20 01:45:28 +01:00