aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive
Commit message (Collapse)AuthorAgeFilesLines
* rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ↵XScorpion22019-05-071-71/+59
| | | | | | | | | | | | | | | | 2) (#5783) * Initial conversion of the rgb_led struct * Converting last keyboard & updating effects to take advantage of the new structure * New struct should not be const * Updated docs * Changing define ___ for no led to NO_LED * Missed converting some keymap usages of the old struct layout
* Updated rgb_led struct field modifier to flags (#5619)XScorpion22019-04-291-50/+50
| | | | Updated effects to test led flags Updated massdrop to use new flags field for led toggle
* [Keyboard] forgot to omit k05 from the electrical matrix in hhkb layout (#5684)MechMerlin2019-04-231-1/+1
|
* disable bootmagic as it does not work for bmc boardsmechmerlin2019-04-063-6/+2
|
* fix naming in usbconfig.hmechmerlin2019-04-061-3/+3
|
* fix pyusb install instructionsmechmerlin2019-04-061-2/+2
|
* clean up config filemechmerlin2019-04-061-6/+2
|
* remove custom i2c code in favor of QMK i2c_mastermechmerlin2019-04-064-133/+3
|
* [Keyboard] revert back to the old custom i2c code for bmc (#5501)MechMerlin2019-03-284-3/+133
|
* [Keyboard] E6V2 Bootmapper Client QMK port (#5495)MechMerlin2019-03-2710-0/+899
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit of e6v2 bmc files * update readme with bmc template and reset key location * fix up the switch matrix * add usbconfig.h file * add i2c files * cleanup config.h * cleanup rules.mk and remove non atmega32a architecture code * add an appropriate keymap for testing * update readme with warning not to flash this hex file onto atmega32u4 e6v2 * get rgb lights working * add QMK Configurator support for 60_ansi layout * add hhkb support layout * add additional layouts such as tsangan and all and included QMK Configurator support for them * add bootmagic lite, and have it be set to Esc or the key located at k50 * update readme * fixup spacing for LAYOUT_all electrical matrix * add some pragma once magic * use i2c_master instead of custom i2c.c * remove the custom i2c.c * restore a more valid default keymap * add eep_rst to keymap
* Regroup all Exclusive keyboard in one directoryBrice Figureau2019-02-0746-0/+1966
To reduce clutter in the `keyboards/` directory, this patch moves all keyboards definitions for Exclusive boards to its own subdirectory.