summaryrefslogtreecommitdiff
path: root/keyboards/massdrop
Commit message (Collapse)AuthorAge
* Keyboard: ALT keymap update and LED driver brightness mismatch fix (#3890)patrickmt2018-09-13
| | | | | | | | | | * ALT keymap update Added additional End key on layer 1 to match key cap * LED driver update addressing PR #3871 Update sync between IS31FL3733 drivers is causing varying behavior in keyboards including brightness mismatch and slight flicker at very low rgb values. Visually, disabling sync is not noticeable. Ref PR #3871 by guarnacciaa.
* Keyboard: CTRL LED scan code mapping fix (#3867)patrickmt2018-09-07
| | | | | | | | | | * CTRL LED scan code mapping fix Fixed scan codes to properly align with key wiring * Update scan codes for caps and scroll lock lighting Update scan codes for caps and scroll lock lighting according to previous scan code mapping update
* CTRL and ALT updatespatrickmt2018-09-05
| | | | | | | | Added support to enter bootloader from software (bootloader version must be newer than "v2.18Jun 22 2018 17:28:08" until workaround for older is created). Updated CTRL and ALT keymaps for entering bootloader with Fn+b held for >500ms. Added basic MacOS keymap for ALT. USB sleep LED indicator now turns off after 1 second. Slowed down debug LED code printing.
* Keymap: Massdrop CTRL: add basic MacOS support (#3842)Elisiano Petrini2018-09-03
| | | | | | | | * swap KC_LALT with KC_LGUI * replace KC_RALT with KC_RGUI This makes the keyboard more mac friendly out of the box (I'm aware this that this could partially be done in software with the preferences but hey, where's the fun in that).
* Keyboard: Rename alt67 to alt (#3824)patrickmt2018-09-01
| | | | | Renamed keyboard alt67 to alt and adjusted necessary files where alt67 appeared. CTRL keymap fixed enum structure name. usb2422 removed stray define no longer used.
* Keyboard: CTRL and ALT keyboard json fix (#3816)patrickmt2018-08-31
| | | Fixed incorrect layout names
* Keyboard: CTRL and ALT updates (#3810)patrickmt2018-08-30
| | | Update to CTRL and ALT keyboard files
* Keyboard: Update CTRL and ALT keyboard readme (#3796)patrickmt2018-08-29
| | | | | | | | | | * Massdrop keyboards readme update Massdrop keyboards readme update for flashing instructions * ctrl and alt keyboard readme update Updating make command in Massdrop CTRL and ALT keyboard readme files to reflect directory change
* Massdrop keyboards readme update (#3791)patrickmt2018-08-29
| | | Massdrop keyboards readme update for flashing instructions
* move massdrop boards into its own directory for configurator visibilitymechmerlin2018-08-29