summaryrefslogtreecommitdiffstats
path: root/keyboards/rgbkb
Commit message (Collapse)AuthorAgeFilesLines
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2111-20/+20
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-2018-82/+53
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)Ryan2022-08-2018-82/+53
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-074-86/+4
|\|
| * Rgbkb/keeb fixes (#17932)XScorpion22022-08-074-86/+4
| | | | | | | | | | | | | | | | | | * Disable console by default for better bios & reboot behavior * Remove custom matrix * Disable console by default for better bios & reboot behavior * PR feedback
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0710-110/+31
|\|
| * rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings (#17619)Joel Challis2022-08-0710-110/+31
| |
* | [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-061-2/+0
| | | | | | | | `QMK_KEYS_PER_SCAN` (#15292)
* | Enable mousekeys by default for RGBKB Sol3 (#17842)Frank Tackitt2022-07-291-1/+1
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-195-7/+7
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Various fixes for g_led_config lint warnings (#17104)Joel Challis2022-05-161-4/+4
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1512-17/+17
|
* Sol3 fix rgb map (#17019)Doomsdayrs2022-05-071-10/+12
| | | | | | | | | * Fix for key -> LED mapping * Revert whitespace changes * Revert whitespace changes 2 Co-authored-by: theVDude <rb.cubed@gmail.com>
* [Keyboard] Small fix for Sol3 with only a slave touch bar (#16952)XScorpion22022-04-281-9/+10
|
* RGBKB Sol 3 rev1: Configurator Data and Readme (#16798)James Young2022-04-052-0/+144
| | | | | * add QMK Configurator data * add readme file
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-154-8/+0
| | | | (#16655)
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish ↵Joel Challis2022-02-262-4/+0
| | | | | | | keymaps (#16448) * Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
* Remove manual enable of LTO within user keymaps (#15378)Joel Challis2022-02-102-2/+2
|
* Remove parent-relative paths from keyboards. (#16282)Nick Brassel2022-02-102-8/+8
| | | | | | | | | * Remove parent-relative paths from keyboards. * Update keyboards/capsunlocked/cu75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Small fix for Sol 3 brightness limits (#16157)XScorpion22022-02-012-10/+10
|
* [Keyboard] Sol 3 Keyboard from RGBKB (#15687)XScorpion22022-01-2125-14/+1268
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Franklyn Tackitt <franklyn@tackitt.net>
* Fix broken bootloader builds in develop. (#15880)Dasky2022-01-151-0/+3
|
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-146-127/+127
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0911-13/+11
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-093-75/+0
|
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-075-20/+2
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-014-7/+0
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-156-15/+160
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-055-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-0210-14/+29
| | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-299-9/+0
|\
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-309-9/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-212-2/+2
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-212-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-206-23/+142
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-201-1/+1
| |
| * Doc Fixes & Custom Matrix Fix (#14526)XScorpion22021-09-204-24/+39
| |
| * [Keymap] Adding my Mun keymap. (#14501)peott-fr2021-09-192-0/+104
| |
| * [Keyboard] Quick fixes for the Mun to unblock customers (#14505)XScorpion22021-09-192-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-124-4/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-124-4/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-127-14/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-127-14/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-101-1/+1
|\|
| * Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-101-1/+1
| |
* | Move non-assignment code to post_rules.mk (#14207)Zach White2021-09-094-21/+19
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 40percentclub/ut47: move non-assignment code to post_rules.mk * converter/palm_usb: move non-assignment code to post_rules.mk * converter/sun_usb: move non-assignment code to post_rules.mk * dm9records/ergoinu: move non-assignment code to post_rules.mk * ergotaco: move non-assignment code to post_rules.mk * handwired/symmetric70_proto: move non-assignment code to post_rules.mk * hhkb/ansi: move non-assignment code to post_rules.mk * hhkb/jp: move non-assignment code to post_rules.mk * lfkeyboards/lfk78: move non-assignment code to post_rules.mk * lfkeyboards/lfk87: move non-assignment code to post_rules.mk * lfkeyboards/lfkpad: move non-assignment code to post_rules.mk * lfkeyboards/mini1800: move non-assignment code to post_rules.mk * manta60: move non-assignment code to post_rules.mk * mschwingen/modelm: move non-assignment code to post_rules.mk * newgame40: move non-assignment code to post_rules.mk * numatreus: move non-assignment code to post_rules.mk * rgbkb/zen: move non-assignment code to post_rules.mk * rgbkb/zen/rev2: move non-assignment code to post_rules.mk * Revert "handwired/symmetric70_proto: move non-assignment code to post_rules.mk" This reverts commit cffaf0075c3c9b2473a660ba4af8835a9162311b.
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-104-22/+0
|
* Remove empty override functions (#14312)Ryan2021-09-051-21/+0
| | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z