summaryrefslogtreecommitdiffstats
path: root/keyboards/massdrop
Commit message (Collapse)AuthorAgeFilesLines
...
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-284-6/+4
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-214-4/+4
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-214-8/+10
|\
| * Move keyboard USB IDs and strings to data driven, pass 3 (#18111)Ryan2022-08-214-8/+10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-144-7/+66
|\|
| * Improve Drop Alt compatibility with VIA (#18041)Cyn2022-08-144-7/+66
| | | | | | by slycedix
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-2/+0
| |
* | [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-065-5/+0
| | | | | | | | `QMK_KEYS_PER_SCAN` (#15292)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-034-14/+12
|\|
| * Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-034-14/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-1812-0/+507
|\|
| * Add Support for Massdrop's Stack Overflow The Key V2 (#17696)Jason Wihardja2022-07-1812-0/+507
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Default Factory Settings * Change Keyboard Name in Readme * Fix LED Orders * Change Brightness Step * Enable Lighting Layers * Add RGB Control Mode * Unblink Layer to Clear Stack * Add MacOS RGB Control * Comment Fixes
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-022-0/+141
|\|
| * Added VIA support for Drop CTRL (#17336)InonL2022-07-022-0/+141
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-023-46/+225
|\|
| * Update massdrop/alt:charlesrocket (#17297)-k2022-07-023-46/+225
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-304-4/+0
|/
* Add massdrop/alt:charlesrocket keymap (#17173)-k2022-05-211-0/+122
|
* Added massdrop/ctrl:xanimos keymap (#16187)Daniel Weeks2022-04-226-0/+982
| | | Co-authored-by: xanimos <dan@xanimos.com>
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-152-4/+0
| | | | (#16655)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-142-0/+129
|\
| * [Keyboard] Add VIA support for the Drop Alt (#15857)asdfire12022-01-132-0/+129
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-112-0/+157
|\|
| * [keymap] Add massdrop/ctrl R167 keymap (#15585)Winston Durand2022-01-102-0/+157
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-271-1/+1
|\|
| * massdrop/thekey: macos requires LGUI modifier instead of LCTL (#15605)me-dea2021-12-271-1/+1
| |
* | Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-272-0/+6
|/ | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
* fixed "Your Name" in header (#15591)br2021-12-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * cleaned up for pr * Update keyboards/massdrop/alt/keymaps/b/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/massdrop/alt/keymaps/b/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/massdrop/alt/keymaps/b/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * SPDX copyright header * renamed keymap folder to b_ * Your Name Co-authored-by: Drashna Jaelre <drashna@live.com>
* add my keymap (#15211)br2021-12-272-0/+171
| | | | | | | | | | | | | | | | | | | | | * cleaned up for pr * Update keyboards/massdrop/alt/keymaps/b/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/massdrop/alt/keymaps/b/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/massdrop/alt/keymaps/b/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * SPDX copyright header * renamed keymap folder to b_ Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] support for Stack Overflow The Key from Drop - adapted from ↵Wyatt Neal2021-12-2210-0/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @frap129 (#15520) * support for Stack Overflow The Key from Drop - adapted from @frap129 * addressing code review comments there's still some issues related to LEDs so i think for now the best course of action is to remove those items until we can get better details on the assembly of the board. * removing this on the correct branch * cleaning up more code review comments, moving to simpler/common formats for maps * it is a C not a G fool * well, looks like you can do it this way too for booting/dfu * fixing missing newline for gcc to be quiet * removing busted links * formatting to match current template * Update keyboards/massdrop/thekey/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Andy Piper <andypiper@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-144-66/+66
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Fix up build options comments (#15463)Ryan2021-12-122-2/+2
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-4/+2
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-4/+0
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-155-111/+207
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-057-0/+541
|\
| * [Keymap] foxx1337 for Massdrop CTRL with raw HID (#8692)foxx13372021-11-057-0/+541
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keymap] foxx1337's personal keymap * Add keymap based on ctrl default * Add 5 minute rgb matrix timeout * Add foxx1337 layout defaults * Add raw HID communication protocol * Add rgbmatrix to the raw HID protocol * Add readme * Modernize ctrl, shift, alt mods detection * Add GPL like copyright headers
* | Add support to persist MD LED framework settings (#14980)Joel Challis2021-11-024-0/+22
| | | | | | | | | | | | | | | | | | * Add support to persist MD LED framework settings * avoid out-of-bounds errors when SmartEEPROM is not enabled * Update brightness defaults * clang
* | Stop-gap forward-port Drop LED features for CTRL and ALT (#14967)just-another-jxliu2021-10-296-58/+365
| |
* | Initial USB2422 driver (#14835)Joel Challis2021-10-224-2/+20
| |
* | Split out arm_atsam shift register logic (#14848)Joel Challis2021-10-222-22/+14
|/
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-302-2/+0
|
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-212-2/+2
|
* Remove backlight pin references in rules.mk (#14513)Ryan2021-09-202-2/+2
|
* [Keymap] Add gaming toggle layer & layer colors to r-pufky keymap. (#14251)r-pufky2021-09-163-47/+94
|
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-122-2/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-122-4/+0
|
* Remove empty override functions (#14312)Ryan2021-09-052-16/+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
* Fixup `massdrop/alt`, `cest73/tkm`. (#14048)Nick Brassel2021-08-181-3/+2
| | | | | | | | | | | * Fixup massdrop/alt. * Fixup `cest73/tkm` bootmagic lite. * Update keyboards/cest73/tkm/rules.mk Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Fix Indicator LED issues (#12097)50an6xy06r6n2021-08-181-3/+2
|