aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Added YD60MQ ISO layout (#8815)Marc2020-04-244-1/+115
|
* [Keyboard] Add VIA support for Wete, fix layout error (#8802)Ramon Imbao2020-04-234-12/+68
| | | | | * Add VIA support for Wete * Fix incorrect layout for ANSI and ISO
* [Keyboard] Add wasdat code controller (#8858)Maarten Dekkers2020-04-2211-0/+1390
| | | | | | | | * Initial keyboard upload * Code cleanup and product name * Fix sequence in info.json layouts
* [Keymap] Clean up my ergo keymaps and userspace (#8857)Jonathan Rascher2020-04-223-45/+109
| | | | | | | | | | | | | | | * Remove more mouse keys settings missed in #8836 * Turn off more unwanted make options * clang-format my userspace * Reword ergo layout docs so Crkbd is canonical * Add a basic readme to my userspace * Tweak Crkbd readme wording and fix typos * Enable SPLIT_USB_DETECT for Lily58 w/ Elite-C bug
* idb 60 Bugfixes / Preparations for Open Source Hardware (#8866)pngu2020-04-228-32/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added idb 60 keyboard * fixed info.json * implemented revievers' suggested changes * fixed an error * implemented revievers' suggestions * further cleanup * implemented suggested changes * fixed errors * checkout * delete old files * delete old files * preparations for open source hardware files * revert eager debounce mode to default * fix indicator LEDs stuck in "on" mode, rename ESC LED to fn LED (rev 2 PCB will have another LED slot on the right shift FN key) * cleanup * cleanup * lost+found lufa * lost+found lufa * lost+found lufa * lost+found lufa * lost+found lufa * Update keyboards/idb/idb_60/keymaps/pngu/keymap.c Co-Authored-By: Joel Challis <git@zvecr.com> * Update idb_60.h * Update idb_60.h * made suggested changes * Update keyboards/idb/idb_60/idb_60.h Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: root <root@DESKTOP-QQ80MAV.localdomain> Co-authored-by: tbrandt <thorben.brandt@dg-cybersicherheit.de> Co-authored-by: Joel Challis <git@zvecr.com>
* Rebound: add rev2 and thus rev1 as well (#8630)Rossman3602020-04-2117-109/+639
| | | | | | | | | | | | | | | | | | | | | | | | | * add rev2 and thus rev1 as well * nitpicks :) * buncha stuff * back to one rev * back to community layout with errors * I see you've met my typo * remove default48 kemap rules * re-rework into 2 revs * readme changes * whitespace cleanup * default folder * rev1 be default
* Update vitamins included default keymap, enable NKRO, rev2 rgbsplit (#8871)Mikkel Jeppesen2020-04-213-24/+27
| | | | | | | | | * Update default vitamins_included keymap * Turned on NKRO support * Added NKRO toggle key to keymap * Cleaned up key map to be more up to date with current standards * configured RGBLED_SPLIT
* Update to xealousbrown. (#8215)Alex Ong2020-04-216-16/+188
| | | | | | | | | | | | | | | * Update to xealousbrown. 5-13ms Latency decrease, 4x scan rate improvement. (CUSTOM_MATRIX = lite) is a really great feature! * Updated Readme.md, added an extra speedhack. * More optimizations * Update keyboards/handwired/xealousbrown/rules.mk * Update keyboards/handwired/xealousbrown/rules.mk
* [Keyboard] DMQ Design SPIN (#8820)Nicholas Junker2020-04-2012-0/+426
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added SPIN keyboard and respective keymaps * Update keyboards/dmqdesign/spin/keymaps/default/keymap.c * Update keyboards/dmqdesign/spin/keymaps/encoderLayers/keymap.c * Update keyboards/dmqdesign/spin/rules.mk * Update keyboards/dmqdesign/spin/spin.c * Update keyboards/dmqdesign/spin/spin.h * Update keyboards/dmqdesign/spin/keymaps/encoderLayers/keymap.c * Update keyboards/dmqdesign/spin/readme.md * Update keyboards/dmqdesign/spin/readme.md * Update keyboards/dmqdesign/spin/spin.h * Update keyboards/dmqdesign/spin/rules.mk * Update keyboards/dmqdesign/spin/config.h * Update keyboards/dmqdesign/spin/keymaps/encoderLayers/keymap.c * Update keyboards/dmqdesign/spin/keymaps/encoderLayers/keymap.c * changed keymap to all lowercase, removed LED typecasts * made encoderLayers all lowercase * fixed the duplicate folder after changing name (hopefully) * fixed the info.json, followed the keyboard support doc * Update keyboards/dmqdesign/spin/info.json * Update keyboards/dmqdesign/spin/info.json * Update keyboards/dmqdesign/spin/info.json * Update keyboards/dmqdesign/spin/info.json
* Wheatfield Blocked65: Update RGBLED num (#8725)TerryMathews2020-04-201-1/+1
| | | Evidently there is a polycarb variant with underglow LEDs. This change should support that without negatively impacting aluminum case variant which only has 2 RGB LEDs on top.
* Add VIA support to ID80 (#8791)Sergey Vlasov2020-04-202-0/+53
|
* CFTKB Mysterium & Discipad VIA support (#8794)Brandon Schlack2020-04-206-5/+110
| | | | | * [Keyboard] Add VIA support to Mysterium * [Keyboard] Add VIA support to Discipad
* Add naked60 layout, clean up my userspace files and rules.mk. (#8848)Fred Silberberg2020-04-2010-22/+77
|
* Fixing DecadePad Numlock LED Bug (#8831)huajijam2020-04-201-1/+10
| | | | | * Fixing Numlock LED Bugs * Change LED CODE to new API
* Add support for YMD75 rev 2 (#8853)Jared Hendry2020-04-2014-118/+208
|
* Remove no-longer-necessary LTO checks from keyboards' config.h files (#8773)Konstantin Đorđević2020-04-1945-197/+116
| | | | | | | | | * Remove no-longer-necessary LTO checks from keyboards' config.h files * Remove unnecessary LTO check in @danielo515's Ergodox EZ keymap * Remove unnecessary USE_Link_Time_Optimization checks from keyboards' config.h files Note: DISABLE_LEADER doesn't seem to be used anywhere
* Fix ta-65 tsangan layouts (#8855)Maarten Dekkers2020-04-191-4/+4
| | | | | The key next to the spacebar wasn't working, fixed that. Co-authored-by: Maarten Dekkers <maartenn2001@gmail.com>
* Fix Plain60 layout (#8854)Maarten Dekkers2020-04-191-1/+1
| | | | | Fixes the LAYOUT_60_ansi_split_bs_rshift where the key next to right shift didn't work. Co-authored-by: Maarten Dekkers <maartenn2001@gmail.com>
* [Keymap] Updates to personal keymaps (#8818)khitsule2020-04-195-15/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | * sync with upstream; initial iris design * sync with upstream * update to iris keymap * merge upstream * iris keymap refined * Iris readme update * messed up upstream merge somehow, hopefully fixed * removed extra closing bracket * Apply suggestions from code review Co-Authored-By: Joel Challis <git@zvecr.com> * change layers from define to enum per suggestions Co-authored-by: Mysti Woodard <mystiwoodard@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Updated personal preonic keymap (#8851)Elisiano Petrini2020-04-201-3/+3
|
* [Keyboard] VIA Support: Singa x TGR Unikorn 60 (#8838)MechMerlin2020-04-193-2/+62
| | | | | | | * add via keymap * change up VID and PID * enabling the RGB just so VIA has access to it
* [Keyboard] VIA Support: KBD67mkii SOLDERED (#8837)MechMerlin2020-04-193-189/+53
| | | | | * add VIA keymap to soldered kbd67mkii * clean up config file
* Add VIA support for Minivan (#8849)Erovia2020-04-194-8/+23
| | | Co-Authored-By: Joel Challis <git@zvecr.com>
* Update my keymaps (#8840)Toshihiro Suzuki2020-04-203-75/+128
|
* [Keyboard] add dual-direction diode capability for hbcp (#8795)Josh Hinnebusch2020-04-183-2/+142
| | | | | | | * add dual-direction diode capability * update per PR requests Co-authored-by: hineybush <hineybushkeyboards@gmail.com>
* [Keyboard] Adding Novem keyboard (macropad) and demo layout (#8781)mechanicalguy212020-04-188-0/+253
| | | | | | | | | * Adding Novem keyboard (macropad) and demo layout * Making changes suggested during pull request * Removing keyboards/novem/keymaps/default/config.h as suggested during the pull request * Moving keyboard to the handwired folder and changing the build line from readme in order to reflect this new location
* [Keyboard] Add Absinthe keyboard (#8769)Cody Bender2020-04-1812-0/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial absinthe setup * Update Absinthe files * Add absinthe ANSI layout * Update absinthe keymaps * Update Absinthe for rev3 * Flip encoder pins * Fix rules.mk * Update absinthe files * Fix absinthe ansi config * Add RGB * Change rules for absinthe for firmware size * Fix pins for rev4 * Fix pins and GESC * Remove GESC from ANSI layout * Rebase upstream/master * Update formatting and convention from 8769 feedback * Format rules.mk
* [Keyboard] Add DGG-56 Handwired (#8740)Spaceman2020-04-187-0/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add ddg_56 keyboard * Add ddg_56 default keymap * Fix config.h * Update config.h * Update ddg_56.h * Update keyboards/handwired/ddg_56/readme.md Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/ddg_56/readme.md Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/ddg_56/info.json Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* VIA Support: All QMK Winkeyless.kr boards (#8846)MechMerlin2020-04-1815-47/+159
|
* fixing Walletburner Neuron layout for configurator (#8839)worldspawn002020-04-181-2/+2
| | | | | * fixing layout for configurator adding missing bottom row key to resolve formatting
* Add info.json for bat43 (#8824)James Young2020-04-171-0/+71
|
* add kbd67 rev2 via support, kbd67mkiirgb small change (#8810)moyi46812020-04-165-5/+53
| | | | | | | | | | | | * add kbd67 rev2 via support, kbd67mkiirgb small change add kbd67 rev2 via support, kbd67mkiirgb small change * Update keyboards/kbdfans/kbd67/rev2/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/rev2/keymaps/via/keymap.c * define DYNAMIC_KEYMAP_LAYER_COUNT 2
* [Keyboard] Botanical Keyboards FM2U (#8819)MechMerlin2020-04-169-0/+285
| | | | | | | | | | | * initial commit for fm2u keyboard * add fm2u keyboard along with VIA keymap * add meme LAYOUT support * minor cleanups * fixup layout macro names
* Keeb.werk nano.slider Improved Default Layout (#8785)Mikkel Jeppesen2020-04-161-7/+8
| | | | | | | | * Improved default layout to match improved layout from configurator PR * fixed keycode spacing * Update keyboards/keebwerk/nano_slider/keymaps/default/keymap.c
* [Keyboard] ProjectKB Alice rev2 (#8718)Andrew Kannan2020-04-157-29/+150
| | | | | | | | | | | | * Add revision 1 and revision 2 to ProjectKB Alice PCB * Swap SLEEP LED to no * Basic root rules.mk * Apply suggestions from code review * Update keyboards/projectkb/alice/rules.mk
* KC60 Refactor (#8782)James Young2020-04-1512-386/+409
|
* Fix quick7 build command (#8812)MakotoKurauchi2020-04-161-1/+1
|
* Miscellaneous stuff: remove clang-complete and autocomplete.sh, fix some ↵Ryan2020-04-156-4/+21
| | | | rules.mk comments (#8784)
* [Keyboard] add new keyboard quick7 (#8670)MakotoKurauchi2020-04-148-0/+469
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new keyboard quick7 * Update keyboards/yushakobo/quick7/keymaps/default/keymap.c * Update keyboards/yushakobo/quick7/quick7.c * Update keyboards/yushakobo/quick7/rules.mk * Update keyboards/yushakobo/quick7/keymaps/default/keymap.c * Update keyboards/yushakobo/quick7/readme.md * Update keyboards/yushakobo/quick7/rules.mk * Update keyboards/yushakobo/quick7/rules.mk * Deleted unnecessary file. * Comment added. * Update keyboards/yushakobo/quick7/config.h * Update keyboards/yushakobo/quick7/readme.md * Update keyboards/yushakobo/quick7/keymaps/default/keymap.c * Update keyboards/yushakobo/quick7/config.h
* [Keymap] Added custom layout for KBDFans KBD67 rev2 (#8752)Jason Scatena2020-04-142-0/+62
| | | | | | | | | | | | | | | | * added v1 of keyboard layout * Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c * Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c * Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c * Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c * Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c * Delete config.h
* [keyboard] Add kudox rev3 (#8704)x12020-04-1412-7/+341
| | | | | | | | | | | * Add kudox rev3. * Add default keymap for Kudox rev3. * Add JIS keymap for Kudox rev3. * Modified default revision of kudox rev3. * Modified unnecessary codes.
* deleted unused keymap (#8797)Øyvind Wilhelmsen2020-04-146-473/+0
|
* Configure RGBLIGHT_SPLIT for Mint60 (#8788)eucalyn2020-04-131-0/+1
|
* [Keyboard] Aplx6 (#8727)Aplyard2020-04-136-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* update pvinis keymap (#8746)Pavlos Vinieratos2020-04-134-309/+416
| | | | | | | | | * update a bunch of stuff Better rules, better config, added encoders, lights, audio. * some fmt * more fmt
* Fix broken KBD8X MKII Hardware link (#8787)Casey Leask2020-04-131-1/+1
|
* VIA Support: Jane V2 (#8735)MechMerlin2020-04-136-2/+95
| | | | | | | | | | | | | | | | | * add VIA enabled keymap with some layers taken out for space * get a more sane VID and PID so we don't collide with the other BMC powered boards * small cleanups * Update keyboards/tgr/jane/keymaps/via/keymap.c Co-Authored-By: Ryan <fauxpark@gmail.com> * add tkl_ansi_tsangan LAYOUT * add tkl_iso_tsangan LAYOUT Co-authored-by: Ryan <fauxpark@gmail.com>
* Add a simple custom keymap for Gergo. (#8662)Gautham Yerroju2020-04-134-0/+203
| | | | | * Add a simple custom keymap for Gergo. * update readme, keymap cleanup
* Add via support to keebio/bdn9 (#8620)Joshua Rubin2020-04-132-0/+57
| | | Signed-off-by: Joshua Rubin <me@jawa.dev>
* DP60 VIA cleanups (#8697)MechMerlin2020-04-133-6/+17
| | | | | * some via cleanups for the dp60 firmware * update matrix size