Commit Graph

226 Commits

Author SHA1 Message Date
James Young
76bd5142cf
Data-Driven Keyboard Conversions: 0-9 () 2024-03-30 13:51:57 +00:00
Joel Challis
831deac212
Migrate build target markers to keyboard.json () 2024-03-30 11:31:50 +00:00
Joel Challis
1c8e99ca45
Migrate features and LTO from rules.mk to data driven () 2024-03-30 10:57:30 +00:00
Joel Challis
f1a279810f
Migrate features from rules.mk to DD () 2024-03-14 03:57:48 +00:00
Ryan
c6668b9cd9
Migrate RGBLED_NUM -> RGBLIGHT_LED_COUNT in remaining non-user keymaps () 2024-02-22 10:10:16 +00:00
Joel Challis
a632593769
Migrate and remove deprecated debug utils () 2024-01-26 16:32:06 +00:00
Nick Brassel
9539f135d8
Remove obvious user keymaps, keyboards/[0-9]* edition. () 2023-12-18 13:53:02 +11:00
Nick Brassel
7ea022ba88
[Keymap Removal] Planck and related keymaps. () 2023-12-17 21:54:01 +11:00
Joel Challis
1ed03f498f
Remove userspace keymaps () 2023-11-27 05:36:45 +11:00
Drashna Jaelre
3ef06aa732
Improve and Cleanup Shutdown callbacks ()
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2023-11-26 22:59:18 +11:00
Ryan
786ebf8760
Remove requirement for keymap_steno.h include in keymaps ()
* Remove requirement for `keymap_steno.h` include in keymaps

* Add back keymap_steno.h with a note for the time being
2023-11-12 18:25:46 +11:00
Ryan
c157c19b81
Dedupe I2C, SPI, UART driver inclusions () 2023-10-13 17:25:32 +11:00
Ryan
023d644bb6
Move RGBLight animations to data driven ()
* 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
b4a7b9253a
Bluetooth: driver naming cleanups () 2023-07-29 15:16:14 +10:00
Ryan
4137685f8e
backlight: split AVR PWM and timer drivers () 2023-07-21 09:27:55 +10:00
Ryan
87b11345a5
Get rid of USB_LED_CAPS_LOCK () 2023-07-06 09:48:02 +01:00
Ryan
9ab16e62f7
Get rid of USB_LED_NUM_LOCK () 2023-07-02 19:35:41 +01:00
Ryan
5542f5ede1
Get rid of USB_LED_KANA and USB_LED_COMPOSE () 2023-06-27 09:15:33 +10:00
Ryan
4ae9bfd17a
Move RGBLIGHT_HUE/SAT/VAL_STEP to data driven ()
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24 17:37:54 +10:00
Ryan
b1783db4ea
Move RGBLED_NUM to data driven () 2023-06-18 14:39:07 +10:00
Nick Brassel
5faa23d54c
Keymap introspection for combos. () 2023-05-15 22:27:37 +10:00
Ryan
a5e46d8082
More info.json whitespace cleanups () 2023-05-03 12:19:34 +10:00
Ryan
998a4d744e
Remove FLIP_HALF layouts and move to data driven () 2023-04-30 01:51:45 +10:00
Ryan
0ddb7d7863
Move single 60_ansi, 60_hhkb and 60_iso layouts to data driven () 2023-04-15 21:09:08 +10:00
QMK Bot
a9ec2b3ada Merge remote-tracking branch 'origin/master' into develop 2023-04-12 15:34:30 +00:00
Jeff Epler
5012dfd719
[Keyboard] add kb2040 flavor of gherkin () 2023-04-12 08:33:42 -07:00
Ryan
5bd68e3695
Move single LAYOUTs to data driven () 2023-04-12 13:42:51 +10:00
Ryan
47966dc2a6
Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin () 2023-04-06 18:00:54 +10:00
precondition
1899793f27
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps () 2023-04-03 15:32:47 +10:00
Johannes H. Jensen
68efea70b2
Add direction to dynamic_macro_record_start_user () 2023-04-03 13:01:07 +10:00
Ryan
9359504255
Move 66% and 68% layouts to data driven () 2023-04-01 13:13:18 +11:00
Ryan
4869b8061c
Move ortho & numpad layouts to data driven ()
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-29 15:54:34 +11:00
Ryan
06664e8a94
Fix layouts containing keys with multiple matrix positions () 2023-03-29 15:47:59 +11:00
Ryan
ad625e7c06
Remove RGB_DI_PIN ifdefs () 2023-03-23 21:38:01 +11:00
Ryan
02ccc50e60
Remove more empty headers () 2023-03-17 14:02:04 +11:00
Ryan
9dbee3e23d
Remove useless "ifdef KEYBOARD_*" ()
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-16 20:18:33 +11:00
Ryan
cf5e9d172d
Fix layout macro keys with no matrix position () 2023-03-13 23:02:03 +11:00
Joel Challis
5edf41da60
Remove empty rules.mk from keymaps () 2023-03-08 03:34:41 +00:00
Ryan
23c365b023
Move matrix config to info.json, part 1 () 2023-03-05 22:53:52 +00:00
Ryan
7a8265247b
Remove "w":1 and "h":1 from info.json () 2023-02-28 15:06:11 +00:00
Ryan
314f6c1ddb
Move backlight config to data driven () 2023-02-26 08:37:57 +11:00
Ryan
26854f5940
Remove default and unused BACKLIGHT_LEVELS () 2023-02-22 01:12:42 +00:00
Ryan
9c0ce80d7e
Move backlight config to data driven, part 1 () 2023-02-21 12:05:40 +11:00
Ryan
e837a32b2b
Move layouts for direct_pins boards to data driven () 2023-02-19 18:55:12 +11:00
Ryan
8f6c228adb
Move SOFT_SERIAL_PIN to data driven () 2023-02-17 16:40:49 +11:00
Ryan
2da0827d4f
Remove matrix size defines () 2023-02-17 16:08:25 +11:00
Ryan
f4ba17c4a0
Move LED indicator config to data driven () 2023-02-17 13:14:29 +11:00
Ryan
7fad94ba2d
Remove unused RGBLight defines from config.h () 2023-02-17 08:13:41 +11:00
Ryan
2cdf99ae95
Migrate DIRECT_PINS to data driven () 2023-02-14 00:39:41 -07:00
Ryan
f9aeea64c1
Migrate MCU and BOOTLOADER to data-driven () 2023-02-08 18:41:46 +11:00