summaryrefslogtreecommitdiffstats
path: root/keyboards/momokai
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-135-41/+46
|\
| * momokai tap_* rgb modes and bootmagic key update (#20126)peepeetee2023-05-135-41/+46
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-132-2/+4
|\|
| * Add hardware information momokai keyboards (#20434)Albert Y2023-04-122-2/+4
| |
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-084-2/+6
| |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-2/+6
| |
* | Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-056-65/+15
| |
* | Adjust offset for some layouts (#20075)Ryan2023-03-131-5/+5
| |
* | Move matrix config to info.json, part 7 (#20020)Ryan2023-03-114-14/+10
|/
* implement rgb matrix for momokai keyboards (#19904)peepeetee2023-03-076-181/+143
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* Remove matrix size defines (#19581)Ryan2023-02-172-6/+0
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-172-14/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084-12/+4
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-312-2/+0
|
* [Keyboard] Add momokai tap duo (#19042)peepeetee2022-12-099-0/+315
|
* 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>