summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* [Keymap] Move common code and configuration to userspace for dshields ↵Daniel Shields2019-09-21
| | | | keymaps. (#6537)
* [Keymap] Bonta keymap for massdrop/ALT (#6391)Benjamin2019-09-21
| | | | | | | | * Added new bonta keymap. * Added a note. * Made map more mac like.
* Add list-keymaps make target (#5563)fauxpark2019-09-21
|
* [Keyboard] Update Stapelberg readme.md (#5557)jlquinn2019-09-20
| | | Previously suggested parts are hard to find or non-existent. Update with available part numbers.
* Add support for Void Linux systems to the qmk_install.sh script (#5526)Sorixelle2019-09-20
| | | | | | | | | | | | * Add support for Void Linux systems to the qmk_install.sh script * Fix typos + grammatical edits in comments * Sort distributions by alphabetical order in linux_install.sh * Revert previous commit and sort Void packages in alphabetical order * Fix permissions on `util/linux_install.sh`
* Add support for 328P hardware backlight on B1/B2 (#6776)fauxpark2019-09-20
|
* [Keyboard] Add Discipad, Update Zadig doc for USBaspLoader (#6771)coseyfannitutti2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add discipad * Update driver_installation_zadig.md * Update keyboards/coseyfannitutti/discipad/info.json Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/coseyfannitutti/discipad/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update rules.mk * Update keyboards/coseyfannitutti/discipad/rules.mk Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/driver_installation_zadig.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/coseyfannitutti/discipad/discipad.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/driver_installation_zadig.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/driver_installation_zadig.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update rules.mk * Update discipad.c * Update driver_installation_zadig.md * Update config.h
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-20
|
* Add reset instructions for boards that use Command to the Zadig driver ↵Konstantin Đorđević2019-09-19
| | | | | | | | | | | | | | installation guide (#6770) * Add reset instructions for boards that use Command to the Zadig driver installation guide * -> → → * Apply suggestions from code review Replace shorthand keycode names with full names Co-Authored-By: fauxpark <fauxpark@gmail.com>
* [Keymap] Added my personal keymaps for dz60 and TMO50. (#6772)Brian Lou2019-09-19
| | | | | | | | | | | | * 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-19
| | | | | | * 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-19
|
* DRV2605L Continuous Haptic Feedback Support (#6461)MechMerlin2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | * provide means to turn on RTP mode and set the amplitude * new keycode HPT_CONT to turn RTP off/on * introduce new keycodes HPT_CONI, and HPT_COND for Haptic Continuous Increase and Decrease * support for continuous mode amplitude increase and decrease * code cleanup * update docs to reference new keycodes and functionality * don't touch the keymaps * add function prototypes * add proper guards * cleanup guards * remove extra reserved
* [Keyboard] 1up60hte cleanup + bugfix (#6763)MechMerlin2019-09-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-18
|
* Smoother Linear Light Table (#6764)XScorpion22019-09-18
|
* Updated split encoders so indexes are based on left hand encoders first (#6382)XScorpion22019-09-18
| | | | | | | | | * Updated encoder.c so that split encoders are indexed based on left hand encoders first. This ensures when swapping master sides that code logic based on encoder index doesn't change. PR Review fixes * Removed extra define
* [Keyboard] 201909 s75 custom encoder (#6745)Andrew Kannan2019-09-18
| | | | | | | | | | | | | | * 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-18
| | | | | | | | | | | | * 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-17
| | | | | | * add personal fullsize pcb hnah108 * Update keymap.c
* [Keyboard] Fix compile issues for OLKB Default keymaps (#6751)Drashna Jaelre2019-09-18
|
* Update bootloader.mk (#6698)fauxpark2019-09-18
|
* [Keyboard] xd87: add capslock led support (#6758)fougner2019-09-17
|
* [Keyboard] Freyr: Configurator bugfixes (#6756)noroadsleft2019-09-17
| | | | | | - 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-17
| | | | | | | | | | | | | | | | | | | | | | | | | * 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][Xulkal] User code update (#6752)XScorpion22019-09-17
| | | | | | | | * Updating rgb menu behavior * Fixing toggle keycode to work how I want it * Enabling auto scroll timeout
* [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
* [Keymap] idobo/drewdobo keymap v1 (#6744)Drew Smathers2019-09-17
|
* [Keyboard] Correct info.json data for vn66 (#6741)vuhopkep2019-09-17
| | | | | | | | * Correct info.json data for vn66 * update .json file data * Update info.json
* [Keyboard] Adding YMDK "Bface" keyboard (#6731)Ethan Durrant2019-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-17
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-17
|
* Add Chimera65 Keyboard (#6670)Andrew Kannan2019-09-16
| | | | | | | | | | | | | | | | | | | * 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-16
|
* [Keymap] Added Xerpocalypse's layout (#6732)Xerpocalypse2019-09-15
| | | | | | | | | | | | | | | | | | | * 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-16
|
* Clarify the backlight_level API doc slightly (#6733)xster2019-09-15
| | | | | | * Clarify the backlight_level API doc slightly * review
* add VN66 keyboard (#6722)vuhopkep2019-09-15
| | | | | | | | | | | | | | | | * 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-14
|
* [Keymap] style cleanup of GreenShadowMaker's keymap (#6736)GreenShadowMaker2019-09-14
|
* [Keymap] Yet another xd75 keymap (#6734)xster2019-09-14
| | | | | | | | | | * 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-14
| | | | | | | | | | | | | | | | | | * 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-14
| | | | | | | | | | * 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.
* Fix enables for Haptic Feedback (#6707)Drashna Jaelre2019-09-14
| | | | | | | | | | * Fix enables for Haptic Feedback If you enabled bothe DRV2605 and SOLENOID, it would only enable one of these, not both. This fixes the check so that you can enable both options. * Fix check for haptic feature
* [Keymap] Fix Georgi's RZ key in NKRO fake-steno mode (#6701)Fedde Schaeffer2019-09-14
| | | | | 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-14
| | | | | | | | | | | | | | | | | | | | * 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-14
| | | | | | | | | | | | | | | | | | | | | * 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-14
|
* Add to VSCode's recommended extensions (#6656)Drashna Jaelre2019-09-13
| | | This includes a number of recommended extensions from the VS Code doc page that should make coding things a lot easier for QMK Firmware.