]>
git.donarmstrong.com Git - qmk_firmware.git/log
Zach Burchill [Thu, 26 Oct 2017 00:04:36 +0000 (20:04 -0400)]
fixed two typos
I'm almost 100% sure "else if (state->count = 2) {" was a typo (it should have two ='s for a logical operator), and I'm *pretty* sure "if (state->interrupted || state->!pressed) return SINGLE_TAP;" has a typo. At least, it returns an error on my machine saying something about an unexpected '!'.
I changed it to a slightly longer form (i.e., "state->pressed==0"), and that worked fine.
Gun Pinyo [Tue, 31 Oct 2017 04:39:33 +0000 (04:39 +0000)]
add Thai layers for the GunP planck (#1910)
* Add a layout of planck named GunP, ready for pull request review.
* add Thai layers for the GunP planck
William Wilson [Sat, 28 Oct 2017 03:33:32 +0000 (22:33 -0500)]
Added Chimera Ortho keymap
Pentti Laitinen [Sun, 29 Oct 2017 21:04:45 +0000 (23:04 +0200)]
Initial commit for nordic layout for ergodox infinity.
- Added nordic infinity ergodox layout
- Fixed typo in ergodox infinity readme.md
Nathan Sharfi [Mon, 30 Oct 2017 04:19:57 +0000 (21:19 -0700)]
zweihander-osx: Remove app keys, etc.
- add right command keys
- add F16 on ;' for Siri
- remove command-Q (too easy to hit)
Louis Orleans [Tue, 31 Oct 2017 04:27:07 +0000 (21:27 -0700)]
layout(planck): dudeofawesome's layout with simultaneous RGB and audio support (#1929)
* layout(planck): new layout initial commit
* feat(planck): add workman layout
* fix(planck): switching to workman
* layout(planck): swapping mnext and mplay
* feat(planck): prep for RGB
* perf(planck): remove plover
saves 256 bytes of memory
* perf(planck): remove colemak
saves 128 bytes
* layout(planck): swapping enter and quote
* perf(planck): disable console
frees 1664 bytes
* feat(planck): RGB under-lighting
* refactor(planck): change RGB pin
Uses pin labeled PB2
* feat(planck): add RGB keycodes
* feat(planck): re-enable audio
* style(planck): fixing indentation
Because who indents like that?
* style(planck): clean up keycodes
* layout(planck): remove del
* feat(planck): add tap-space to layer keys
* docs(planck): specify pin on PCB for RGB
* bug(planck): reducing tap time
* Revert "bug(planck): reducing tap time"
This reverts commit
62606b2dc62c5adcc06cfb5978d7e5305411a658 .
* Revert "feat(planck): add tap-space to layer keys"
This reverts commit
c74de5a4aa45c5563dcaa463395654c29f50eda3 .
* perf(planck): remove backlit case
* feat(planck): swap enter and quote
* bug(planck): moving right shift
* doc(planck): update README
* chore(planck): remove makefile
James Morgan [Mon, 30 Oct 2017 00:07:36 +0000 (11:07 +1100)]
README, keymap & config update to 3 keyboards (#1911)
* First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware
* Fix terminus_mini & nyquist/DivergeJM readme files
Previously an outdated copy of the default readme. Updated to match the Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout)
* Update makefiles to rules.mk
Renamed both Makefiles to rules.mk, removed references to makefiles
* Updated rules.mk
Inadvertantly removed important code from the rules.mk in previous commit. This has been restored.
Also disabled Tap_Dance in both rules.mk files
* Moved terminus_mini to handwired
Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired.
* New Frosty Flake layout for QFR TKL
Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality.
* README fix & keymap update for 3 keyboards
Fixed the markdown for the handwired/terminus_mini:default, Nyqyist:DivergeJM & frosty_flake:QFR_JM.
Added TAPPING_TERM = 150 to config.h for all keyboards
Switched LT(LOWER) and LAlt on the mod row for ortholinear boards.
* Update readme for QFR_JM to include make instructions
* Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware"
This reverts commit
a45f264ada09acc14fb85390407bc7ff5bb021e3 , reversing
changes made to
62349c33410671a33d4041d50cf27de1d6bdd9cf .
* Revert "Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware""
This reverts commit
eae54fb3be2c60dffd704261f84bab98c9e06f93 .
* Added QWERTY support to the QFR_JM
Implemented variable default base layer from the Planck default keymap.
* Update README to reflect QWERTY support
Jody Foo [Fri, 29 Sep 2017 10:35:20 +0000 (12:35 +0200)]
Fix for issue https://github.com/qmk/qmk_firmware/issues/1751
Shihpin Tseng [Sat, 28 Oct 2017 09:57:36 +0000 (17:57 +0800)]
Fix process_combo.c compile warning
Jeremy Cowgar [Sun, 29 Oct 2017 06:02:49 +0000 (02:02 -0400)]
Added missing RGB and Auto Shift in main feature list. Also standardized on period at the end of each feature list item.
Jeremy Cowgar [Fri, 27 Oct 2017 15:12:33 +0000 (11:12 -0400)]
Fix code example in auto shift docs
Jeremy Cowgar [Fri, 27 Oct 2017 15:05:51 +0000 (11:05 -0400)]
Fixed various feature links
Maxr1998 [Thu, 26 Oct 2017 12:36:49 +0000 (14:36 +0200)]
Add grave key
Sebastian Kaim [Fri, 27 Oct 2017 15:32:03 +0000 (17:32 +0200)]
Extended the hint of the programmer to link to the relevant README part instead of giving a generic hint.
Sebastian Kaim [Fri, 27 Oct 2017 15:25:02 +0000 (17:25 +0200)]
Added a better description for the bootloader key
Jack Humbert [Sun, 29 Oct 2017 22:36:38 +0000 (18:36 -0400)]
adds flashing docs
Campbell Barton [Sun, 29 Oct 2017 22:34:02 +0000 (09:34 +1100)]
ergodox qwerty_code_friendly: add macro keys (#1918)
Also add more configurable keys.
Pentti Laitinen [Sun, 29 Oct 2017 22:22:07 +0000 (00:22 +0200)]
Added Iso(ish) layout for tada68. (#1924)
- Basic layout with one function layer.
- Added correct mapping for ISO layout into tada68.h.
- Readme for the keymap.
Ethan Madden [Wed, 25 Oct 2017 23:01:47 +0000 (16:01 -0700)]
Small documentation and keymap tweaks for my minivan layout (#1891)
* Added personal minivan keymap
more consistent layer setup
documentation!
slide some things around
more doc jiggling
* Small layout and documentation tweaks
Small documentation updates
dropped Makefile that for some reason was still in my branch
* found and removed extra makefile
Sebastian Kaim [Wed, 25 Oct 2017 23:01:02 +0000 (01:01 +0200)]
added bfake support as a subproject (#1903)
* added bfake support as a subproject
also moved existing bmini stuff to a subproject
fixed columns
minor keymap update
making this a subproject
remove old stuff
got subproject stuff figured out
* travis was upset because a board didn't have a default keymap
Manassarn Manoonchai [Wed, 25 Oct 2017 16:11:07 +0000 (23:11 +0700)]
Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883)
* Fork default planck keymap
* Esc -> CapsLock
* Swap Tilde & Grave in Lower & Raise
* Replace Blacklight key with Raise
* Add Hyper/Esc & Shift/Enter key
* Add super duper mode using S+D combo
* Change superduper mode sound
* Add more functionality to superduper mode
* Fork default
* Replace all left shift to shift/parensopen (space cadet)
* Super / Underscore
* Try superduper on z/slash held
* Use function/macro instead, LGUI_UNDS alone not working
* ✨ Add mouse layer 🐭
* 🐛 Fix superduper
* :sparkles: Fix GUI_UNDS
* :bug: Fix registering underscore when releasing too fast
* :bug: Fix Shift/( with LT z
* ✨ Add superduper for colemak
* ✨ Add Qwerty on software Colemak layout & make Superduper available on multile layouts
* ✨ Enable/disable superduper mode & fix layer switching
* 🐛 Fix superduper not unregister mods
* ✨ Update planck-like ergodox (wip)
* :bug: Fix return before changing tap count & modify comments
* :sparkles: Replace with planck code
* 📝 Update readme
* ✨ Fix SuperDuper by using intermediate layers
* Remove LT from inner lower & raise for ease of use
* Change TG to LG
* Add options & disable audio
* :wrench: Enable ignore mod tap interrupt & shorting tapping term
* :memo: Update readme
* Remove including quantum makefile
* :memo: Update readme
* Rename Makefiles
Doug Krieger [Tue, 24 Oct 2017 15:45:42 +0000 (11:45 -0400)]
Add RESET to satan:dbroqua mapping
skullydazed [Wed, 25 Oct 2017 03:34:28 +0000 (20:34 -0700)]
Restructure the hardware and feature docs to make things easier to find (#1888)
* fix #1313 by documenting more config.h options
* Clean up and organize documentation
heartrobotninja [Sun, 22 Oct 2017 04:45:14 +0000 (21:45 -0700)]
Moving LOCK and adding RUN. Fixing equal key to actually use equal keycode.
Dylan Khor [Tue, 24 Oct 2017 06:14:42 +0000 (02:14 -0400)]
Add macro to sleep Windows 10
Sebastian Kaim [Tue, 24 Oct 2017 21:17:47 +0000 (23:17 +0200)]
Added a new keycode for cycling through RBG modes which reverses directions when shift is hold.
This commit adds a new keycode `RGB_SMOD` which is the same as `RGB_MOD` (cycle through all modes),
but when it is used in combination with shift it will reverse the direction.
Gun Pinyo [Wed, 25 Oct 2017 01:28:01 +0000 (02:28 +0100)]
Add a layout of planck named GunP, ready for pull request review.
Bernardo Farah [Wed, 25 Oct 2017 02:08:31 +0000 (19:08 -0700)]
Added berfarah's custom keyboard layout
ajp10304 [Mon, 23 Oct 2017 18:28:52 +0000 (19:28 +0100)]
Added ajp10304 Planck layout (#1887)
* Added ajp10304 Planck layout
* Removed Makefile from planck ajp10304 keymap
alex-paget [Mon, 23 Oct 2017 09:18:21 +0000 (10:18 +0100)]
My layout to suit my needs
Damien [Mon, 23 Oct 2017 18:27:37 +0000 (20:27 +0200)]
DZ60 changes (#1890)
* - Fixed DK60 version in config.h
* - Updated dk60 readme with new QMK rules
* - Fixed wording in readme
* Added dbroqua layout for DZ60
I've also updated dz60.h to add "true HHKD" keymap definition (6U
spacebar).
With the default HHKB definition r_alt was not mapped and when I pressed
r_menu it was r_alt.
Regards
James [Mon, 23 Oct 2017 18:26:52 +0000 (12:26 -0600)]
Some finishing touches on space_oddity (#1892)
* Add verbose comments, ASCII layout pictures, and re-word readme.md
* Fix omission of F(2) on the third layer.
Dylan Khor [Mon, 23 Oct 2017 00:53:00 +0000 (20:53 -0400)]
Missing line break in NIU Mini readme (#1886)
* Missing line break
* More specific URL to the product
mogranjm [Sun, 22 Oct 2017 04:32:35 +0000 (15:32 +1100)]
Added new TKL layout for the Frosty flake - Quickfire Rapid (#1854)
* First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware
* Fix terminus_mini & nyquist/DivergeJM readme files
Previously an outdated copy of the default readme. Updated to match the Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout)
* Update makefiles to rules.mk
Renamed both Makefiles to rules.mk, removed references to makefiles
* Updated rules.mk
Inadvertantly removed important code from the rules.mk in previous commit. This has been restored.
Also disabled Tap_Dance in both rules.mk files
* Moved terminus_mini to handwired
Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired.
* New Frosty Flake layout for QFR TKL
Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality.
drashna [Sun, 22 Oct 2017 04:27:54 +0000 (21:27 -0700)]
Updated keymaps (#1853)
* Add woodpad
* Cleanup
* Remove misc layouts for woodpad
* Move woodpad to handwired
* Updated RGB Underglow info
* Cleanup macros
* Fix odd merge issue
* Tweaked RGB lighting stuff
* Start to merge orthodox/ergodox keymaps (persistant layers)
* Add forced NKRO
* Added Colemak and Dvorak layers to default orthodox keymap
* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow
* Updated macros and added workman keymaps
* Fixed RGB lighting for Workman layout
* Add leader keys
* Remove force NKRO
* Add Viterbi one handed layout and minor tweaks to others
mondaufgrau [Sun, 22 Oct 2017 04:26:05 +0000 (06:26 +0200)]
Added xd60 ISO keymap (#1865)
* Added xd60 ISO keymap
* renamed ISO to iso
* some cleaning
* added iso keymap
* some cleaning
Carlos Filoteo [Sun, 22 Oct 2017 02:20:21 +0000 (20:20 -0600)]
Add links to EEPROM files
Daniel Gordon [Sun, 22 Oct 2017 01:33:51 +0000 (20:33 -0500)]
Update to Tap-Dance Docs for Fast Typists
* Quad function tap dance works as intended when typing fast
* Example 4 in doc has been updated
Change-Id: If33406299e2eed49152c495da92f4977dfdc1e2f
Jack Humbert [Sat, 21 Oct 2017 21:44:11 +0000 (11:44 -1000)]
Creates a userspace for keymaps (#1559)
* create a user space
* adds example
* document, add readme.md
* jackhumbert userspace, ergodox keymap
skullY [Sat, 21 Oct 2017 20:51:02 +0000 (13:51 -0700)]
Fix the naming for clueboard files
James [Sat, 21 Oct 2017 20:04:35 +0000 (14:04 -0600)]
Additional custom handwired layout - Space Oddity (#1868)
* Add existing file
* Add new keyboard layout - initial commit
* Revised readme.md
* Clarified readme.md, reorganized keymap.c, and added license text.
* Fixing last incomplete commit
* Just a little code cleanup to make things more readable.
Pittyolo [Sat, 21 Oct 2017 20:02:51 +0000 (22:02 +0200)]
Added my Let's Split layout (#1867)
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Add files via upload
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
* Adding my Let's Split layout
As in my Nyquist layout, ISO Hungrian friendly
James [Fri, 20 Oct 2017 00:45:39 +0000 (18:45 -0600)]
Minor punctuation and grammar edits.
Jason Rosenman [Mon, 16 Oct 2017 15:23:32 +0000 (11:23 -0400)]
Added caps lock + key lock
Jason Rosenman [Sat, 14 Oct 2017 22:12:31 +0000 (18:12 -0400)]
Turned off some unnecessary makefile rules
CarVac [Sat, 21 Oct 2017 20:01:09 +0000 (16:01 -0400)]
Revise carvac_dv keymap for easier alt-tab (#1871)
* Add carvac_dv keymap for mitosis
* Add mouse keys
* move backspace, etc, and fix tab
* remove commented-out functions in keymap
* Fix scroll buttons and add left/right scrolling
* Make num momentary, add comments, and clean up
* fix mouse scroll acceleration
* Add tab, remove bksp, move print screen
Having tab next to control and alt makes for much easier
alt-tabbing and ctrl-tabbing.
That displaced print screen, but I had never used the non-layer
backspace on the right hand, so I moved printscreen over there.
marcostrauss [Sat, 21 Oct 2017 20:00:41 +0000 (22:00 +0200)]
ErgoDone: VID/PID/NKRO (#1872)
* - Fancy default PID and option for corresponding VID.
- Information about official VID/PID.
- Correct manufacturer name.
- NKRO enabled by default.
* Resolved build error with `#ifndef FORCE_NKRO`.
heartrobotninja [Sat, 21 Oct 2017 19:59:31 +0000 (12:59 -0700)]
heartrobotninja ergodox_ez and lets_split layouts (#1874)
Jason Milkins [Sat, 21 Oct 2017 08:59:13 +0000 (16:59 +0800)]
Fix code backticks on Frequently Asked Build Questions docs
Jason Milkins [Sat, 21 Oct 2017 08:56:47 +0000 (16:56 +0800)]
Fix missing code backticks
Danny [Thu, 19 Oct 2017 14:02:00 +0000 (10:02 -0400)]
Add Iris keyboard (#1863)
* Clone Nyquist code to Iris and rename
* Set keymap and pins
* Work in progress Iris default keymap
* Add Iris rev2
* Update Iris files to new build system
* Add lewisridden keymap
Daniel Gordon [Wed, 18 Oct 2017 17:41:28 +0000 (12:41 -0500)]
Quad Function Tap Dance added to TD Doc
* Added section to example, detailing how to accomplish the
'quad-function' tap dance.
* Refactored TD documentation to clearly separate different complex
examples
Change-Id: Ifc1495d1142849c771418fdabc458c04c48311e6
skullydazed [Wed, 18 Oct 2017 01:05:21 +0000 (18:05 -0700)]
Reorganize clueboard into a single directory (#1855)
skullydazed [Tue, 17 Oct 2017 23:47:49 +0000 (16:47 -0700)]
Address #1689 by using a formula to define the breathing curve (#1692)
* Address #1689 by using a formula to define the breathing curve and exposing defines to control the shape of the curve.
* Tweak the behavior of breathing for clueboard
mogranjm [Tue, 17 Oct 2017 16:42:27 +0000 (03:42 +1100)]
Add terminus_mini keyboard and nyquist/DivergeJM layout (#1851)
* First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware
* Fix terminus_mini & nyquist/DivergeJM readme files
Previously an outdated copy of the default readme. Updated to match the Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout)
* Update makefiles to rules.mk
Renamed both Makefiles to rules.mk, removed references to makefiles
* Updated rules.mk
Inadvertantly removed important code from the rules.mk in previous commit. This has been restored.
Also disabled Tap_Dance in both rules.mk files
* Moved terminus_mini to handwired
Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired.
Max Rumpf [Tue, 17 Oct 2017 02:43:40 +0000 (04:43 +0200)]
Add Maxr1998's GH60 layout (#1849)
* Maxr1998's GH60 layout
* delete unused makefile
* Remove unneeded include
Kenneth Aloysius [Mon, 16 Oct 2017 23:31:39 +0000 (10:31 +1100)]
Add NIU Mini from KBDFans (#1847)
* Add NIU Mini keymap from Planck keymap
* Remove old keymap files
* Fix README, removed Planck references
* Add default layout, move Planck layout to separate folder
* Update README
Phil Hagelberg [Mon, 16 Oct 2017 16:01:43 +0000 (09:01 -0700)]
Fix avrdude message to not mention any specific device model.
Benjamin Dengler [Mon, 16 Oct 2017 01:04:03 +0000 (03:04 +0200)]
Added BLE support for USB-USB converter. (#1824)
* Added BLE support to USB-USB converter
* Added readme
* Removed images and Makefile
Dylan Khor [Mon, 16 Oct 2017 00:26:51 +0000 (20:26 -0400)]
Broken link found in issue #1845
Jack Humbert [Mon, 16 Oct 2017 00:04:23 +0000 (20:04 -0400)]
hack to force new tag
Jack Humbert [Sun, 15 Oct 2017 20:54:06 +0000 (16:54 -0400)]
add note to makefile for future use
Jack Humbert [Sun, 15 Oct 2017 20:52:51 +0000 (16:52 -0400)]
adds default keymap for handwired boards
Jack Humbert [Sun, 15 Oct 2017 20:44:31 +0000 (16:44 -0400)]
fix up default keymaps and remove keyboard folder filter
Jack Humbert [Sun, 15 Oct 2017 20:18:45 +0000 (16:18 -0400)]
update keymaps to not be the canonical file
Jack Humbert [Sun, 15 Oct 2017 20:18:28 +0000 (16:18 -0400)]
only build default keymaps
Jack Humbert [Sun, 15 Oct 2017 20:17:47 +0000 (16:17 -0400)]
adds default keymap for amj60
Jack Humbert [Sun, 15 Oct 2017 17:37:46 +0000 (13:37 -0400)]
add qmk.fm as a backup host
Salt-Peanuts [Sun, 15 Oct 2017 16:12:39 +0000 (12:12 -0400)]
Cleaned up my Kinesis layout and created readme. (#1843)
* Cleaned up keymap and readme
* Cleaned up keymap and readme
* Cleaned up keymap and readme
* Cleaned up keymap and readme
zs [Sun, 15 Oct 2017 05:00:44 +0000 (07:00 +0200)]
Add tomb0y's minidox layout
Jack Humbert [Sat, 14 Oct 2017 21:32:19 +0000 (11:32 -1000)]
Make arguments redo, subproject elimination (#1784)
* redo make args to use colons, better folder structuring system [skip ci]
* don't put spaces after statements - hard lessons in makefile development
* fix-up some other rules.mk
* give travis a chance
* reset KEYMAPS variable
* start converting keyboards to new system
* try making all with travis
* redo make args to use colons, better folder structuring system [skip ci]
* don't put spaces after statements - hard lessons in makefile development
* fix-up some other rules.mk
* give travis a chance
* reset KEYMAPS variable
* start converting keyboards to new system
* try making all with travis
* start to update readmes and keyboards
* look in keyboard directories for board.mk
* update visualizer rules
* fix up some other keyboards/keymaps
* fix arm board ld includes
* fix board rules
* fix up remaining keyboards
* reset layout variable
* reset keyboard_layouts
* fix remainging keymaps/boards
* update readmes, docs
* add note to makefile error
* update readmes
* remove planck keymap warnings
* update references and docs
* test out tarvis build stages
* don't use stages for now
* don't use stages for now
Stefano Rodighiero [Sun, 8 Oct 2017 13:52:58 +0000 (15:52 +0200)]
keymap configuration rewritten using the KEYMAP macro defined in atreus.h
Andrew [Sat, 14 Oct 2017 17:01:02 +0000 (13:01 -0400)]
Add YMD96 Keyboard (#1838)
* add ymd96 base
currently not working correctly.
* Update
honestly not really sure what I've been doing but I'm just more or less brute forcing this until I can get the pcb schematic or something
* honestly just trying stuff out
* Update keymaps
Getting closer hopefully
* ymd96 works!
at least for me
* Update readme
* Update readme
* Update readme
Pittyolo [Sat, 14 Oct 2017 17:00:00 +0000 (19:00 +0200)]
Created cleaner readme and updated the keymap of my layout (#1840)
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Add files via upload
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
Oscillope [Sat, 14 Oct 2017 05:04:36 +0000 (01:04 -0400)]
Add multiple layout support and Linux flash utility to JJ40 (#1837)
* Adds support for multiple layouts. Adds custom keymap for "offset"
layout.
* Adds a tool to help detach the keyboard from the Linux HID driver before programming.
* Adds a tool to help detach the keyboard from the Linux HID driver before programming.
unknown [Fri, 13 Oct 2017 21:02:56 +0000 (17:02 -0400)]
Add support for Unikeyboard Felix
Vadim Brodsky [Fri, 13 Oct 2017 20:20:56 +0000 (16:20 -0400)]
Add support for the JJ40 Keyboard (#1834)
* Add support for JJ40
* Update readme
* Update maintaner
Sebastian Kaim [Tue, 10 Oct 2017 20:52:53 +0000 (22:52 +0200)]
Extended the programming script for the ps2avrGB keyboard series:
- a keyboard already in bootloader mode will now be detected
- if setting the keyboard to bootloader mode doesn't work, a hint will be printed on how to do so
- instead of failing instantly when no keyboard is found, the script will now wait up to 60 seconds (it retries every 5 seconds, up to 12 times)
Donald [Fri, 13 Oct 2017 15:35:49 +0000 (11:35 -0400)]
Updated DZ60 HHKB layout and add my own layout (#1828)
* Updated DZ60 to properly handle HHKB layout, and added my own HHKB layout
* Added dedicated underglow keys
* Fixed compile issue
Otto Rask [Fri, 13 Oct 2017 15:35:17 +0000 (18:35 +0300)]
Add rask's UK78 and iErgoDox layouts (#1830)
* Add rask's Satan layout
* Add rask's Satan layout
* Add rask's BananaSplit60 layout
* Add rask's BS60 readme
* Fix rask's BS60 readme image
* Fix rask's BS60 readme image again
* Add rask's UK78 layout
* Change RGui to be LGui to fix locale switching
On Ubuntu the keyboard seemingly lost RGui when toggling
between typing languages. With LGui toggling works normally.
* Add rask's ErgoDox Infinity layout
* Modify ErgoDox layout and add readme for it
* Add rask's UK78 layout readme
Jon Allen [Fri, 13 Oct 2017 04:51:21 +0000 (23:51 -0500)]
Add the Tomato keyboard
keisuke333 [Wed, 11 Oct 2017 10:10:40 +0000 (19:10 +0900)]
Fix teensy path
Gareth Pye [Fri, 13 Oct 2017 10:54:37 +0000 (21:54 +1100)]
Tada68 instructions, updated and clarified to avoid bricking keyboards
Jonathan Arnett [Thu, 12 Oct 2017 15:22:41 +0000 (11:22 -0400)]
Remove reference to Ergodox subprojects from docs
At one time, "ez" and "infinity" may have been subprojects of a
unified "ergodox" project, but this is not currently the case. Running
`make ergodox-ez-default-teensy` (or similar), as the documentation
currently implies, does not work.
skullY [Wed, 11 Oct 2017 19:18:53 +0000 (12:18 -0700)]
Fix the presentation of the contribution guide
skullydazed [Wed, 11 Oct 2017 19:07:15 +0000 (12:07 -0700)]
Write a contributing guide. (#1827)
Jacob Chapman [Tue, 10 Oct 2017 18:25:12 +0000 (18:25 +0000)]
newkb-atreus-xk
Wunder [Tue, 10 Oct 2017 18:13:42 +0000 (21:13 +0300)]
add stock layout for xd75 (#1731)
* add stock layout for xd75
* fix layout bug
* layout naming
* don't need it
* Cleaning up
Jesper Brix Rosenkilde [Fri, 22 Sep 2017 11:58:49 +0000 (13:58 +0200)]
Add option to reverse PS2 mouse axes and scrolling
keisuke333 [Mon, 2 Oct 2017 02:34:22 +0000 (11:34 +0900)]
Fix missing teensy path
Joe Martin [Mon, 2 Oct 2017 12:06:52 +0000 (14:06 +0200)]
#1792 added in waits from tmk for locking switches
fixes #1792
marcostrauss [Tue, 3 Oct 2017 16:43:18 +0000 (18:43 +0200)]
ErgoDone keyboard: Improved structure of readme and augmented it with important information. Updated links to moved content.
unknown [Sun, 1 Oct 2017 19:53:35 +0000 (15:53 -0400)]
Updated my Gherkin Keymap
drashna [Tue, 10 Oct 2017 17:11:05 +0000 (10:11 -0700)]
Cleanup of my keymaps (#1802)
* Add woodpad
* Cleanup
* Remove misc layouts for woodpad
* Move woodpad to handwired
* Updated RGB Underglow info
* Cleanup macros
* Fix odd merge issue
* Tweaked RGB lighting stuff
* Start to merge orthodox/ergodox keymaps (persistant layers)
* Add forced NKRO
* Added Colemak and Dvorak layers to default orthodox keymap
* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow
DerMeerkamp [Tue, 3 Oct 2017 17:50:38 +0000 (19:50 +0200)]
geändert: readme.md
DerMeerkamp [Sat, 30 Sep 2017 12:34:52 +0000 (14:34 +0200)]
geändert: readme.md
DerMeerkamp [Sat, 30 Sep 2017 12:33:35 +0000 (14:33 +0200)]
geändert: keymap.c
DerMeerkamp [Sat, 30 Sep 2017 12:33:20 +0000 (14:33 +0200)]
neue Datei: readme.md
DerMeerkamp [Sat, 30 Sep 2017 12:11:19 +0000 (14:11 +0200)]
geändert: keyboards/lets_split/keymaps/DE_simple/keymap.c
DerMeerkamp [Fri, 22 Sep 2017 21:03:53 +0000 (23:03 +0200)]
neue Datei: keyboards/lets_split/keymaps/DE_simple/Makefile
neue Datei: keyboards/lets_split/keymaps/DE_simple/config.h
neue Datei: keyboards/lets_split/keymaps/DE_simple/keymap.c
neue Datei: keyboards/lets_split/keymaps/DE_simple/rules.mk