summaryrefslogtreecommitdiff
path: root/keyboards/e6v2/le
AgeCommit message (Collapse)Author
2019-02-07Regroup all Exclusive keyboard in one directoryBrice Figureau
To reduce clutter in the `keyboards/` directory, this patch moves all keyboards definitions for Exclusive boards to its own subdirectory.
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt
2018-10-05E6V2 LE HHKB love (#4079)Johannes Huber
* Keyboard: E6V2 LE HHKB layout support * Keymap: Add johu's E6V2 LE HHKB layout
2018-07-25Keyboard: E6V2 Layout Fix (#3490)MechMerlin
* add yanfali's patch to get rid of the e6v2 directory in configurator * fix matrix for 60_ansi
2018-07-25Keyboard: E6V2 LE Improvements (#3486)MechMerlin
* fix for that stupid LED * formatting changes and add firmware flashing warning to readmes * update readme with more info * add LAYOUT_60_ansi thanks to help from phlop * add configurator support for 60_ansi * add 60_ansi for community layout support
2018-07-16E6V2 LE: Top Right Keys are Reversed (#3420)MechMerlin
2018-07-16E6V2 LE Caps Lock LED Fix (#3419)MechMerlin
2018-07-13Added E6v2 keymap & some minor changes (#3392)Eric
* Changed HHKB ALT to GUI etc. * Swapped DZ60 GUI and ALT key * Added E6v2 keymap * Fixed CAPS to LCTL on E6v2
2018-07-06E6V2 LE Missing a Default Keymap (#3326)MechMerlin
* Add a default keymap to e6v2 le * Forgot to put an endif * Add a default keymap for now
2018-07-06E6-V2 Last Edition (LE) Support (#3324)MechMerlin
* new matrix for LE(Last Edition) E6V2 * Update pin outs for the new version of the PCB * putting in some placeholders for now * Trying to get e6v2/oe:default to compile * put rules.mk in the right directory * Add and update readme files * move info.json to oe directory * Update LE directory * rename keyboard name * Add QMK Configurator Support At this time, ths only covers the ALL case and allows people to use the configurator to generate their keymaps. More work will need to be done.