summaryrefslogtreecommitdiffstats
path: root/keyboards/momokai/tap_trio
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-132-20/+20
|\
| * momokai tap_* rgb modes and bootmagic key update (#20126)peepeetee2023-05-132-20/+20
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-131-1/+2
|\|
| * Add hardware information momokai keyboards (#20434)Albert Y2023-04-121-1/+2
| |
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
| |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
| |
* | Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-053-33/+8
| |
* | Move matrix config to info.json, part 7 (#20020)Ryan2023-03-112-7/+5
|/
* implement rgb matrix for momokai keyboards (#19904)peepeetee2023-03-073-88/+72
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* Remove matrix size defines (#19581)Ryan2023-02-171-3/+0
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-171-7/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-151-3/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-1/+1
|\
| * Enable mouse keys for momokai tap_trio (#18614)peepeetee2022-10-061-1/+1
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|/
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-032-8/+7
|
* [Keyboard] Momokai Tap Trio (#16463)peepeetee2022-05-119-0/+304
* add winry3m3w * change name to Momokai Tap Trio * Delete settings.json * add rgb effects * amend default keymap * add limited RGB controls to default keymap * fix VAD * Update keyboards/momokai/tap_trio/tap_trio.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/momokai/tap_trio/tap_trio.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/momokai/tap_trio/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/momokai/tap_trio/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * implement RGB matrix, change default keymap * change keymaps * change rgb effects * comment out the RGB matrix and switch back to RGB light due to VIA not playing ball Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>