aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Hand Wire guide tidyingJames Young2020-03-051-9/+10
|
* clean up Firmware Setup section in Hand Wire guideJames Young2020-03-051-0/+12
|
* remove collapsible section for Compiling; redirect to Building Firmware docJames Young2020-03-051-103/+1
|
* replace QMK Toolbox image in Hand Wire guideJames Young2020-03-051-1/+1
| | | | Showing a current version of QMK Toolbox
* restructure Hand Wire GuideJames Young2020-03-051-100/+50
|
* split Hand Wire Preamble to a separate docJames Young2020-03-053-109/+108
|
* CSS updates: ul and pre elementsJames Young2020-03-051-0/+8
|
* Polish Configurator sectionJames Young2020-03-055-25/+30
|
* Adjust the H2 and H2 marginsskullY2020-03-051-1/+5
|
* reduce the line-height of the sidebarskullY2020-03-051-0/+4
|
* rearrange the sidebar a bitskullY2020-03-051-4/+4
|
* limit the TOC to H1 and H2skullY2020-03-051-1/+1
|
* remove line drawing charsskullY2020-03-051-11/+11
|
* make custom_keycode_names.md a faq entry insteadskullY2020-03-053-367/+11
|
* reduce space on h3sskullY2020-03-051-0/+4
|
* break feature_advanced_keycodes.md up into multiple filesskullY2020-03-056-329/+661
|
* improve our docsify setupskullY2020-03-052-5/+37
|
* fix numberingskullY2020-03-051-4/+4
|
* overhaul the newbs guideskullY2020-03-0514-153/+146
|
* More sidebar organizationskullY2020-03-054-145/+89
|
* Add API documentationskullY2020-03-055-9/+148
|
* update flashing.mdJames Young2020-03-051-4/+4
| | | | | | | - minor typo on intro paragraph (the -> them) - remove note about :check-size target (`make` task now does this automatically) - heading level for Caterina commands section - typo regarding Halfkay (come -> comes)
* update newbs_building_firmware.mdJames Young2020-03-051-5/+5
| | | | Update the text sample for when the compile task completes.
* Rework the newbs guide around the qmk cliskullY2020-03-0517-354/+143
|
* Add dark mode supportskullY2020-03-051-1/+1
|
* _summary.md: move Auto Shift page to Software Features categoryJames Young2020-03-051-1/+1
|
* clean up links to keycode references in newbs_building_firmware_configurator.mdJames Young2020-03-051-6/+6
|
* clean up callouts in newbs_building_firmware_configurator.mdJames Young2020-03-051-3/+3
|
* remove some unnecessary external linksJames Young2020-03-054-32/+31
| | | | Also clean up some trailing whitespace.
* rework the index pageskullY2020-03-052-17/+12
|
* remove unused docsskullY2020-03-055-120/+0
|
* more wipskullY2020-03-053-114/+116
|
* wipskullY2020-03-055-272/+78
|
* [Keyboard] add miller/gm-862 keyboard (#8230)James Young2020-03-059-0/+349
| | | | | | | | | | | | | | | | | | | | | | | | * add miller/gm-862 keyboard * Update keyboards/miller/gm862/gm862.c * Update keyboards/miller/gm862/gm862.h * Update keyboards/miller/gm862/gm862.h * Update keyboards/miller/gm862/readme.md * Update keyboards/miller/gm862/readme.md * Update keyboards/miller/gm862/readme.md * Update keyboards/miller/gm862/readme.md * Update config.h * Update keyboards/miller/gm862/config.h * Update keyboards/miller/gm862/readme.md
* update lily58/rev1:yshrsmz (#8298)Ryan2020-03-061-11/+11
| | | | | | * update lily58/rev1:yshrsmz * use pre-shifted keycodes
* [Keyboard] CapsUnlocked CU80 (#8257)James Young2020-03-048-0/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for CU80 * Added iso and ansi to .json * Update keyboards/cu80/config.h Remove "Custom matrix" * Update keyboards/cu80/config.h * Update keyboards/cu80/config.h * Update keyboards/cu80/config.h * Update keyboards/cu80/cu80.h * Update keyboards/cu80/rules.mk * Update keyboards/cu80/keymaps/default/keymap.c * Update keyboards/cu80/rules.mk * Update keyboards/cu80/rules.mk * Update keyboards/cu80/cu80.h * Update keyboards/cu80/readme.md * Update keyboards/cu80/keymaps/default/keymap.c * Update keyboards/cu80/rules.mk * Update keyboards/cu80/rules.mk * Update keyboards/cu80/cu80.h * Update keyboards/cu80/cu80.h * Update keyboards/cu80/cu80.h * Update keyboards/cu80/info.json * Update keyboards/cu80/info.json * Update keyboards/cu80/info.json * Update keyboards/cu80/info.json * Update keyboards/cu80/keymaps/default/keymap.c * Update keyboards/cu80/rules.mk
* Update config.h - Fixed number of RGB LEDs (#8316)Ryan2020-03-051-1/+1
| | | There are 18 LEDs, not 16
* [Keymap] Add @cjuniet's keymap/layout/userspace (#8258)James Young2020-03-049-0/+466
| | | | | | | | | | | | * Add Colemak layout * Add status bar for mods & locks with a custom font * Swap DEL and TAB * Fix media keys and add QMK Configurator layout * Add dead grave accent on <leader>e
* [Keymap] Wilba/Singav3 nk65 keymap updates (#8267)James Young2020-03-043-0/+66
| | | | | | | | | | | | * via configurator can't do AG_TOGG with any key - meh * same issue - via can't do AG_TOGG * oops - missed AG_TOGG on the NK65 * add media and mousekeys * Update keyboards/nk65/keymaps/madhatter/keymap.c
* Add RGB lighting through one of the free pins (#8294)James Young2020-03-042-1/+7
|
* [Keymap] Adding the 4sStylZ xd75 (#8285)James Young2020-03-046-0/+387
| | | | | | | | * Adding the 4sStylZ xd75 * Update keyboards/xd75/keymaps/4sstylz/keycodes.h * Apply suggestions from code review
* YD60MQ refactor and Configurator layout support (#8313)Nick Brassel2020-03-056-56/+148
| | | | | | | | | | | | | | | | | | | | | | * refactor yd60mq.h - four-space indent - use K<row><col> base32hex notation - rename LAYOUT to LAYOUT_all (with alias for backwards compatibility) * refactor yd60mq.c to use led_update_kb() * align rules.mk to AVR template * refactor default keymap Also correct positions for KC_NUHS and KC_NUBS. * update readme * add Configurator layout support * initialize the Caps Lock LED pin properly
* [Keyboard] Forget to ifdef Super16 led config (#8314)Joel Challis2020-03-041-0/+2
|
* [Keyboard] Switch to RGB Matrix for Super16 (#8305)Joel Challis2020-03-043-40/+44
|
* [Keymap] Keymap Update (#8309)Salicylic-acid32020-03-043-4/+4
| | | | | | | | | | | | | | * Keymap Update Some key codes have been updated. naked64:salicylic 7skb:default * Keymap Update Some key codes have been updated. KC_GRAVE to KC_GRV 7skb:default
* New Keyboard: SiddersKB Majbritt (Pronounced My Brit) (#8260)MechMerlin2020-03-0410-0/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit of majbritt * Add QMK and VIA support to majbritt * Change vendor and product id * Change name * Change make path * Move Majbritt into sidderskb directory * Update keyboards/sidderskb/majbritt/majbritt.c Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/sidderskb/majbritt/keymaps/default/config.h Co-Authored-By: Ryan <fauxpark@gmail.com> * remove unused file Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] VIA Support: Tada68 (#8289)MechMerlin2020-03-044-2/+75
| | | | | | * tada68 via files * change vid and pid based on wilba's recommendaton
* [Keyboard] LFK78 refactor (#7835)Ryan2020-03-0325-673/+1582
| | | | | | | | | | | | | | | | | | | | | | | | | | * Change include guards to pragma once * Clean up default keymaps * Remove some magic numbers and use GPIO macros * Clean up keyboard.[ch] * Tidy up info.json and readme * Align config.h with template * Split up revision code into subfolders * rev C-H has no audio, apparently * Change revc_h to revc and document differences * Turn off Audio on revb for now, for Travis' sake * Split info.json into revision folders * Clean up default keymaps some more
* [Keymap] new userspace for ibnuda (#8221)Ibnu Daru Aji2020-03-0314-257/+434
| | | | | | | | | | * to ease the maintenance for some boards ibnuda has. * followed ridingqwerty's suggestion on 8821. * folloing drashna's suggestion on qmk's 8221. * following drashn's suggestion on qmk's 8211
* [Keymap] Add crd's equinox keymap (#8251)Jason Thigpen2020-03-032-0/+50
|