summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-06[Keyboard] Add VIA support for neuron (#8264)Anthony Leung
* add VIA support for neuron * update neuron vendor and product id * update neuron product id Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-03-06[Docs] Fix links in Config Options docJames Young
2020-03-06[Keyboard] keebwerk. nano. slider support (#7914)Mikkel Jeppesen
* Initial Keeb.werk nano.slider support * fixed open ifdef * Fixed layout macros * Added LTO * Enabled LTO and dissabled console * Added basic slider example * rate limited adc, and fixed send_string * Made slider courser * new-line after each slider print * Switched slider example mirror the stock behavior using midi * switched division to bit-shifting * Apply suggestions from code review * Update keyboards/keebwerk/nano_slider/keymaps/default/keymap.c * Update keyboards/keebwerk/nano_slider/config.h * Update keyboards/keebwerk/nano_slider/config.h * Applied suggestions from code review * Apply suggestions from code review * Added fauxparks info.json * Reverse midi value direction, move to QMKVID * Update keyboards/keebwerk/nano_slider/config.h * Update keyboards/keebwerk/nano_slider/config.h * Update keyboards/keebwerk/nano_slider/keymaps/default/keymap.c * Apply suggestions from code review * Update keyboards/keebwerk/nano_slider/rules.mk * Update keyboards/keebwerk/nano_slider/nano_slider.h * Update keyboards/keebwerk/nano_slider/readme.md * Defined backlight pin and settings
2020-03-07Correct typo in tap_hold.md (#8326)Shaun
Correct typo: "reasonal" to "reasonable"
2020-03-07Fix up Arm builds with nix-shell. (#8312)Nick Brassel
2020-03-06format code according to conventions [skip ci]QMK Bot
2020-03-06Fix typo in uart.c backport and add 32A "support" (#8219)Ryan
2020-03-06Refactor more backlight to a common location (#8292)Joel Challis
* Refactor more backlight to a common location * BACKLIGHT_PIN not defined for custom backlight * align function names
2020-03-06Remove stub backlight functions from clueboard/66/rev4 (#8303)Joel Challis
2020-03-06[Keymap] Dichotomy keymap by beat (#8279)dr-BEat
* Added more led helpers * Working keymap * Added new mouse button an made lower layer toggleable * Small improvement to process_record_user * Removed extra layer buttons * Added Numpad to apply layer * Moved buttons and added toggle for raise button * Added Menu,PrintScreen and Windowslock buttons, and left handmouse * Fixed Scroll Buttons * Turned TAPPING TOGGLE to 2 * Switched Del and Ctrl on left hand * Added Home Button to Mouse layer * Fixed led initialization to avoid red led on boot * Updated formatting to follow guidelines * Used enums instead of defines and used layer_state_t type * Added license * Moved TAPPING settings to keymap config * Fixed small formatting issue in keymap.c * Use GPIO Control instead of lowlevel ports
2020-03-06format code according to conventions [skip ci]QMK Bot
2020-03-06Add f401 and f411 blackpill examples (#7930)Joel Challis
* Add f401 and f411 blackpill examples * Add readme files * Align dfu args with core * Add support for RESET keycode * move STM32_BOOTLOADER_ADDRESS to rules * Update conf files to latest ChibiOS * Update conf files to latest ChibiOS
2020-03-06Refactor fortitude60 to use split_common (#8113)Joel Challis
2020-03-05link the 2020 Feb 29 Breaking Changes changelog from the summaryJames Young
2020-03-05keycodes.md: hard-code section link id attributesJames Young
2020-03-05keycodes.md: don't use section headings as linksJames Young
It prevents the Table of Contents from parsing that heading.
2020-03-05make sure all our redirects are in orderskullY
2020-03-05Add more call to action itemsskullY
2020-03-05Add explicit id tags to externally linked headersskullY
2020-03-05refactor How a Matrix Works docJames Young
2020-03-05Hand Wire guide tidying, part 2James Young
2020-03-05Hand Wire guide tidyingJames Young
2020-03-05clean up Firmware Setup section in Hand Wire guideJames Young
2020-03-05remove collapsible section for Compiling; redirect to Building Firmware docJames Young
2020-03-05replace QMK Toolbox image in Hand Wire guideJames Young
Showing a current version of QMK Toolbox
2020-03-05restructure Hand Wire GuideJames Young
2020-03-05split Hand Wire Preamble to a separate docJames Young
2020-03-05CSS updates: ul and pre elementsJames Young
2020-03-05Polish Configurator sectionJames Young
2020-03-05Adjust the H2 and H2 marginsskullY
2020-03-05reduce the line-height of the sidebarskullY
2020-03-05rearrange the sidebar a bitskullY
2020-03-05limit the TOC to H1 and H2skullY
2020-03-05remove line drawing charsskullY
2020-03-05make custom_keycode_names.md a faq entry insteadskullY
2020-03-05reduce space on h3sskullY
2020-03-05break feature_advanced_keycodes.md up into multiple filesskullY
2020-03-05improve our docsify setupskullY
2020-03-05fix numberingskullY
2020-03-05overhaul the newbs guideskullY
2020-03-05More sidebar organizationskullY
2020-03-05Add API documentationskullY
2020-03-05update flashing.mdJames Young
- 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)
2020-03-05update newbs_building_firmware.mdJames Young
Update the text sample for when the compile task completes.
2020-03-05Rework the newbs guide around the qmk cliskullY
2020-03-05Add dark mode supportskullY
2020-03-05_summary.md: move Auto Shift page to Software Features categoryJames Young
2020-03-05clean up links to keycode references in newbs_building_firmware_configurator.mdJames Young
2020-03-05clean up callouts in newbs_building_firmware_configurator.mdJames Young
2020-03-05remove some unnecessary external linksJames Young
Also clean up some trailing whitespace.