Ryan
65a04ead32
LED drivers: update keyboard LED configs ( #23073 )
...
* IS31FL3733: update keyboard LED config
* IS31FL3736: update keyboard LED config
* IS31FL3737: update keyboard LED config
* IS31FL3741: update keyboard LED config
* IS31FL3743A: update keyboard LED config
* AW20216S: update keyboard LED config
* SNLED27351: update keyboard LED config
2024-02-25 21:29:37 +00:00
Nick Brassel
9d9cdaaa2d
Add encoder abstraction. ( #21548 )
2024-02-18 21:17:15 +11:00
Joel Challis
d7727a54bc
Remove LAYOUTS_HAS_RGB ( #22917 )
2024-01-18 23:07:54 +00:00
Joel Challis
41948350e8
Migrate RGB Matrix config to info.json - NOPQ ( #22866 )
2024-01-10 09:55:09 +00:00
Ryan
8812a09581
Rename RGB_DISABLE_WHEN_USB_SUSPENDED
-> RGB_MATRIX_SLEEP
( #22682 )
2023-12-20 13:31:50 +11:00
Ryan
b9e81c0691
Update keyboard LED driver configs ( #22638 )
2023-12-18 20:13:08 +00:00
Nick Brassel
7ea022ba88
[Keymap Removal] Planck and related keymaps. ( #22683 )
2023-12-17 21:54:01 +11:00
Joel Challis
1ed03f498f
Remove userspace keymaps ( #22544 )
2023-11-27 05:36:45 +11:00
Drashna Jaelre
3ef06aa732
Improve and Cleanup Shutdown callbacks ( #21060 )
...
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2023-11-26 22:59:18 +11:00
Joel Challis
b35bac6afb
Remove unnecessary driver counts ( #22435 )
2023-11-22 21:37:32 +00:00
Joel Challis
a0a6820c1b
Migrate some dip switch config to info.json ( #22437 )
2023-11-23 08:33:59 +11:00
Ryan
786ebf8760
Remove requirement for keymap_steno.h
include in keymaps ( #22423 )
...
* 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
Joel Challis
147865cf57
Migrate some common features to generic ( #22403 )
2023-11-09 02:01:44 +00:00
Ryan
d56ee70c52
Rename DRIVER_ADDR_n
defines ( #22200 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-21 21:41:59 +10:00
Ryan
d99dbe4d56
Update ISSI LED types ( #22099 )
2023-10-04 20:12:50 +11:00
Ryan
8f22105289
Add and use I2C address defines for ISSI LED drivers ( #22008 )
2023-09-19 19:31:54 +10:00
Ryan
8136eda6d4
is31fl3731: driver naming cleanups ( #21918 )
2023-09-13 22:53:15 +10:00
Ryan
d36f73a431
is31fl3737: driver naming cleanups ( #21904 )
2023-09-13 22:49:29 +10:00
Ryan
66b744b63b
Clean up Unicode API usage in user keymaps ( #21849 )
2023-08-27 16:51:19 +10:00
Ryan
37bc949945
RGB Matrix: driver naming cleanups ( #21594 )
2023-08-23 01:00:03 +01:00
zvecr
3ece80f73f
Merge remote-tracking branch 'origin/master' into develop
2023-08-15 10:49:57 +01:00
Ryan
5d2f2af198
OLED: driver naming cleanups ( #21710 )
2023-08-15 10:30:34 +01:00
Janat Taerakul
6038023cfb
[Keymap] submitting janat-t planck keymap ( #21619 )
...
Co-authored-by: Janat Taerakul <jtaerakul@indeed.com>
2023-08-14 12:42:44 -06:00
Ryan
87b11345a5
Get rid of USB_LED_CAPS_LOCK
( #21436 )
2023-07-06 09:48:02 +01:00
QMK Bot
8ea5349fb4
Merge remote-tracking branch 'origin/master' into develop
2023-07-03 18:36:55 +00:00
Sergey Vlasov
4a71f5f602
planck/rev7: Fix build without AUDIO_ENABLE ( #21408 )
2023-07-03 11:36:19 -07:00
Ryan
7ff80a57cb
Get rid of USB_LED_SCROLL_LOCK
( #21405 )
2023-07-02 19:24:22 +01:00
QMK Bot
3c1064187c
Merge remote-tracking branch 'origin/master' into develop
2023-07-01 03:22:14 +00:00
Luis Garcia
4755ed0efb
[Keymap] Add peterfalken planck/rev7 keymap ( #21328 )
2023-06-30 21:21:40 -06:00
Ryan
8093b13365
Move TAPPING_TOGGLE
to data driven ( #21360 )
2023-06-24 17:10:22 +10:00
QMK Bot
e3faa76e4c
Merge remote-tracking branch 'origin/master' into develop
2023-06-21 18:42:56 +00:00
lindgrenj6
20c0043538
[Keymap] Add lindgrenj6 planck layout ( #21155 )
2023-06-21 12:42:23 -06:00
QMK Bot
6ec91a75d5
Merge remote-tracking branch 'origin/master' into develop
2023-06-21 00:33:07 +00:00
Jack Humbert
42cd55e08d
Planck Matrix Fixes ( #21196 )
...
* fix non-default keymap compiling, initial matrix state, watchdog options
* fix: allow planck/rev7 to be used with ENCODER_ENABLE = no
* chore: update function name on all cases.
* remove old midi tone option
Co-authored-by: Ryan <fauxpark@gmail.com>
* fixes abhixec's planck keymap
* add audio enable condition to abhixec's planck keymap
* add audio enable condition to all muse includes
* Revert "add audio enable condition to all muse includes"
This reverts commit 9779e908970dbf7cf81b1a3f968ef2e85ae2b76f.
* Revert "add audio enable condition to abhixec's planck keymap"
This reverts commit 24c742a5e8ddd55c45ce9f1917b0cb237d4bf721.
* Revert "fixes abhixec's planck keymap"
This reverts commit 4bb085d1ff00febc92ff6211da4fb776c6379fad.
---------
Co-authored-by: Peter.Falken <luis@bitjester.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-06-20 20:32:32 -04:00
Ryan
b1783db4ea
Move RGBLED_NUM
to data driven ( #21278 )
2023-06-18 14:39:07 +10:00
QMK Bot
a9a68ff4f1
Merge remote-tracking branch 'origin/master' into develop
2023-06-10 02:17:31 +00:00
Jared
e01e3fc866
Typo Correction in planck/rev7 readme.md ( #21194 )
...
Corrected typo explaining encoder requirements.
2023-06-09 22:16:46 -04:00
QMK Bot
4c60ebdbe0
Merge remote-tracking branch 'origin/master' into develop
2023-06-09 01:46:47 +00:00
Jack Humbert
232281946d
Adds Planck Rev 7 & Updates rev6_drop to Matrix Lite Implementation ( #21175 )
...
* adds planck/rev7
* Remove config.h include
Co-authored-by: Drashna Jaelre <drashna@live.com>
* convert planck matrices to lite implementation
---------
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-06-08 21:46:09 -04:00
Ryan
a4ed6ad0f5
Unicodemap keycodes rename ( #21092 )
2023-06-01 17:25:08 +01:00
Nick Brassel
5faa23d54c
Keymap introspection for combos. ( #19670 )
2023-05-15 22:27:37 +10:00
Ryan
a42d6426d9
Remove use of layout macros for music_map
( #20634 )
2023-04-30 18:58:06 +10:00
Ryan
54634e9263
Fix some missing QMK_KEYBOARD_H includes in user keymaps ( #20417 )
2023-04-14 19:42:50 +10:00
Ryan
522048725f
Move RGB_MATRIX_DRIVER
to data driven ( #20350 )
2023-04-08 18:08:08 +10:00
Ryan
47966dc2a6
Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
( #20303 )
2023-04-06 18:00:54 +10:00
QMK Bot
89713112cd
Merge remote-tracking branch 'origin/master' into develop
2023-04-05 18:36:25 +00:00
Luis Garcia
d058091d0b
Add peterfalken userspace & keymaps ( #19897 )
...
Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
2023-04-05 12:35:34 -06:00
precondition
1899793f27
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps ( #20211 )
2023-04-03 15:32:47 +10:00
Johannes H. Jensen
68efea70b2
Add direction to dynamic_macro_record_start_user ( #19689 )
2023-04-03 13:01:07 +10:00
Ryan
4869b8061c
Move ortho & numpad layouts to data driven ( #20183 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-29 15:54:34 +11:00