summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2020-05-06Remove old_keymap_files directory from planck (#8917)Ryan
2020-05-06[Keymap] Xyverz Kinesis keymap update (#9018)Xyverz
* Mitor Tweaks Updating Dvorak keymap to change location of Slash and Backslash to positions more in line with my 12x5 and similar ortho layouts * Fixed readme.md Tidied up the readme and make some minor changes. * Adding atreus config file Adding a config file for my Atreus keyboard. This is to help with the keychatter issues I've been having on my Atreus. * Changes as requested per @zvecr Added `#pragma once` to beginning of config.h file as requested by @zvecr.
2020-05-06New keyboard: Clueboard 2x1800 2019 (#8721)Zach White
* Initial support for the 2019 2x1800 * Get all hardware working. * Fix shake to undo * Use the method suggested by @reywood * Remove the unnecessary for loop * changes suggested by @noroadsleft * Fix comma, period, and forward slash keys for clueboard 2x1800 default keymap by @reywood * Call led_set_user at the end of led_set_kb (#6265) * [Keymap] Add default layouts for 2u spacebar (#6266) * make progress on drawing mode * Finish drawing toy mode * Update keyboards/clueboard/2x1800/2019/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/clueboard/2x1800/2019/2019.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/clueboard/2x1800/2019/2019.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/clueboard/2x1800/2019/2019.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/clueboard/2x1800/2019/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/clueboard/2x1800/2019/rules.mk Co-Authored-By: Ryan <fauxpark@gmail.com> * remove unnecessary files * Update keyboards/clueboard/2x1800/2019/rules.mk Co-Authored-By: Ryan <fauxpark@gmail.com> * apply suggestions * Apply suggestions from code review Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: Sean Dwyer <sean.dwyer@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-05-06Add Elongate PCB support (#8419)Álvaro A. Volpato
* Working on proto * Start adding VIA support * Apply suggestions from code review Removed redundant comments and fixed typos Co-Authored-By: Ryan <fauxpark@gmail.com> Co-Authored-By: Joel Challis <git@zvecr.com> * Delete useless config.h As per code review * Delete elongate.c As per code review * Updated readme.md * Update keyboards/acheron/elongate/keymaps/default/keymap.c As per code review Co-Authored-By: Ryan <fauxpark@gmail.com> * Apply suggestions from code review Removed RGB_MODE_TEST definition and substituted for RGB_M_T Co-Authored-By: Ryan <fauxpark@gmail.com> * Apply suggestions from code review Reverted changes to alice.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update info.json * Update via/keymap.c Co-Authored-By: Ryan <fauxpark@gmail.com> * Solve compiling issue for via keymap * Add botmagic support and remoce console_enable Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/acheron/elongate/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/acheron/elongate/keymaps/via/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/acheron/elongate/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/acheron/elongate/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
2020-05-06edit to default funky40 keymap (#9014)TheFourthCow
2020-05-05Xulkal Changes (#9004)XScorpion2
* Xulkal Changes * Fixing alt keymap
2020-05-04Update TGR 910 VID/PID (#8988)halfenergized
To fix the vendor ID and product ID
2020-05-04[Keyboard] Fix Romeo ANSI Split Matrix (#9002)Jake Happersett
2020-05-04gBoards Common (#8921)Jeremy Bernhardt
Co-Authored-By: Drashna Jaelre <drashna@live.com>
2020-05-03Disable console and command on TGR 910CE (#9011)Ryan
2020-05-02Formatting (#8981)buzzlighter1
2020-05-01Add xd002 support (#8598)Joel Challis
* Add xd002 support * tidy some whitespace * align filename * Update keyboards/xd002/info.json Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-05-01Add Via Keymap to Blackplum (#8975)Eriq M. Adams
2020-04-30QMK-ify some GPIO macros (#8315)Ryan
2020-04-30BACKLIGHT_ON_STATE config.h fixes (#8862)Ryan
2020-04-29[Keyboard] Vitamins included VIA support (#8876)Mikkel Jeppesen
* Added VIA support * added via support to vitamins included * Added VIA support * added via support to vitamins included * Used actual nkro alias
2020-04-29[Keyboard] id80: Transpose matrix to use faster COL2ROW routines (#8930)Sergey Vlasov
* id80: Transpose matrix to use faster COL2ROW routines Even the standard QMK matrix_scan() function can give about 2 times higher scan rate (if compiled with optimizations enabled) if the COL2ROW matrix layout is used instead of ROW2COL. Although the ID80 PCB is wired using the ROW2COL matrix layout, it is possible to transpose the matrix from the QMK standpoint, so that "columns" would correspond to horizontal connections, and "rows" would correspond to (mostly) vertical connections; in this case the matrix could be handled as if it had the COL2ROW layout. The matrix layout change makes the older VIA JSON layout definition incompatible, but the corresponding JSON was not yet accepted to the VIA repository, so it should still be safe to make this change. * id80: Remove obsolete comments
2020-04-29[Keymap] Add VIA Keymap to RoMac+ Directory (#8966)Garret G
2020-04-29Convert clipping variables in rgblight.c to a structure (#7720)Drashna Jaelre
2020-04-28[Keyboard] Add via support for cypher rev5 PCB (#8898)yd-null
2020-04-28A few final edits to the keymap and readme. (#8845)Drashna Jaelre
* A few final edits to the keymap and readme. * Update keyboards/xd75/keymaps/buzzlighter1/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/xd75/keymaps/buzzlighter1/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/xd75/keymaps/buzzlighter1/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/xd75/keymaps/buzzlighter1/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2020-04-29fix sick68 space key handwiring location (#8962)Umberto Baldi
* fix space key handwiring location * fix mechmerlin layout * Revert changes from mechmerlin layout Co-Authored-By: Joel Challis <git@zvecr.com> * Update layouts/community/65_ansi/mechmerlin/keymap.c * revert Co-authored-by: Joel Challis <git@zvecr.com>
2020-04-28[Keymap] add chriskopher keymap for usb-usb converter (#8856)Chris Ko
2020-04-28[Keymap] Added Xd75 and viterbi keymaps,refactored my userspace. (#8776)Eric Gebhart
2020-04-28[Keyboard] latinpad(Original:hasupad,RENAMED latinpad) (#8766)HASU
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com> Co-Authored-By: Ryan <fauxpark@gmail.com> Co-Authored-By: Joel Challis <git@zvecr.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-04-27adding info.json for funky40 (#8956)TheFourthCow
2020-04-27[Keyboard] TGR 910 CE (#8940)MechMerlin
* initial commit for TGR 910 CE * got firmware working on the 910 CE * add VIA support * add iso and all layouts * update information about resetting the board * fixup default keymap to have a second layer * fixup default keymap * add VIA enabled keymap * cleanups and adding community layout support * add caps lock led support and backlight * add qmk configurator support * Update keyboards/tgr/910ce/info.json
2020-04-27[Keyboard] Add royal directory and add 2 keyboard releases (#8877)Garret G
* add royal project folder and 2 released keyboards * fix iso keymap clarification * Apply suggestions from code review * Update keyboards/the_royal/schwann/schwann.h * Update keyboards/the_royal/liminal/liminal.h * Update keyboards/the_royal/schwann/keymaps/default/keymap.c * Apply suggestions from code review new * Update keymap.c * Update keymap.c * Apply suggestions from code review * Update rules.mk * add rules.mk to schwann default * Apply suggestions from code review * add rules.mk to shwann default
2020-04-27[Keyboard] Add Funky40 support (#8942)TheFourthCow
* Adding all relevant files for the Funky40 This should add all proper files for the funky40 a keyboard I designed for myself, /u/TheFourthcow, a 40% ortholinear with split spacebar. * Second attempt to add all relevant files for the funky40, includes all reccomended changes from my previous pull request * Revised most files for Funky40 including reccomenations from my previous pull request * further modifications made to default funky40 board, compiles on my side with no errors hopefully this one works! * Update keyboards/funky40/readme.mk.mk * Update keyboards/funky40/keymaps/default/readme.md.md * Update keyboards/funky40/keymaps/default/keymap.c * Update keyboards/funky40/keymaps/default/keymap.c * Update keyboards/funky40/keymaps/default/keymap.c * Update keyboards/funky40/config.h * updating readmes and keymap * final update to keymap and readmes should function correctly with updates requested * made changes as requested by noroadsleft to config and readme
2020-04-27[Keymap] Add personal layout: dz60:mpstewart (#8938)mpstewart
* mpstewart dz60 layout * Remove macro aliases from keymap * Remove macro aliases from keymap * Update keyboards/dz60/keymaps/mpstewart/keymap.c * Remove macro aliases from keymap * use AG_TOGG instead of AG_SWAP Also some commentary changes, and a change to one of the layout graphics
2020-04-27[Keymap] Gherkin SuperMicro 28 (#8886)Stefano
* Gherkin SuperMicro 28 * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/config.h * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk * removed jpegs * removed jpegs * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk * removed firmware sizes * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c * Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk * Update keymap.c
2020-04-27[Keymap] Vitamins_included keymap vitavim (#8864)Daniel Dylewsky
* Add new keymap to vitamins_included, this has four layers. Updated config file to sync rgb between the two halves. * Cleaned up and added documentation for the keymap * Updated the keymaps and documentation. * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/config.h * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c * Update keyboards/vitamins_included/keymaps/vitavim/keymap.c
2020-04-27[Keyboard] Aplx2 osu! keyboard (#8847)Aplyard
* Create test.txt * aplx6 * Delete test.txt * fff * Delete ffff * test compile * Create README.md * edited * requests * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/rules.mk * Update keyboards/aplx6/rules.mk * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * pins update * update * update pins * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * initial commit * Update aplx2.h * Update keyboards/aplx2/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx6/README.md * Update keyboards/aplx2/README.md * folder change * Update keyboards/handwired/aplx2/README.md * Update keyboards/handwired/aplx2/README.md * latest suggestion * Update keyboards/handwired/aplx2/README.md
2020-04-25[Keymap] Make personal keymaps a bit more consistent (#8915)Jonathan Rascher
* Move menu key on ergo boards to match staggered * Unify 60_tsangan_hhkb and 60_ansi_split_bs_rshift * Sync KBD67, Quefrency with community layouts * Update ergo KLE images * Update community layout KLE images * Update KLE images/descriptions for remaining keebs
2020-04-25[Keyboard] Add pimentoso/paddino02 (#8756)Michele Ferri
* added pimentoso/paddino02 * pimentoso/paddino02 fix config * pimentoso/paddino02 fix right handed keymap * pimentoso/paddino02 fix readme * pimentoso/paddino02 code style * pimentoso/paddino02 code style * pimentoso/paddino02 code style * pimentoso/paddino02 fix readme * pimentoso/paddino02 code style * pimentoso/paddino02 code style
2020-04-25Merge pull request #8896 from Salicylic-acid3/masterJoel Challis
Correction of the number of LEDs and DEVICE_VER
2020-04-25Merge pull request #8881 from Maartenwut/ta-65-viaJoel Challis
Add VIA support for ta-65
2020-04-25Add Keebio lighting defaults (#8884)Danny
* Set Iris LED/RGB defaults * Add lighting defaults for more boards
2020-04-25Update keyboards/xd75/keymaps/buzzlighter1/readme.mdbuzzlighter1
Co-Authored-By: Joel Challis <git@zvecr.com>
2020-04-25Update keyboards/xd75/keymaps/buzzlighter1/readme.mdbuzzlighter1
Co-Authored-By: Joel Challis <git@zvecr.com>
2020-04-25Update keyboards/xd75/keymaps/buzzlighter1/readme.mdbuzzlighter1
Co-Authored-By: Joel Challis <git@zvecr.com>
2020-04-25Update keyboards/7skb/rev1/config.hSalicylic-acid3
Co-Authored-By: Ryan <fauxpark@gmail.com>
2020-04-25Update keyboards/7skb/rev1/config.hSalicylic-acid3
Co-Authored-By: Ryan <fauxpark@gmail.com>
2020-04-24Merge pull request #8897 from Maartenwut/ta-65-encoderJoel Challis
Add encoder support to ta-65
2020-04-24Merge pull request #8905 from marhalloweenvt/marhalloweenvt_devJoel Challis
[p1800fl] Adjust info.json to work with QMK Config tool
2020-04-24Merge pull request #8806 from awkannan/202004_obliterated75Joel Challis
Add Obliterated75 Keyboard
2020-04-24Merge pull request #8807 from danielhklein/uni660rev2Joel Challis
Add uni660 rev2 support
2020-04-24Merge pull request #8867 from bbeckford/masterJoel Challis
Configure RGBLIGHT_SLEEP for cospad
2020-04-24Fix ISO Enter order in Wasdat info.json (#8891)Joel Challis
2020-04-24VIA keymap for JJ4x4 and general cleanup (#8888)Ryan