Commit Graph

68 Commits

Author SHA1 Message Date
Sadek Baroudi a01d924ecc Merge tag '0.25.9' into develop_fingerpunch 2024-08-01 19:14:17 -07:00
Ryan 1184e0d9be
Adjust keycode alignment around `QK_BOOT` (#23697) 2024-05-11 16:50:48 +01:00
James Young 8ad3a36fb6
Data-Driven Keyboard Conversions: D (#23461) 2024-04-13 06:33:49 +01:00
Duncan Sutherland 8caa8674d2
Move `SPLIT_KEYBOARD` to data driven (#21410) 2024-04-11 20:22:15 -07:00
Sadek Baroudi a3e2914355 Merge tag '0.23.9' into develop_fingerpunch 2024-03-01 02:28:31 -08:00
Nick Brassel a1c8b1ebf7
Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695) 2023-12-18 21:45:52 +11:00
Joel Challis 1ed03f498f
Remove userspace keymaps (#22544) 2023-11-27 05:36:45 +11:00
Sadek Baroudi 97d0ddc94d merge 2023-08-27 qmk release into fingerpunch develop 2023-10-30 01:50:00 -07:00
Ryan 023d644bb6
Move RGBLight animations to data driven (#21635)
* Move RGBLight animations to data driven, 0-9

* Move RGBLight animations to data driven, A

* Move RGBLight animations to data driven, B

* Move RGBLight animations to data driven, C

* Move RGBLight animations to data driven, D

* Move RGBLight animations to data driven, E

* Move RGBLight animations to data driven, F

* Move RGBLight animations to data driven, G

* Move RGBLight animations to data driven, H

* Move RGBLight animations to data driven, handwired

* Move RGBLight animations to data driven, I

* Move RGBLight animations to data driven, J

* Move RGBLight animations to data driven, K

* Move RGBLight animations to data driven, L

* Move RGBLight animations to data driven, M

* Move RGBLight animations to data driven, N

* Move RGBLight animations to data driven, O

* Move RGBLight animations to data driven, P

* Move RGBLight animations to data driven, Q

* Move RGBLight animations to data driven, R

* Move RGBLight animations to data driven, S

* Move RGBLight animations to data driven, T

* Move RGBLight animations to data driven, U

* Move RGBLight animations to data driven, V

* Move RGBLight animations to data driven, W

* Move RGBLight animations to data driven, X

* Move RGBLight animations to data driven, Y

* Move RGBLight animations to data driven, Z

* Fix incorrect placement

* Fix build failures and mismatches
2023-08-23 22:11:39 +01:00
Ryan 5d2f2af198
OLED: driver naming cleanups (#21710) 2023-08-15 10:30:34 +01:00
Ryan 4ae9bfd17a
Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24 17:37:54 +10:00
Ryan b1783db4ea
Move `RGBLED_NUM` to data driven (#21278) 2023-06-18 14:39:07 +10:00
Ryan 2367d8129c
Move `RGBLIGHT_SLEEP` to data driven (#21072) 2023-06-16 14:04:45 +10:00
Ryan e8ca83a353
Move `RGBLIGHT_SPLIT` to data driven (#21190)
* Move `RGBLIGHT_SPLIT` to data driven

* Remove where `split_count` is already set
2023-06-15 13:27:26 +01:00
Ryan 5bd68e3695
Move single `LAYOUT`s to data driven (#20365) 2023-04-12 13:42:51 +10:00
Ryan 47966dc2a6
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) 2023-04-06 18:00:54 +10:00
Ryan ad625e7c06
Remove `RGB_DI_PIN` ifdefs (#20218) 2023-03-23 21:38:01 +11:00
Ryan 02ccc50e60
Remove more empty headers (#20155) 2023-03-17 14:02:04 +11:00
Sadek Baroudi 6dd7baf865 Merge remote-tracking branch 'upstream/master' into fp/qmk_2023_02_26_release 2023-03-11 20:09:22 -08:00
Ryan 9e64300e67
Move matrix config to info.json, part 4 (#20001) 2023-03-11 00:00:24 +11:00
Ryan 7e0299117b
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26 09:45:12 +11:00
Ryan 8f6c228adb
Move `SOFT_SERIAL_PIN` to data driven (#19863) 2023-02-17 16:40:49 +11:00
Ryan 2da0827d4f
Remove matrix size defines (#19581) 2023-02-17 16:08:25 +11:00
Ryan f9aeea64c1
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) 2023-02-08 18:41:46 +11:00
Ryan ebb512db82
Debounce defines cleanup (#19742)
* Clean up `DEBOUNCE` in config.h, 0-9

* Clean up `DEBOUNCE` in config.h, A

* Clean up `DEBOUNCE` in config.h, B

* Clean up `DEBOUNCE` in config.h, C

* Clean up `DEBOUNCE` in config.h, D

* Clean up `DEBOUNCE` in config.h, E

* Clean up `DEBOUNCE` in config.h, F

* Clean up `DEBOUNCE` in config.h, G

* Clean up `DEBOUNCE` in config.h, H

* Clean up `DEBOUNCE` in config.h, handwired

* Clean up `DEBOUNCE` in config.h, I

* Clean up `DEBOUNCE` in config.h, J

* Clean up `DEBOUNCE` in config.h, K

* Clean up `DEBOUNCE` in config.h, L

* Clean up `DEBOUNCE` in config.h, M

* Clean up `DEBOUNCE` in config.h, N

* Clean up `DEBOUNCE` in config.h, O

* Clean up `DEBOUNCE` in config.h, P

* Clean up `DEBOUNCE` in config.h, Q

* Clean up `DEBOUNCE` in config.h, R

* Clean up `DEBOUNCE` in config.h, S

* Clean up `DEBOUNCE` in config.h, T

* Clean up `DEBOUNCE` in config.h, U

* Clean up `DEBOUNCE` in config.h, V

* Clean up `DEBOUNCE` in config.h, W

* Clean up `DEBOUNCE` in config.h, X

* Clean up `DEBOUNCE` in config.h, Y

* Clean up `DEBOUNCE` in config.h, Z

* Remove default debounce from info.json

* Migrate non-default debounce to info.json
2023-02-03 19:19:58 +00:00
Nick Brassel f6dd8dea2e
Remove usages of config_common.h from config.h files. (#19714) 2023-01-31 06:03:30 +11:00
Sadek Baroudi ceb7b31069 QMK master merge into develop_fingerpunch 2022-12-22 2022-12-22 03:00:35 -08:00
Basil Sh 293a9fb342
[Keymap] Fix miryoku layout for draculad (#19338) 2022-12-15 11:25:17 -08: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
Sadek Baroudi 1892616699 Merge remote-tracking branch 'upstream/master' 2022-09-07 12:02:33 -07:00
Dasky dc4af81e0b
Remove legacy USE_SERIAL define (#18292)
* Remove legacy USE_SERIAL define

* tidy up missed comments
2022-09-06 18:46:34 +01:00
Joel Challis bbc3bc55f2
RESET -> QK_BOOT user keymaps (#17940) 2022-08-21 23:55:30 +01:00
Nick Brassel 154d35ac14
Remove `UNUSED_PINS` (#17931) 2022-08-06 23:23:35 +10:00
Ryan 306e50b84c
Move keyboard USB IDs and strings to data driven: D (#17814) 2022-07-29 20:02:47 -07:00
Manna Harbour 3842b15cf1
[Keymap] Update Miryoku (#16482) 2022-07-02 21:26:23 +10:00
Joel Challis b7771ec25b
RESET -> QK_BOOT default keymaps (#17037) 2022-05-15 20:26:27 +01:00
Nick Brassel 2f6751e48a
Asymmetric encoders, encoder tests. (#16068) 2022-03-08 16:58:05 +11:00
Sadek Baroudi cf64cb42fd removed WINNAV layer from all my keyboards 2022-02-17 22:17:26 -08:00
Sadek Baroudi 544752c874 Added support for my own layout, colemak variant, and thumb keys to the templates 2022-02-17 22:17:26 -08:00
Sadek Baroudi 79ba153acf changed alpha layer names to be abstract 2022-02-17 22:17:25 -08:00
Sadek Baroudi 8910fb12cf removed ISRT layer, and added sadekbaroudi keymap for the pinkies out 2022-02-17 22:17:22 -08:00
Sadek Baroudi d234b1b938 replaced workman with isrt 2022-02-17 22:17:19 -08:00
Sadek Baroudi 9222dec123 minor tweaks to media layer key placement, allowing me to use hold to repeat for space and enter keys 2022-02-17 22:17:18 -08:00
Sadek Baroudi 9ca299871e added N_DEL_LINE macro and some tweaks to make some repeat keypresses more convenient 2022-02-17 22:17:18 -08:00
Sadek Baroudi 34f218fc53 disabled OLED for space purposes, and updated to support latest pull from upstream 2022-02-17 22:17:17 -08:00
Sadek Baroudi 7f954ef1cd added more references to function layer to completely remove the dependency on the inner thumb keys 2022-02-17 22:12:33 -08:00
Sadek Baroudi 65a1fe8994 moved mouse keys layer again per the new combos 2022-02-17 22:12:33 -08:00
Sadek Baroudi 43dd359256 moved mousekeys layer 2022-02-17 22:12:33 -08:00
Sadek Baroudi 7eaf7d8279 moved encoder code into userspace 2022-02-17 22:09:35 -08:00
Sadek Baroudi 854f60be2b draculad updates and fixes 2022-02-17 22:09:34 -08:00