aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Adding VIA support for CannonKeys/Practice60 (#8169)morbetter2020-06-294-3/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding VIA support for 40percentclub/luddite * Update config.h * Update rules.mk * Delete config.h config.h was created to override the "default" of RGBLED_NUM 8 deleting the file to keep with defaults * Removing block and comment as suggested * Update PRODUCT_ID Changing from: #define PRODUCT_ID 0x0A0C To: #define PRODUCT_ID 0x4C55 // "LU" * Changing Vendor ID Changing Vendor ID from: #define VENDOR_ID 0xFEED To: #define VENDOR_ID 0x3430 // "40" * Adding VIA support to cannonkeys/practice60 Adding VIA support to cannonkeys/practice60 * updated VENDOR_ID to match other CannonKeys boards * changed PRODUCT_ID to be unique * added additional notes to readme.md * keymap.c and config.h for VIA support * Update readme.md * Update keyboards/cannonkeys/practice60/readme.md * Update keyboards/cannonkeys/practice60/readme.md * Update keyboards/cannonkeys/practice60/config.h * Update rules.mk * Update keyboards/cannonkeys/practice60/config.h * Update config.h * Rebased from Master Rebased from Master
* Add Via support for Hasu FC660C controller (#9563)Frothy2020-06-295-11/+58
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [keymap] adding a new keymap to planck and crkbd (#9374)Gustavs Gūtmanis2020-06-294-0/+230
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Adding my keymaps for ergodox_ez and kyria (#9365)Reed2020-06-2911-0/+701
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Trying to fix problems in my kyria steez * repeating last commit..... * repeating last commit on EDIT layer but swapping direction exit * moving the reversed desktop moves to the symbol layers on the same hand, for easier activation * adding mac desktop movement keys to Kyria layout * Adding readmes to my keymaps * Removing a png... * Update keyboards/ergodox_ez/keymaps/rmw/keymap-mac.c removing EPRM case * Apply suggestions from code review Great updates to various old-school or outdated ways I was doing things, removing some commented out code, etc. * Apply suggestions from code review Additional improvements * Moving tapdances.cpp to userspace as tapdances.c * reindenting the Kyria keymap to follow four-spaces convention, turning off oled on my kyria, improving the led handling on the Ergodox. * updating led stuff on the other two versions of the keymap, removing EPRM key from main keymap * Apply suggestions from code review I'm adding these various removals to the config file because it seems that at this time those settings are in harmony with the ergodox_ez defaults. * Moving encoder functions into their own userspace file * Apply suggestions from code review Removing settings that are now defaults, clearing out placeholder custom keycodes (smh) * updating encoder functions. * Moving to LAYOUT_stack for all layers, adding end of file newlines, switching to some shorter keycode aliases * Okay, refactor is well underway. * refactored! Also improved led handling for ergodox and rgb handling for kyria * removing mac/windows swappable version because I don't feel like dealing with it when reflashing is so easy. * moving LAYOUT_stack into kyria.h * moving the alternate default layer down next to QWERTY
* [Keyboard] Refactor: add adelais rev.3 (#9496)mechlovin2020-06-2910-8/+73
| | | | | | | | | | | | | * Refactor: add adelais rev.3 * update * Update keymap.c * update * update * update
* Fix WORKMAN layer typo in dudeofawesome planck/preonic (#9576)Guillaume Gérard2020-06-292-2/+2
|
* [Keyboard] Coupe and Sedan keyboards (#9539)AlisGraveNil2020-06-2814-0/+558
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial upload - sedan and coupe keyboards * Update coupe.h * Update coupe.h * Update coupe.h * Update sedan.h * Update keyboards/clawsome/coupe/readme.md * Update keyboards/clawsome/sedan/config.h * Update keyboards/clawsome/sedan/config.h * Update keyboards/clawsome/coupe/config.h * Update keyboards/clawsome/sedan/readme.md * Update keyboards/clawsome/sedan/info.json * Update keyboards/clawsome/sedan/readme.md * Update keyboards/clawsome/coupe/readme.md * Update keyboards/clawsome/coupe/info.json * Update keyboards/clawsome/coupe/coupe.h * Update keyboards/clawsome/coupe/info.json * Update keyboards/clawsome/coupe/info.json * Update keyboards/clawsome/coupe/keymaps/default/keymap.c * Update keyboards/clawsome/sedan/info.json * Update keyboards/clawsome/sedan/sedan.h * Update keyboards/clawsome/sedan/rules.mk * Update keyboards/clawsome/sedan/sedan.h * Update keyboards/clawsome/sedan/keymap/default/keymap.c * Update keyboards/clawsome/sedan/keymap/default/keymap.c * Update keyboards/clawsome/coupe/rules.mk * Update keyboards/clawsome/sedan/info.json * Update keyboards/clawsome/sedan/info.json * Rename keymap.c to keymaps.c * Rename keymap.c to keymaps.c * folder name updated * updated keymaps * remove erroneously added files * extend keymap functionality * Update config.h * Update config.h * added URL on line #3 for image of Coupe * Added URL to line #3 * Update keyboards/clawsome/sedan/readme.md * Update keyboards/clawsome/coupe/readme.md
* Add DZ60 keymap lint_kid (#9477)mcginnisa2020-06-283-0/+70
| | | | | | | | | | | | | | | * adding dz60 layout lint_kid * adding dz60 layout lint_kid, removed readme * removing wrong commented layout from dz60 lint_kid layout * added readme * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Add workman layout in JJ50 default keymap (#9574)Guillaume Gérard2020-06-282-15/+59
|
* [Keyboard] Refactor JJ50 keyboard mapping to current standard (#9415)Guillaume Gérard2020-06-287-104/+292
|
* Add GHS.RAR keyboard (#9561)Ramon Imbao2020-06-2810-0/+1053
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Add Herringbone keyboard (#9495)Ramon Imbao2020-06-2810-0/+790
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Added DFU instructions for XD004 board (#9565)Miles Goodhew2020-06-281-0/+14
|
* Move Wete to ramonimbao folder (#9569)Ramon Imbao2020-06-2815-1/+1
| | | | | | | | | * [Breaking] Move Wete to ramonimbao folder * Delete files * Move files with git instead * Update readme with new directory
* Fix siemens_tastatur info.json (#9568)Ryan2020-06-282-2/+2
|
* Fix ordering for new info.jsons (#9567)Ryan2020-06-282-9/+9
|
* Klackygears add user and handwired brain (#9154)James Smith2020-06-289-0/+429
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Trinity XT tkl - New Keyboard (#9483)Xelus222020-06-2813-0/+1571
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Add missing info.jsons for a few boards (#9549)Ryan2020-06-2811-2/+1074
|
* Add JD40 keymap for myoung34 (#9545)myoung342020-06-271-0/+28
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Update]JISplite89 Readme and LED nums (#9554)Salicylic-acid32020-06-272-4/+4
| | | | 1.Update the URL and photos in the build guide. 2.Changed the number of LEDs.
* [Keymap] pinpox keymap for dz60 (#9494)Pablo Ovelleiro Corral2020-06-262-0/+23
| | | | | | | | | | * pinpox keymap for dz60 * Update keyboards/dz60/keymaps/pinpox/rules.mk * Update keyboards/dz60/keymaps/pinpox/keymap.c * Update keyboards/dz60/keymaps/pinpox/rules.mk
* [Keymap] Adding custom keymaps (#9426)Adam DeHaven2020-06-266-0/+247
| | | | | | * Adding custom keymaps * Update keyboards/kbdfans/kbd75/keymaps/adamdehaven/keymap.c
* Fix error_log complaint about Helix boards (#9528)Ryan2020-06-258-351/+512
|
* M0lly: add support for VIA (#9535)TerryMathews2020-06-256-4/+107
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] adding Rewind keyboard (#9497)Rossman3602020-06-248-0/+311
| | | | | | | | | | | | | | | | | | | * adding rewind * keymap cleanup * keymap cleanup * improve keymap * improved keymap * reduntant * deletions * typos * readme img size and default bootloader
* Jotanck (#9531)jotix2020-06-242-30/+11
| | | | | * add_adjust_layer * add_adjust_layer
* Minor keymap fix (#9534)Xyverz2020-06-241-2/+2
| | | | Changed bottom-right keys in WOW and DESTINY layers from KC_ENT to KC_RCTL.
* Add VIA support to Noxary 268 (#9449)Rozakiin2020-06-248-38/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove "rev1" from readme.md * Update rules.mk to enable bootmagic, mousekeys, console, command Also disable NKRO * Update USB descriptor, replace ifndef with pragma once, remove RGB * Replace ifndef with pragma once * Add commented led code * Add VIA keymap * Update keyboards/noxary/268/268.c Remove commented code * Update keyboards/noxary/268/keymaps/via/readme.md Flip layout image and title * Update keyboards/noxary/268/rules.mk Remove error in comment * Update keyboards/noxary/268/rules.mk Remove HD44780 rule option * Update keyboards/noxary/268/keymaps/via/rules.mk Replace Link_Time_Optimization with LTO * Update keyboards/noxary/268/readme.md Change Noxary link
* [Keymap] Add pierrec83's gherkin keymap (#9465)Pierre Chevalier2020-06-244-0/+71
| | | | | | | | | | * [Keymap] Add pierrec83's gherkin keymap Contribute my gherkin keymap upstream as it is semi-stable. It has grown in symbiosis with my Kyria keymap which is already upstream. Add a readme * Remove generated keymap and instructions to generate it as it is done by qmk flash
* [Keyboard] added 4pplet keyboards (#8935)4pplet2020-06-2325-0/+485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added 4pplet keyboards added 4pplet keyboards * Update keyboards/4pplet/aekiso60_rev_a/aekiso60_rev_a.h * Update keyboards/4pplet/aekiso60_rev_a/config.h * Update keyboards/4pplet/aekiso60_rev_a/config.h * Update keyboards/4pplet/waffling60_rev_a/config.h * Update keyboards/4pplet/aekiso60_rev_a/rules.mk * Update keyboards/4pplet/aekiso60_rev_a/rules.mk * Update keyboards/4pplet/waffling60_rev_a/rules.mk * Update keyboards/4pplet/waffling60_rev_a/rules.mk * Update keyboards/4pplet/steezy60_rev_a/config.h * Delete info.json * Delete info.json * Delete info.json * removed VIA_ENABLE * Update config.h * Update rules.mk * Update steezy60_rev_a.h * Update config.h * Removed VIA_ENABLE * Update keyboards/4pplet/steezy60_rev_a/rules.mk * Removed VIA_ENABLE * Update config.h * Update config.h * Update config.h * adding fauxpark suggestion * Update keyboards/4pplet/aekiso60_rev_a/config.h * Update keyboards/4pplet/aekiso60_rev_a/rules.mk * some updates recommended by noroadsleft, still work in progress some updates recommended by noroadsleft, still work in progress * made directorys for revisions per noroadsleft suggestion made directorys for revisions per noroadsleft suggestion * renamed keyboard_pre_init_user to keyboard_pre_init_kb * Update keyboards/4pplet/aekiso60/rev_a/config.h * Update keyboards/4pplet/waffling60/rev_a/rev_a.c * Update keyboards/4pplet/waffling60/rev_a/rev_a.c * started working on refactoring led function for waffling60 * removed LED functionality * Update keyboards/wilba_tech/zeal60/rules.mk * Update keyboards/wilba_tech/zeal60/rules.mk * Update keyboards/4pplet/waffling60/rev_a/rules.mk * Update keyboards/4pplet/steezy60/rev_a/rules.mk * Update keyboards/4pplet/aekiso60/keymaps/via/keymap.c * Update keyboards/4pplet/aekiso60/rev_a/rules.mk
* Fix maja info.json (#9511)Ryan2020-06-231-7/+75
|
* Fix info.json for Suihankey (#9490)Ryan2020-06-234-15/+115
|
* [Keymap] Add personal keymap for Planck (#9424)-k2020-06-234-0/+304
| | | | | | | | | | | | | | | | | | * Create readme.md * Add personal keymap * Edit readme * Reorganize layouts * Update config.h * Edit beep settings * Apply suggestions from code review * More suggestions from code review
* Wazowski fixed keymap placement (#9408)Keebz Dot Net2020-06-231-8/+8
| | | | - online configurator keys were in the wrong location and needed to be fixed - fixed a key being to high on the y position
* [Keyboard] Add KBO-5000 keyboard (#9381)Danny2020-06-2315-0/+775
| | | | | | | | | | | | | | | | | * Initial fork of Sinc * Setup keymaps, layouts, and encoders * Add ANSI configurator layout * Add ISO layout for configurator * Add all layout option for configurator * Fix spacing * Remove extra line * Remove unneeded ifdef
* Fix error_log complaint about Big Series boards (#9510)Ryan2020-06-239-67/+175
|
* create maja info json (#9472)moyi46812020-06-231-0/+12
|
* bm43a stevexyz keymap (#9468)Stefano2020-06-233-0/+73
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: steve <steve@stery>
* Add more community layout support to Discipline (#8540)Brandon Schlack2020-06-232-3/+7
|
* Update VIA support for Noxary 268.2 (#9451)Rozakiin2020-06-229-51/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update readme.md description * Enable bootmagic lite * Update USB descriptor * Add modern led code * Update default keymap for readability * Update default keymap readme with layout image * Add VIA keymap * Update keyboards/noxary/268_2/keymaps/default/readme.md Flip order of layout image and title * Update keyboards/noxary/268_2/keymaps/via/readme.md Flip order of layout image and title * Update keyboards/noxary/268_2/readme.md bullet point keyboard maintainer * Update keyboards/noxary/268_2/readme.md Change list style
* Add VIA support to Noxary x268 (#9450)Rozakiin2020-06-229-97/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update USB descriptors * Update default keymap for readability * Update readme description * Update rules.mk build options, enable bootmagic and mousekey * Add commented modern led code * Add VIA keymap * Update default keymap readme.md layout image * Update keyboards/noxary/x268/rules.mk remove incorrect comment * Update keyboards/noxary/x268/x268.c remove commented setPinOutput(B1) * Update keyboards/noxary/x268/keymaps/default/readme.md Flip order of layout image and title * Update keyboards/noxary/x268/keymaps/via/readme.md Flip order of layout image and title * Update LED function to led_update_kb()
* Update miryoku (#9442)Manna Harbour2020-06-223-74/+12
| | | | | | | | | | | | | | | | | | | | | - Add mouse buttons overlay layer - Change button order - Remove crkbd hardware specifics - Add alternative base layer alphas - Change title - Add logo - Reword intro text - Add dev branch and new commits links - Replace manual toc and remove anchors - Unindent lists - Reduce headings - Update docs - Build keymap as object instead of including .c file - Add kle subset mapping images - Add alternative mapping support - Change default mapping for ortho_4x12 - Add split mapping for ortho_4x12 - Add contact section - Add #pragma once to layout and keyboard config.h
* [Keyboard] add h60 PCB (#9242)Josh Hinnebusch2020-06-2212-0/+369
| | | | | | | | | | | | | | | | | | | | * add h60 initial files * add h60 image * updated per PR request * Update keyboards/hineybush/h60/keymaps/default/keymap.c * Update keyboards/hineybush/h60/keymaps/kei/keymap.c * Update keyboards/hineybush/h60/keymaps/via/keymap.c * Update keyboards/hineybush/h60/h60.h * Update keyboards/hineybush/h60/h60.h * Update keyboards/hineybush/h60/rules.mk
* Fix info.json for Uni660 (#9489)Ryan2020-06-223-20/+300
|
* user keymaps for ergodox_ez/dvorak_42_key / atreus/dvorak_42_key (#9429)LucW2020-06-222-90/+104
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] New custom 'super alt' keymap for the Drop ALT (#9385)Paul Ewers2020-06-223-0/+229
| | | | | | | | | | | * New custom 'super alt' keymap for the Drop ALT * Improvements to 'super alt' keymap based on PR feedback * Fix flickering LED caps lock bug * Code cleanup from PR feedback * Minor keymap layout cleanup
* Enable NKRO on 1up's boards (#9434)MechMerlin2020-06-212-4/+4
| | | | | | | | | * enable NKRO and keep consistent with bootmagic set to lite * Update keyboards/1upkeyboards/1up60hse/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Updates on Mixi default keymaps and fixes on configuration (#9467)Gregorio2020-06-216-47/+67
|
* added keyboard 5x12 to boardsource folder (#9438)cole smith2020-06-207-0/+323
| | | | | | | | | * added keyboard 5x12 to boardsource folder * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>