summaryrefslogtreecommitdiffstats
path: root/keyboards/rart
Commit message (Collapse)AuthorAgeFilesLines
* RART80 Hotswap Layout Additions (#20791)James Young2023-05-084-171/+1457
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * refactor keymaps - use four-space indent - update grid alignment of keycodes * add matrix position [4, 1] to LAYOUT_all * add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_f13_ansi_tsangan * add LAYOUT_tkl_f13_ansi_wkl_split_bs_rshift * add LAYOUT_tkl_f13_ansi_wkl * add LAYOUT_tkl_f13_ansi_cwkl_split_bs_rshift * add LAYOUT_tkl_f13_ansi_cwkl * add LAYOUT_tkl_ansi_tsangan * add LAYOUT_tkl_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_ansi_wkl * add LAYOUT_tkl_ansi_wkl_split_bs_rshift * add LAYOUT_tkl_ansi_cwkl * add LAYOUT_tkl_ansi_cwkl_split_bs_rshift * enable Community Layout support
* Rartlice: rename LAYOUT_all to LAYOUT (#20800)James Young2023-05-083-74/+77
| | | | | * rename LAYOUT_all to LAYOUT * info.json: apply friendly formatting
* Rart67M: rename LAYOUT_all to LAYOUT (#20787)James Young2023-05-083-71/+74
| | | | | | | * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT * info.json: remove trailing spaces
* RART75M: rename LAYOUT_all to LAYOUT (#20790)James Young2023-05-083-109/+112
| | | | | * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT
* Rart45: rename LAYOUT_all to LAYOUT (#20784)James Young2023-05-083-85/+88
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-041-73/+73
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-6/+6
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-226/+201
|
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-253-167/+127
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-155-5/+5
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-1518-878/+632
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0612-6/+16
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-043-297/+210
|
* Add core/fallback encoder behaviour (#20320)jack2023-04-033-48/+0
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-294-139/+61
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-235-10/+0
|
* Remove more empty headers (#20155)Ryan2023-03-179-138/+0
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-1126-127/+65
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-2612-21/+32
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-1713-52/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-1718-31/+38
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-176-9/+9
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-171-10/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0826-78/+26
|
* Debounce defines cleanup (#19742)Ryan2023-02-0313-39/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3112-12/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-106-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-069-9/+9
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-2915-58/+58
|\
| * [Keyboard] Add Encoder map support for rart (#18851)Alabahuy2022-10-2816-60/+70
| |
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
| |
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-159-11/+11
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-155-6/+40
|/
* Remove all `BACKLIGHT_LEVELS 0` (#18630)jack2022-10-071-3/+0
|
* add rart60 (#18570)Alabahuy2022-10-037-0/+255
| | | * add rart60
* [Keyboard] add rart80 (#18287)Alabahuy2022-09-289-0/+391
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-0611-11/+0
|
* Move keyboard USB IDs and strings to data driven: R (#17885)Ryan2022-08-0424-82/+73
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1519-19/+19
|
* Provide better config defaults for bluepill boards (#16909)Joel Challis2022-04-221-29/+0
|
* Add Rart75 hotswap and support via (#16619)Alabahuy2022-03-209-0/+385
| | | | | | | | | | | * Add Keyboard Rart75 Hotswap version * Update readme * Update config and readme * Update info.json * update readme and keymaps
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* rart67m: move OLED and WPM code to default keymap (#16403)Ryan2022-02-203-152/+121
| | | | | | | | | * rart67m: move OLED and WPM code to default keymap * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Fix up build options comments (#15463)Ryan2021-12-121-1/+1
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0911-21/+11
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0111-21/+1
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-059-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.