Ben
024ff3a238
[Keyboard] Add Kimiko Rev2 and update Rev1 ( #553 )
...
* Initial Kimiko rev2 support
Signed-off-by: Ex3c4Def <Joe_No@gmx.net>
* Add Kimiko Rev2 and update Rev1
- move oled code and font to root, that way all Rev's and keymaps can access it
- delete all user keymaps, because it can be changed in VIAL GUI
- Rev1 migrate some features to info.json
* Fix Rev2 layout
* fix encoder orientation in vial gui
* fix typo
* remove readme from vial keymap folder
* rm obsolet code from vial.json, mirror qmk code
* fix firmware build for oriaj3 keymap
* add rev1 default keymap to fix cli check
---------
Signed-off-by: Ex3c4Def <Joe_No@gmx.net>
Co-authored-by: Ex3c4Def <Joe_No@gmx.net>
Co-authored-by: Ben Roe <ben@MacBook-Pro-von-Ben.local>
Co-authored-by: Ben Roe <ben@MacBookzPro-M2.lan>
2023-10-13 19:43:33 -06:00
Ilya Zhuravlev
e390a34128
Merge remote-tracking branch 'qmk/master' into merge-2023-09-08
2023-09-08 20:53:27 -06:00
Ryan
37bc949945
RGB Matrix: driver naming cleanups ( #21594 )
2023-08-23 01:00:03 +01:00
Charles Strahan
a4bba728af
kimiko: add encoders ( #521 )
...
* kimiko: add encoders
* kimiko: enable encoders in rules.mk
* kimiko: fix orientation of left-hand encoder
* kimiko: fix encoder pin typo
* kimiko: revert encoder changes in info.json
* kimiko: enable encoders
---------
Co-authored-by: Charles Strahan <cstrahan@fullstory.com>
2023-08-18 09:59:55 -06:00
Ryan
5d2f2af198
OLED: driver naming cleanups ( #21710 )
2023-08-15 10:30:34 +01:00
Ilya Zhuravlev
d6e95213e3
Merge remote-tracking branch 'qmk/master' into merge-2023-06-03
2023-06-03 12:35:25 -06:00
Nick Brassel
c9f619124d
Encodermap direction define. ( #20454 )
2023-04-15 16:18:44 +01:00
Ryan
47966dc2a6
Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
( #20303 )
2023-04-06 18:00:54 +10:00
Ilya Zhuravlev
2ec3ba62cd
fix renamed keycodes
2023-03-19 12:05:44 -06:00
Ilya Zhuravlev
06a2fdcc9c
Merge remote-tracking branch 'qmk/master' into merge-2023-03-12
2023-03-18 17:51:58 -06:00
Ryan
74223c34a9
Remove legacy keycodes, part 6 ( #18740 )
...
* `KC_RSHIFT` -> `KC_RSFT`
* `KC_RCTRL` -> `KC_RCTL`
* `KC_LSHIFT` -> `KC_LSFT`
* `KC_LCTRL` -> `KC_LCTL`
2022-10-16 14:14:40 +01:00
Drashna Jaelre
55b9a4d06e
Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K ( #18726 )
2022-10-15 09:55:27 -07:00
Ryan
ea2819b2c2
Change {LED,RGB}_DISABLE_TIMEOUT
to {LED,RGB}_MATRIX_TIMEOUT
( #18415 )
2022-09-26 14:40:15 +10:00
Ryan
36c410592d
Change DRIVER_LED_COUNT
to {LED,RGB}_MATRIX_LED_COUNT
( #18399 )
2022-09-23 22:46:23 +10:00
Ilya Zhuravlev
d4fa6703b8
Merge remote-tracking branch 'qmk/master' into merge-2022-09-10
2022-09-10 04:10:44 -06:00
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps ( #17940 )
2022-08-21 23:55:30 +01:00
Ilya Zhuravlev
fde0c10bae
Merge remote-tracking branch 'qmk/master' into merge-2022-07-11
2022-07-11 18:40:32 -06:00
Jairo Ramírez Ávila
56ecc86482
Added oriaj3 keymap with Matrix RGB support for Kimiko keyboard. ( #17103 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-07-02 22:37:29 +10:00
Joel Challis
b7771ec25b
RESET -> QK_BOOT default keymaps ( #17037 )
2022-05-15 20:26:27 +01:00
Ilya Zhuravlev
f0ae3fb701
Merge remote-tracking branch 'qmk/master' into merge-2021-12-11
2021-12-11 20:19:52 -05:00
Drashna Jaelre
9d235d4fc5
[Core] Change OLED task function to be boolean ( #14864 )
...
* [Core] Add kb level callbacks to OLED driver
* Update keyboards and keymaps
* Update docs
* Update userspace configs
* Add fix for my keymap ...
* update lefty
2021-11-02 09:42:50 +11:00
Ying Kun Zhan
3ebf91ee31
Add vial support for Keycapsss' Kimiko ( #56 )
...
* Add vial support for Keycapsss' Kimiko
* Decrease firmware size
2021-09-13 19:04:16 -04:00
Xelus22
4e1c5887c5
[Core] Refactor OLED to allow easy addition of other types ( #13454 )
...
* add docs
* core changes
* update keyboards to new OLED
* updated users to new OLED
* update layouts to new OLED
* fixup docs
* drashna's suggestion
* fix up docs
* new keyboards with oled
* core split changes
* remaining keyboard files
* Fix The Helix keyboards oled options
* reflect develop
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
2021-08-24 16:28:26 +10:00
Drashna Jaelre
a0fed0ea17
Convert Encoder callbacks to be boolean functions ( #12805 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-05-21 23:17:32 -07:00
Ben
ebfe668fff
[Keyboard] Add Kimiko keyboard ( #11458 )
...
* add keycapsss/kimiko split keyboard
* add kimiko rgb matrix keymap (only master working)
* move rgb_matrix_driver definiton to rev1 folder
* add comments to rgb matrix code
* add power draw limitation for ios
* add SPLIT_TRANSPORT_MIRROR to kimiko
* Add oled code and font for kimiko
* Edit default keymap and add copyright entries
* Improve typo style
* Add info.json for Kimiko
* Add readme
* Remove split matrix code
* Add image and more feature informations
* Fix indention
* Add make command example
* Update keyboards/keycapsss/kimiko/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/keycapsss/kimiko/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/keycapsss/kimiko/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/keycapsss/kimiko/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/keycapsss/kimiko/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-01-10 23:55:42 -08:00