aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-2037-612/+268
|
* [Keymap] Added my personal keymaps for dz60 and TMO50. (#6772)Brian Lou2019-09-196-0/+116
| | | | | | | | | | | | * Added ottodokto keymaps for dz60 and tmo50. * moved placement of keymaps to proper directory * fixed accidental deletion of semicolon for tmo50 map * fix to use short form codes Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Cleanup rules.mk for 16U2 and 32U2 keyboards (#6768)fauxpark2019-09-1920-708/+115
| | | | | | * Cleanup rules.mk for 16U2 and 32U2 keyboards * Add back Tap Dance build option
* Cleanup rules.mk for USB64 and USB128 keyboards (#6769)fauxpark2019-09-1927-919/+196
|
* [Keyboard] 1up60hte cleanup + bugfix (#6763)MechMerlin2019-09-185-80/+18
| | | | | | | | * move caps lock led to keyboard level so even QMK Configurator users have access to it * set bootloader correctly to atmel-dfu * clean up extra carriage return
* [Keymap] Update Planck Layer Diagram To Match Layer (#6712)Alex Mayer2019-09-181-2/+2
|
* [Keyboard] 201909 s75 custom encoder (#6745)Andrew Kannan2019-09-184-67/+129
| | | | | | | | | | | | | | * Handle custom encoder configuration * Whitespace changes * Undo broken stuff * more * Remove printfs * fix the dumb bug
* [Keyboard] Introduce AT-AT 660M (#6729)Adrien Tétar2019-09-1815-0/+3014
| | | | | | | | | | | | * Introduce AT-AT 660M * PR feedback Co-Authored-By: fauxpark <fauxpark@gmail.com> * Add dfu-util args * Add URL
* [Keyboard] add personal fullsize pcb hnah108 (#6759)vuhopkep2019-09-179-0/+537
| | | | | | * add personal fullsize pcb hnah108 * Update keymap.c
* [Keyboard] Fix compile issues for OLKB Default keymaps (#6751)Drashna Jaelre2019-09-181-0/+4
|
* [Keyboard] xd87: add capslock led support (#6758)fougner2019-09-171-1/+11
|
* [Keyboard] Freyr: Configurator bugfixes (#6756)noroadsleft2019-09-171-8/+280
| | | | | | - rebuild LAYOUT_all tree (key count mismatch) - correct keyboard dimensions and key positioning - complete key object labels - debug linting (one key object per line; changes white space only)
* [Keyboard] KBD75 refactor (#6755)noroadsleft2019-09-178-104/+347
| | | | | | | | | | | | | | | | | | | | | | | | | * convert codebase to #pragma once * fix file includes - quantum.h is included at keyboard level, redundant at revision level - keyboard-level path is accessible at revision level, remove relative pathing * duplicate common layout macros from rev1 to rev2 Add the layout macros supported by both rev1 and rev2 to rev2.h directly, which exposes these layouts to QMK Configurator. * enable community layout support (75_ansi, 75_iso) * add LAYOUT_75_iso layout data It needs its own tree because its keys are in a different order from LAYOUT_iso_1u even though the physical layout is the same. * minimize rules.mk files (use QMK defaults) * use atmel-dfu bootloader rule * fix typo on rev1 info.json
* [Keymap] Fix e65 7u WK layout and add crd's personal keymap (#6750)Jason Thigpen2019-09-173-8/+46
| | | | | | * Add e65 keymap for crd * Fix e65 7u wk layout
* [Keymap] idobo/drewdobo keymap v1 (#6744)Drew Smathers2019-09-174-0/+106
|
* [Keyboard] Correct info.json data for vn66 (#6741)vuhopkep2019-09-172-15/+15
| | | | | | | | * Correct info.json data for vn66 * update .json file data * Update info.json
* [Keyboard] Adding YMDK "Bface" keyboard (#6731)Ethan Durrant2019-09-1713-0/+812
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * making a new board setup for ymdk bface clone * removing extra keymaps that copied over * documentation and edits for new ymdk_bface board * cleaning up config and keymaps * removed extra keymap and working on READMEs * readme edits * shorter aliexpress link in ymdk_bface readme * added images to readmes and edited the keymaps * more flashing directions * Mac directions formatting * editing and creating the all layout * cleanign up ymdk_bface keymaps * fixed typos in layout * removed tabs * cleaned up the LED and Backlight configuration. * adding more to info.josn and cleaning up readme * fixing JSON typos * made a ymdk folder and moved the bface into it. * fixing file names for the new folder structure
* [Keyboard] Adding AEK64 keyboard (#6725)Noan Mousy2019-09-178-0/+361
| | | | | | | | | | | | | | | | | | | | | | | | | * Adding AEK64 keyboard * Deleting useless layout definition * Resolving many code review issues * Documenting my 4sStylZ keymap * Adding default keymap * Apply suggestions from code review Code review corrections Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/handwired/aek64/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Correcting the NKRO implementation
* [Keymap] Plaid Keymap for Programmers (#6706)IanGC2019-09-173-0/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * map programmer qwerty * clarify and fix typo * finishing touches * use qmk s templates for readme * update copyright notice * remove unnecessary code Co-Authored-By: Drashna Jaelre <drashna@live.com> * remove unnecessary code Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/plaid/keymaps/thehalfdeafchef/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * fix documentation * reformat code * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Keyboard] Fixed EEPROM start address for firmware using VIA (#6757)Wilba2019-09-1732-209/+209
|
* Add Chimera65 Keyboard (#6670)Andrew Kannan2019-09-1618-2/+3077
| | | | | | | | | | | | | | | | | | | * Add chimera board * info json start * Update keyboards/cannonkeys/chimera65/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/chimera65/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Percent Studio Booster: Configurator fix (#6743)noroadsleft2019-09-161-1/+1
|
* [Keymap] Added Xerpocalypse's layout (#6732)Xerpocalypse2019-09-151-0/+56
| | | | | | | | | | | | | | | | | | | * Added Xerpocalypse's layout + Number row and symbols are switched compared to default TMO50 layout + Right-hand spacebar acts as backspace and a hold-layer for layer 2. * Update keyboards/tmo50/keymaps/xerpocalypse/keymap.c Removed unnecessary #define Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tmo50/keymaps/xerpocalypse/keymap.c Changed keymap to use KC_UNDS instead of custom-defined keycode Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* remove accidental characters in default preonic keymap (#6748)Michael Torres2019-09-161-1/+1
|
* add VN66 keyboard (#6722)vuhopkep2019-09-159-0/+348
| | | | | | | | | | | | | | | | * add VN66 keyboard * update * Update readme.md * Update readme.md * add hnah108 personal pcb * delete hnah108 * Update vn66.c
* [Keyboard] TheVanKeyboards Caravan: Configurator layout support (#6737)noroadsleft2019-09-141-0/+57
|
* [Keymap] style cleanup of GreenShadowMaker's keymap (#6736)GreenShadowMaker2019-09-141-41/+29
|
* [Keymap] Yet another xd75 keymap (#6734)xster2019-09-144-0/+111
| | | | | | | | | | * add a keymap for xd75 * add colors, change some keys, add reactive modifier hold, key press * add readme * permissive hold
* [Keyboard] Alps64 Refactor (#6723)MechMerlin2019-09-146-317/+24
| | | | | | | | | | | | | | | | | | * get rid of custom matrix that is no longer being used * remove _kc LAYOUT * remove ifdefs and replace with pragma once * cleanup rules and use bootmagic lite * get rid of led.c * Update keyboards/alps64/alps64.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * remove unneeded configurations
* [Keyboard] Fix default keymaps for OLKB boards to play Startup Sound (#6721)Drashna Jaelre2019-09-142-62/+70
| | | | | | | | | | * Fix Planck default keymap to play sounds on rev6 The dip_switch_update callback was overriding the default startup sound. This should prevent that from happening, and still allow it to play sounds, or stop them, when appropriate. * Fix Preonic default keymap to play sounds on Rev 3 The dip_switch_update callback was overriding the default startup sound. This should prevent that from happening, and still allow it to play sounds, or stop them, when appropriate.
* [Keymap] Fix Georgi's RZ key in NKRO fake-steno mode (#6701)Fedde Schaeffer2019-09-141-1/+1
| | | | | It was sending a comma keypress, while I believe that the targeted stenography software (at least on systems that generally use US-International keyboard layout) expects a single-quote/apostrophe key.
* [Keymap] Added m47ch4n keymap (#6673)m47ch4n2019-09-145-0/+329
| | | | | | | | | | | | | | | | | | | | * Add m47ch4n's keymap * Modify keymap * Format m47ch4n keymap.c using clang-format * Modify layer updater * Fix wrong key repeating bug * Add readme and QMK Configurator json * Fix layer updateter * Add Raise layer * Add kana keys
* [Keyboard] Add 2key2crawl (#6727)J.Flanagan2019-09-148-0/+181
| | | | | | | | | | | | | | | | | | | | | * adding working 2key2crawl Adding working 2key2crawl files edited files in accordance with original PR comments * Changes Changes and updates * Update readme.md * Update config.h removed IS_COMMAND block that was missed in previous commit * Changes to vol/keymap.c Removed unneccesary function
* Fix Corne keyboard matrix configuration (#6684)Drashna Jaelre2019-09-142-18/+18
|
* [Keymap] adding emdarcher's keymap for mf68 and tada68 (#6718)Ethan Durrant2019-09-128-0/+169
| | | | | | | | | | | | | | | | | | | | * adding a custom mf68 keymap * added custom tada68 keymap * readme edit on tada68 map * added mac fast-forward and rewind keybindings to tada68 emdarcher keymap * tada68 keymap documentation and edits * cleanup and edits * typo fix in emdarcher's tada68 keymap * cleaning up emdarcher keymap for tada68 * cleaned up emdarcher keymap for mf68
* [Keymap] xunz layout for dz60rgb (#6716)Papop2019-09-124-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Update] Add xunz layout for dz60rgb * [Update] Update layout.json and Readme.md * [Delete] Delete unnecessary files * [Create] Create new readme.md * Update keyboards/dztech/dz60rgb/keymaps/xunz/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * [Update] Delete some unnecessary code in config.h * Update keyboards/dztech/dz60rgb/keymaps/xunz/config.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb/keymaps/xunz/config.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb/keymaps/xunz/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Tidy up backlight header use to avoid build issues (#6714)Joel Challis2019-09-119-30/+0
|
* Fix boards being skipped during make allzvecr2019-09-102-1/+1
|
* remove synthing conflict file (#6717)Francis St-Amour2019-09-111-97/+0
|
* [Keyboard] Added a simple 2x5 Keypad with 4 layers (#6699)Jonathan Cameron2019-09-096-0/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added new 2x5 Keypad with 3 LEDs to indicate the selected layer. By Jonathan Cameron. * Minor refactor from suggestions from qmk team * Added * Moved to 'handwired' directory * Update readme.md * Update readme.md * Update readme.md * Update keyboards/handwired/2x5keypad/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Switch to image offsite * Moved image offsite * Update keyboards/handwired/2x5keypad/keymaps/default/keymap.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/handwired/2x5keypad/2x5keypad.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Moved functions into .c file per suggestions * Cosmetic * Fixed function called, per suggestions. * Update keyboards/handwired/2x5keypad/2x5keypad.h Ok Co-Authored-By: fauxpark <fauxpark@gmail.com> * Moved LED functions to the top level since they can be used it various flavors * Declare those moved LED functions! * Update keyboards/handwired/2x5keypad/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Keyboard] Waldo RGB Enable (#6711)MechMerlin2019-09-092-41/+11
| | | | | | * enable rgb animations * clean up code
* [Keymap] Update to narze keymaps (#6694)Manassarn Manoonchai2019-09-094-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Right GUI as backspace key & 1ms polling interval on narze keymaps * Refactor & reimplement mod tap macros * Reduce tapping term * Update readme * Add narze userspace * Make use of narze userspace * Extract Superduper mode * Refactor Superduper mode * (Ergodox Infinity) Prevent stuck modifiers * Update ergodox_infinity/narze likewise * Add warning for building Infinity with docker * Fix include eeprom.h in superduper * Try enabling superduper mode with combo for ergodox infinity * Apply suggestions on #4546 * Convert to 4 spaces * Map backlight step key * Replace PLAY_NOTE_ARRAY * Fix superduper toggle * Re enable audio in planck rev4 * Use perform_space_cadet * Remove superduper mod tap triggers * Add readme for planck light firmware flashing command * Remove unused layers * Remove unused keycodes * Add backlight toggle * Remove unused songs & use DEFAULT_LAYER_SONGS * Update readme * Move includes to header file * Set RGUI & raise as backspace & unbind actual backspace * tmp * Fix qwerty doc * Use 1ms polling rate
* [Keyboard] Add the E6.5 keyboard (#6693)Brice Figureau2019-09-0912-0/+766
| | | | | 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.
* [Keyboard] Add DP60 keyboard (#6679)MechMerlin2019-09-0911-0/+767
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add dp60 keyboard * fixup wording in readme * fix layout name in default keymap. I was missing an r * Add QMK Configurator support for the additional layouts * Update keyboards/dp60/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/dp60/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/dp60/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/dp60/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/dp60/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * strip out the VIA enabling from default rules.mk * add a VIA only keymap
* [Keyboard] Add Rabbit68 Keyboard w/ default,kaiec keymaps. (#6676)Kai Eckert2019-09-0912-0/+522
| | | | | | | | | | | | | | | | * Add Rabbit68 Keyboard w/ default,kaiec keymaps. * Requested changes by @fauxpark * Change flash command, as suggested by @drashna * Update keyboards/rabbit/rabbit68/readme.md Co-Authored-By: Drashna Jaelre <drashna@live.com> * Add link to Github repo As I per suggestion changed the link above to an image, I added now the link to the project page to the Open Source text, where it actually makes the most sense.
* [Keyboard] Feature/dz60rgb cleanups (#6697)MechMerlin2019-09-086-15/+17
| | | | | | | | | | | | * change LAYOUT_ANSI to LAYOUT_60_ansi * change QMK Configurator layout to LAYOUT_60_ansi as well * add 60_ansi support so I can make my userspace =) * update readme * Very strange. ISO keymap is still using 60_ansi LAYOUT macro. But then again....no ISO hottswap dz60 has been released
* [Keyboard] Add Freyr keyboard (#6664)vuhopkep2019-09-089-0/+326
| | | | | | | | | | | | | | | | * Add Freyr keyboard Add new Freyr tkl keyboard * add comunity layout * Update info.json * Update readme.md * Update info.json * Update keymap.c
* Add Copenhagen Click Pad (#6681)Callum Hart2019-09-089-0/+438
| | | | | | | | | | | | | | | | | | | | * Add Copenhagen Click Pad * Update keyboards/copenhagen_click/click_pad_v1/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Removing left over boilerplate * Update keyboards/copenhagen_click/click_pad_v1/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/copenhagen_click/click_pad_v1/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update readme.md
* [Keymap] UT47.2 Planck-style layout switching (#6669)Annihilator60002019-09-076-1/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UT47.2 keymap/updates for Planck style layout switching * UT47.2 keymap for Planck-style layout switching / code clean up * UT47.2 keymap for Planck-style layout switching: Qwerty, Workman, Colemak, Colemak Mod-DH, and Dvorak added / code clean up * Change the layout info to match the keymap * Edit readme to contain relevant info for layout switching * Edit readme to contain relevant info for layout switching * Edit readme to contain relevant info for layout switching * Edit readme to contain relevant info for layout switching. Add QMK Configurator file. * Update readme.md with make information * Undo breaking change in config.h * Code cleanup * Code cleanup * Code cleanup * More code cleanup
* [Keymap] Assorted personal keymap/userspace updates (#6691)Jonathan Rascher2019-09-074-2/+34
| | | | | | | | | | | | | | | | | | | | | | * Turn off more unnecessary features by default * Double TAP_CODE_DELAY due to more media key issues Even with this change, some of the rotary encoder turns on my BDN9's volume knob still seem to get dropped. It's possible there's something wrong with the encoder itself. (Maybe the TAP_CODE_DELAY actually causes QMK to miss an encoder turn? Unclear.) The other knob (backlight brightness) works fine, FWIW.... * Restructure userspace config.h a bit * Hack around Instant60 Via EEPROM conflict Remove this when #6589 is fixed for Via boards. * Add backlight breathing and (EEPROM) reset to BDN9 * Add keymap for 9-Key macropad