aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/readme.md
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add support for XD004 macro keyboard (#6337)Sidney Bovet2019-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <drashna@live.com> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <drashna@live.com> Remove commented out MCU Co-Authored-By: fauxpark <fauxpark@gmail.com> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Removes Erez personally from QMK (#5883)Erez Zukerman2019-05-151-8/+7
|
* Fixing dead links (#5503)Brian Choromanski2019-03-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links * Removed all dead links that I could not find a replacement for * Placed knops links back in * Fixed plank keymaps so that they will compile for planck light * Https doesn't work on knops.io * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles * Remove remaining dead links
* [Keyboard] Add DataHand keyboard support (#4847)Nikolaus Wittenstein2019-01-221-0/+1
|
* Fixed dead links (#2451)Brian Choromanski2018-03-011-1/+1
| | | | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
* Support for YMDK NP21 (#2316)sanosis2018-01-281-0/+1
| | | | | | | | | | | | | | * ymdk_np21 initial support Base support of ymdk_np21 - based on jj40. Full grid layout * Update README.md Replacing description. * Adding YMDK NP21 to comunity list. Adding YMDK NP21 to community supported list.
* Adding jj40 to keyboard list (#2315)sanosis2018-01-281-0/+1
| | | | | | | | * Adding jj40 to keyboard list Adding jj40 to Community-supported list. * Update readme.md
* Found some broken links while looking up ARM keyboard supportmechmerlin2017-12-151-3/+3
|
* Add 9key to keyboards readmeCory Shaw2017-08-241-0/+1
|
* update ergodox linksJack Humbert2017-08-241-2/+2
|
* added xd75 to list in /keyboardsBenjamin Kesselring2017-07-301-0/+1
|
* KBD75 - Initial KBD75 port from qmkeyboard.cn source filesDavid Dizon2017-06-191-0/+1
|
* Add support for KMACMathias Andersson2017-06-081-0/+1
|
* add GON NerDMarvin Ramin2017-02-111-0/+1
|
* Fix unrelated spelling errorKaleb Elwert2017-01-041-1/+1
|
* Add white fox to keyboards readmeKaleb Elwert2017-01-041-0/+1
|
* Update list of community keyboardsFred Sundvik2016-08-281-19/+28
|
* Added support for the Kitten Paw controllerRené Werner2016-08-221-0/+1
| | | | | | | This adds support for the 2016 revision of the Kitten Paw [1] replacement controller by Bathroom Epiphanies. [1] http://bathroomepiphanies.com/controllers/
* Update some obsolete referencesGergely Nagy2016-07-301-1/+1
| | | | | | | | | | | Some links were still pointing to `/keyboards/ergodox_ez`, while the directory is `/keyboards/erdogox` now. Not all references have been updated, and some of the text here and there may need updating to mention the ErgoDox Infinity too, but that's out of the scope for this quick fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* Implements subprojects and updates projects for this (#459)Jack Humbert2016-06-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * non-working commit * working * subprojects implemented for planck * pass a subproject variable through to c * consolidates clueboard revisions * thanks for letting me know about conflicts.. * turn off audio for yang's * corrects starting paths for subprojects * messing around with travis * semicolon * travis script * travis script * script for travis * correct directory (probably), amend files to commit * remove origin before adding * git pull, correct syntax * git checkout * git pull origin branch * where are we? * where are we? * merging * force things to happen * adds commit message, adds add * rebase, no commit message * rebase branch * idk! * try just pull * fetch - merge * specify repo branch * checkout * goddammit * merge? idk * pls * after all * don't split up keyboards * syntax * adds quick for all-keyboards * trying out new script * script update * lowercase * all keyboards * stop replacing compiled.hex automatically * adds if statement * skip automated build branches * forces push to automated build branch * throw an add in there * upstream? * adds AUTOGEN * ignore all .hex files again * testing out new repo * global ident * generate script, keyboard_keymap.hex * skip generation for now, print pandoc info, submodule update * try trusty * and sudo * try generate * updates subprojects to keyboards * no idea * updates to keyboards * cleans up clueboard stuff * setup to use local readme * updates cluepad, planck experimental * remove extra led.c [ci skip] * disable power up for now * config files updates * makefile updates * .h file updates, config tuning * disable audio for yang
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-12/+12
| | | | | | | | | | | | | | | | | | | | * redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
* Updates overall readmeJack & Erez2016-06-221-1/+0
|
* Adds a Readme for the keyboards subdirectoryJack & Erez2016-06-221-0/+47