su8044
d7ba0ad684
[Keyboard] Handwired Skeeb Keyboard ( #8161 )
...
* adding Handwired Skeeb Keyboard
* Apply suggestions from fauxpark
* Apply more suggestions from fauxpark and small change to layout
* Apply more suggestions from noroadsleft and last tap dance
2020-03-07 01:53:05 -08:00
Wilba
c4d8e56928
Added VIA keymap for Ramaworks M10-A ( #8255 )
...
* Added VIA keymap for Ramaworks M10-A
* change vendor/product in base config.h
* #pragma once
* Uee LAYOUT() in keymaps
2020-03-07 01:38:08 -08:00
zvecr
5e1ce3988d
Remove unused LED_BREATHING_TABLE
2020-03-06 22:29:01 -08:00
kymok
dd05007f3b
[Docs] i2c_driver translation to Japanese ( #8274 )
...
* [WIP] i2c_driver translation to ja
* update docs/ja/i2c_driver.md
* update docs/ja/i2c_driver.md
* align table + remove comment
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* Update docs/ja/i2c_driver.md
* add original document commit hash
Co-Authored-By: shela <shelaf@users.noreply.github.com>
2020-03-06 18:27:15 -08:00
QMK Bot
2306c974e5
format code according to conventions [skip ci]
2020-03-07 01:24:47 +00:00
brickbots
833c5ae87a
Buffer based OLED panning, write byte to buffer at arbitrary index ( #8055 )
...
* Add buffer based single line pan, arbitrary byte write to buffer
* Change dirty mask to inverse of OLED_BLOCK_TYPE for future proofing larger buffer sizes
* Updating docs to include new functions
* Updating to clarify scroll vs pan
2020-03-07 00:52:39 +00:00
swreinehr
57de9e65ef
Super 16 Puzzle Game ( #8306 )
...
* 15/16 game with lights for the super 16
* Updated readme with style
* adding comments and initial style to keymap
trying to make the code look prettier, need to test by redownloading
* Final style revisions before pull request
* formatting changes, removed config.h
* modified rules.mk, works with changes in PR8314
* formatting
no number of spaces is enough for a newline, whoops
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/1upkeyboards/super16/keymaps/15game/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/1upkeyboards/super16/keymaps/15game/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/1upkeyboards/super16/keymaps/15game/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-authored-by: Sam Reinehr <swreinehr@mines.edu>
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-03-07 00:15:44 +00:00
Chris Alves
6b6e47cbf1
DZ60 keyboard layout tuning and README update/fix ( #8325 )
...
* Added custom dz60 keymap
* Update readme.md
* Updated pictures in README.md
* README.md fixes
* Updated mouse layout/ added ` key
* Changed bkspc key to del in mod
* Changed picture
* Updated keymap
* Removed default dz60 config.h
* Updated Readme
* Added Devorak Keymap
* Re-added Default Config File
* Updated Flash Command
* Cleaned Up Custom Config File
* Added Lock Security Layer
* Updated Readme Picture
* Fixed Readme
* Re-added keyboard picture
* Added home and end button
* added insert, pgup, pgdn
* final commit before pull request
* fixing merge
* Added custom dz60 keymap
* adding lufa?
Co-authored-by: chrisae9 <chrisae9@penguin>
2020-03-07 00:11:41 +00:00
Anthony Leung
54b6bf5910
[Keyboard] Add VIA support for neuron ( #8264 )
...
* 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 16:00:44 -08:00
James Young
73728e9bec
[Docs] Fix links in Config Options doc
2020-03-06 13:10:17 -08:00
Mikkel Jeppesen
4f1a62ca1d
[Keyboard] keebwerk. nano. slider support ( #7914 )
...
* 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-06 11:00:17 -08:00
Shaun
4e826ba61f
Correct typo in tap_hold.md ( #8326 )
...
Correct typo: "reasonal" to "reasonable"
2020-03-07 05:42:08 +11:00
Nick Brassel
b438c6f8ea
Fix up Arm builds with nix-shell. ( #8312 )
2020-03-07 03:05:51 +11:00
QMK Bot
bad9468ce1
format code according to conventions [skip ci]
2020-03-06 13:28:11 +00:00
Ryan
9810756ee0
Fix typo in uart.c backport and add 32A "support" ( #8219 )
2020-03-06 23:55:15 +11:00
Joel Challis
918a85d342
Refactor more backlight to a common location ( #8292 )
...
* Refactor more backlight to a common location
* BACKLIGHT_PIN not defined for custom backlight
* align function names
2020-03-06 12:49:45 +00:00
Joel Challis
116c0e44a1
Remove stub backlight functions from clueboard/66/rev4 ( #8303 )
2020-03-06 12:12:20 +00:00
dr-BEat
3c0ef04390
[Keymap] Dichotomy keymap by beat ( #8279 )
...
* 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-06 00:47:52 -08:00
QMK Bot
fd7b52cc64
format code according to conventions [skip ci]
2020-03-06 02:15:29 +00:00
Joel Challis
d0d6fb27c4
Add f401 and f411 blackpill examples ( #7930 )
...
* 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-06 01:40:39 +00:00
Joel Challis
b368db9e02
Refactor fortitude60 to use split_common ( #8113 )
2020-03-06 01:39:54 +00:00
James Young
76189d9a28
link the 2020 Feb 29 Breaking Changes changelog from the summary
2020-03-05 16:00:10 -08:00
James Young
2939751eb3
keycodes.md: hard-code section link id attributes
2020-03-05 16:00:10 -08:00
James Young
772bacb770
keycodes.md: don't use section headings as links
...
It prevents the Table of Contents from parsing that heading.
2020-03-05 16:00:10 -08:00
skullY
961477c791
make sure all our redirects are in order
2020-03-05 16:00:10 -08:00
skullY
6956784ac1
Add more call to action items
2020-03-05 16:00:10 -08:00
skullY
54c58ea6de
Add explicit id tags to externally linked headers
2020-03-05 16:00:10 -08:00
James Young
a95a314f78
refactor How a Matrix Works doc
2020-03-05 16:00:10 -08:00
James Young
bc31ebd0c4
Hand Wire guide tidying, part 2
2020-03-05 16:00:10 -08:00
James Young
fbf27e7444
Hand Wire guide tidying
2020-03-05 16:00:10 -08:00
James Young
8b5ca3d110
clean up Firmware Setup section in Hand Wire guide
2020-03-05 16:00:10 -08:00
James Young
06708b9dc8
remove collapsible section for Compiling; redirect to Building Firmware doc
2020-03-05 16:00:10 -08:00
James Young
772d5264d6
replace QMK Toolbox image in Hand Wire guide
...
Showing a current version of QMK Toolbox
2020-03-05 16:00:10 -08:00
James Young
994de86121
restructure Hand Wire Guide
2020-03-05 16:00:10 -08:00
James Young
906bdce6ce
split Hand Wire Preamble to a separate doc
2020-03-05 16:00:10 -08:00
James Young
3bd65d2173
CSS updates: ul and pre elements
2020-03-05 16:00:10 -08:00
James Young
d5f34c4810
Polish Configurator section
2020-03-05 16:00:10 -08:00
skullY
503b52652c
Adjust the H2 and H2 margins
2020-03-05 16:00:10 -08:00
skullY
b5030907eb
reduce the line-height of the sidebar
2020-03-05 16:00:10 -08:00
skullY
8b0fdc82dc
rearrange the sidebar a bit
2020-03-05 16:00:10 -08:00
skullY
8d8d61b3c5
limit the TOC to H1 and H2
2020-03-05 16:00:10 -08:00
skullY
f86fd0cd14
remove line drawing chars
2020-03-05 16:00:10 -08:00
skullY
12e43230c6
make custom_keycode_names.md a faq entry instead
2020-03-05 16:00:10 -08:00
skullY
55c5b82638
reduce space on h3s
2020-03-05 16:00:10 -08:00
skullY
9035c3497e
break feature_advanced_keycodes.md up into multiple files
2020-03-05 16:00:10 -08:00
skullY
5d35098bfc
improve our docsify setup
2020-03-05 16:00:10 -08:00
skullY
8249a288d7
fix numbering
2020-03-05 16:00:10 -08:00
skullY
45e218ceec
overhaul the newbs guide
2020-03-05 16:00:10 -08:00
skullY
86f6405574
More sidebar organization
2020-03-05 16:00:10 -08:00
skullY
99850aabca
Add API documentation
2020-03-05 16:00:10 -08:00