Commit Graph

25 Commits

Author SHA1 Message Date
Ryan f3bae56808
Update keycodes for keyboards with RGB Matrix () 2024-11-24 12:03:08 +00:00
Nick Brassel 45dc2499dc
Remove all via-enabled keymaps, including `via`. () 2024-08-26 07:51:22 +10:00
James Young 7be23a9cb4
Data-Driven Keyboard Conversions: I () 2024-04-17 00:15:34 +01:00
Joel Challis bb691bed96
Fixes for idobao vendor keymaps () 2024-03-09 04:12:44 +00:00
Joel Challis 58c38175e6
Remove redundant disabling of features () 2024-03-09 03:05:07 +00:00
Joel Challis ce34549c26
Migrate RGB Matrix config to info.json () 2024-01-08 04:27:01 +00:00
Ryan 8812a09581
Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` () 2023-12-20 13:31:50 +11:00
Ryan 37bc949945
RGB Matrix: driver naming cleanups () 2023-08-23 01:00:03 +01:00
Ryan ef6a712899
Even more `info.json` whitespace cleanups () 2023-05-04 19:09:59 +10:00
Ryan 12d42cedd2
Move `FORCE_NKRO` to data driven () 2023-05-01 13:33:10 +10:00
Ryan 522048725f
Move `RGB_MATRIX_DRIVER` to data driven () 2023-04-08 18:08:08 +10:00
Ryan 47966dc2a6
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` () 2023-04-06 18:00:54 +10:00
Ryan ad625e7c06
Remove `RGB_DI_PIN` ifdefs () 2023-03-23 21:38:01 +11:00
Nick Brassel 7f805cc779
VIA Protocol 12 + fixes ()
Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: zvecr <git@zvecr.com>
2023-02-23 09:19:00 +11:00
Joel Challis 7996be6db6
Refactor more KC_MISSION_CONTROL/KC_LAUNCHPAD usages () 2023-02-20 00:59:46 +00:00
Ryan ebb512db82
Debounce defines cleanup ()
* 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. () 2023-01-31 06:03:30 +11:00
Ryan 1cb1a5a374
Remove legacy Grave Escape keycodes () 2022-10-20 18:04:11 -07:00
Ryan 5e4b076af3
Remove legacy keycodes, part 5 ()
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
Ryan e96d829724
Remove legacy keycodes, part 3 ()
* `KC__VOLDOWN` -> `KC_VOLD`

* `KC__VOLUP` -> `KC_VOLU`

* `KC__MUTE` -> `KC_MUTE`

* `KC_POWER` -> `KC_PWR`
2022-10-11 14:21:47 +01:00
Drashna Jaelre 64b1ed4550
Fix Per Key LED Indicator Callbacks ()
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
Ryan 36c410592d
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` () 2022-09-23 22:46:23 +10:00
Joel Challis d2accb48e7
RESET -> QK_BOOT keyboard readme () 2022-08-20 11:34:17 +01:00
James Young 191f6e8069
Idobao ID63 Community Layout support ()
* info.json: add key labels

* rename LAYOUT_63_ansi to LAYOUT_60_ansi_arrow

* enable community layout support
2022-07-24 05:39:53 -07:00
Vino Rodrigues ec6875af56
[Keyboard] New IDOBAO ID63 (a.k.a. Denwir D60) ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-07-02 22:46:42 +10:00