summaryrefslogtreecommitdiff
path: root/keyboards/exclusive
Commit message (Collapse)AuthorAge
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-05
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* 65 ansi blocker everywhere (everywhere I can find) (#6805)MechMerlin2019-09-25
| | | | | | | | | | | | | | | | | | | | * e6.5 actually already had a 65_ansi_blocker LAYOUT macro, so just had to enable in rules. * Add the 65_ansi_blocker LAYOUT macro and enable in rules.mk * rename LAYOUT macro in .h and in the keymap.c as it was only a default keymap. Also enable in rules.mk * rename but also had to define the existing LAYOUT macro as the new one to prevent breakage of existing keymaps * add 65_ansi_blocker support for vinta * forgot to update the info.json on these * add new default layout 65_ansi_blocker support to alt * add 65_ansi_blocker support * undo changes
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-20
|
* [Keymap] Fix e65 7u WK layout and add crd's personal keymap (#6750)Jason Thigpen2019-09-17
| | | | | | * Add e65 keymap for crd * Fix e65 7u wk layout
* [Keyboard] Add the E6.5 keyboard (#6693)Brice Figureau2019-09-09
| | | | | The E6.5 is the new 65% keyboard made by Exclusive. This changeset adds its PCB to QMK, including all the bottom row variants and iso/ansi/split BS layouts.
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-16
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* [Keyboard] E6V2 R2 BMC PCB (#6009)MechMerlin2019-05-29
| | | | | | | | | | | | | | | | | | * initial commit * remove mentions of oe and replace with le * add new layout macros with the spacebar change * add rgb underglow support * Update keyboards/exclusive/e6v2/le_bmc/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/exclusive/e6v2/le_bmc/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] E6V2 BMC OE (#5908)MechMerlin2019-05-19
| | | | | | | | | | * rename bmc due to confusion as the bmc from r2 is different * update readme * Update keyboards/exclusive/e6v2/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ↵XScorpion22019-05-07
| | | | | | | | | | | | | | | | 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-29
| | | | 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-23
|
* disable bootmagic as it does not work for bmc boardsmechmerlin2019-04-06
|
* fix naming in usbconfig.hmechmerlin2019-04-06
|
* fix pyusb install instructionsmechmerlin2019-04-06
|
* clean up config filemechmerlin2019-04-06
|
* remove custom i2c code in favor of QMK i2c_mastermechmerlin2019-04-06
|
* [Keyboard] revert back to the old custom i2c code for bmc (#5501)MechMerlin2019-03-28
|
* [Keyboard] E6V2 Bootmapper Client QMK port (#5495)MechMerlin2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-07
To reduce clutter in the `keyboards/` directory, this patch moves all keyboards definitions for Exclusive boards to its own subdirectory.