]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
6 years agocapslock led fix for clueboard 60
skullY [Fri, 15 Dec 2017 07:02:49 +0000 (23:02 -0800)]
capslock led fix for clueboard 60

6 years agoAdding a Zelda Treasure sound.
Colin Miller [Thu, 21 Dec 2017 23:49:55 +0000 (15:49 -0800)]
Adding a Zelda Treasure sound.

It's the sound that's made when opening a treasure chest.

6 years agofix breaking build: remove merge conflict text
Ryan Mitchell [Thu, 21 Dec 2017 03:19:45 +0000 (21:19 -0600)]
fix breaking build: remove merge conflict text

6 years agoZweihander: remove app keys, etc. (#2167)
adiabatic [Thu, 21 Dec 2017 00:55:17 +0000 (16:55 -0800)]
Zweihander: remove app keys, etc. (#2167)

* zweihander-osx: Remove app keys, etc.

- add right command keys
- add F16 on ;' for Siri
- remove command-Q (too easy to hit)

* Zweihander: update readme

6 years agoOscillope keymap: handy programming macros (#2176)
Oscillope [Thu, 21 Dec 2017 00:54:43 +0000 (19:54 -0500)]
Oscillope keymap: handy programming macros (#2176)

* Added macro to type -> since that symbol requres much finger acrobatics otherwise.

* Added macros for braces

6 years agoOctagon V1 Support (Port) (#2184)
MechMerlin [Thu, 21 Dec 2017 00:54:07 +0000 (16:54 -0800)]
Octagon V1 Support (Port) (#2184)

* Preliminary commit for Octagon V1 support

This is essentially a cp -R v2 v1 with a few things changed to
get it to compile and build.

* The Octagon V1 supports up to 84 keys as opposed to the V2 which
supports up to 86. This commit changes the keymap to match it.

* Temporary default keymap just to get things to compile

* Update readme file

* Fix switch matrix

* Fix underglow lighting option

* Fix keymap to take care of shifted columns

* Fix keymap formatting

* Remove un-needed files left over from rasmusx

* Make Octagon V1 have its own keymap directory with default keymap

* Make Octagon V2 have its own keymap directory with default keymap

* Cleanups and readme edits

6 years agoDisable MIDI on preonic to fix firmware compilation errors
U-LANDSRAAD\drashna [Thu, 21 Dec 2017 00:06:50 +0000 (16:06 -0800)]
Disable MIDI on preonic to fix firmware compilation errors

6 years agoAdding pok3r like layout to the let's split (#2135)
Nicolas Guelpa [Wed, 20 Dec 2017 19:41:41 +0000 (14:41 -0500)]
Adding pok3r like layout to the let's split (#2135)

* adding new layout for the planck that helps when coming from the pok3r

* Fixing the function layer

* Update readme.md

* Update keymap.c

Making some small adjustments

* Update keymap.c

switching GUI and Esc

* Update keymap.c

* adding mod tap on left and right shift

* adding mod tap on left and right shift

* poker keymap for lets split

* fixing the FN layer

* removing unused file

6 years agoAdd on/off/toggle keycodes for Auto Shift
Drashna Jael're [Tue, 19 Dec 2017 18:37:25 +0000 (10:37 -0800)]
Add on/off/toggle keycodes for Auto Shift

6 years agoAdd toggle option to AutoShift
U-LANDSRAAD\drashna [Tue, 19 Dec 2017 18:06:22 +0000 (10:06 -0800)]
Add toggle option to AutoShift

6 years agoFixed typo
Hugo Gayosso [Wed, 20 Dec 2017 16:33:34 +0000 (11:33 -0500)]
Fixed typo

6 years agok_type: add belak keymap
Kaleb Elwert [Mon, 18 Dec 2017 22:57:35 +0000 (14:57 -0800)]
k_type: add belak keymap

6 years agoMarked util/atmega32a_program.py as executable so that programming script works.
Jason Rosenman [Tue, 19 Dec 2017 15:11:58 +0000 (10:11 -0500)]
Marked util/atmega32a_program.py as executable so that programming script works.

6 years agoOctagon V2 Refactor (#2170)
MechMerlin [Tue, 19 Dec 2017 15:50:58 +0000 (07:50 -0800)]
Octagon V2 Refactor (#2170)

* rename octagon_v2 directory to octagon directory

* Move octagon_v2 files to v2 sub-directory

* Edit readme files

* setup header files for building multiple versions of the Duck
Octagon.

* Changes as per Jack's PR 2170 comments

6 years agoUnsign key argument in add_key_to_report
fauxpark [Tue, 19 Dec 2017 08:41:51 +0000 (19:41 +1100)]
Unsign key argument in add_key_to_report

6 years agoAdded Ardakilic keymap for Tada68 (#2174)
Arda Kılıçdağı [Tue, 19 Dec 2017 14:24:39 +0000 (17:24 +0300)]
Added Ardakilic keymap for Tada68 (#2174)

* Added Ardakilic keymap

more key fixes

* power key instead of eject

6 years agoCustom Keymaps for Certain Layouts (#2161)
kimkimkeren [Sun, 17 Dec 2017 16:54:22 +0000 (23:54 +0700)]
Custom Keymaps for Certain Layouts (#2161)

* Add keymap for my friend's KBD75\nBug : RGUI is read as RALT

* Add keymap for Nyquist

* Add Keymap for Whitefox (Truefox layout only)

* Add Keymap for XD75 and XD73 (XD75 with 1u blocker each on left and right bottom

6 years agoAdded default case to process_record_user
kamisamamizu [Sat, 16 Dec 2017 17:25:16 +0000 (18:25 +0100)]
Added default case to process_record_user

I tried using process_record_user and if I had to add the default case for it to compile.

6 years agoAdd my keymap for dz60
Vlad Buslov [Sat, 16 Dec 2017 16:10:08 +0000 (18:10 +0200)]
Add my keymap for dz60

6 years agoAdd COSPAD to QMK and add functions to read HSV (#2156)
kamisamamizu [Sun, 17 Dec 2017 16:44:13 +0000 (17:44 +0100)]
Add COSPAD to QMK and add functions to read HSV (#2156)

* Added functions to read HSV values

I have added three functions to rgb_light.c to be able to read the hue, saturation and value from other places.
They are rgblight_get_hue(), rgblight_get_sat(), adn rgblight_get_val().

* Create keymap.c

* Add COSPAD support to QMK

I have ported the COSPAD numpad to qmk.

* Update readme.md

* Update cospad.c

6 years agoChristmas tree (#2160)
That-Canadian [Sat, 16 Dec 2017 23:25:46 +0000 (15:25 -0800)]
Christmas tree (#2160)

* Line ending stuff again

* Added initial files for Christmas Tree PCB

* Updated Readme and info json's, also config.

* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.

* Forgot to push rules.mk for the V2017 folder, fixed now.

6 years agoRemove MIDI from Planck Rev5 to fix compile build size issue
U-LANDSRAAD\drashna [Sat, 16 Dec 2017 15:41:17 +0000 (07:41 -0800)]
Remove MIDI from Planck Rev5 to fix compile build size issue

6 years agoUpdate readme.md
Jack Humbert [Fri, 15 Dec 2017 19:06:45 +0000 (14:06 -0500)]
Update readme.md

6 years agodeletes the extra mechmini readme [doh]
Jack Humbert [Fri, 15 Dec 2017 19:06:29 +0000 (14:06 -0500)]
deletes the extra mechmini readme [doh]

6 years agoreforked master and added changes to 7u and 6u iso layouts
root [Fri, 15 Dec 2017 18:51:37 +0000 (19:51 +0100)]
reforked master and added changes to 7u and 6u iso layouts

6 years ago[budi] tv44 arrow dvorak (#2151)
Budi Dharmawan [Fri, 15 Dec 2017 18:24:12 +0000 (02:24 +0800)]
[budi] tv44 arrow dvorak (#2151)

* [budi] tv44 arrow dvorak

* [tv44/budi] Removed qwerty, added readme

6 years agoFound some broken links while looking up ARM keyboard support
mechmerlin [Fri, 15 Dec 2017 16:34:23 +0000 (08:34 -0800)]
Found some broken links while looking up ARM keyboard support

6 years agoadd tests for action_layer.c and reset layer state after tests
Colin T.A. Gray [Thu, 14 Dec 2017 23:15:52 +0000 (16:15 -0700)]
add tests for action_layer.c and reset layer state after tests

6 years agomake 'layer_state_set' visible to user code
Colin T.A. Gray [Mon, 11 Dec 2017 18:54:57 +0000 (11:54 -0700)]
make 'layer_state_set' visible to user code

6 years agofixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)
Colin T.A. Gray [Mon, 11 Dec 2017 15:53:50 +0000 (08:53 -0700)]
fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)

6 years agoDuck Octagon V2 QMK Support (#2153)
MechMerlin [Fri, 15 Dec 2017 05:09:31 +0000 (21:09 -0800)]
Duck Octagon V2 QMK Support (#2153)

* Initial commit for Octagon V2 Support

This is still basically just a copy of lightsaver support with
names changed.

* Port xauser keymap from: https://github.com/xauser/tmk_keyboard/blob/xauser/keyboard/octagon_v2/keymap_common.h

* Temporary default keymap just to get things compiling

* Modify config.h to have the right keyboard info

* Partial port of xauser matrix code for octagon v2

* Fix readme.md
1. Fix link to geekhack GB
2. Add microchips
3. Add appropriate attributions

* Fix PORTD

* Intermediate fix to get LEDs working

* Update BACKLIGHT_AREAS enum

* Port the following:
backlight_set
backlight_toggle_rgb
backlight_set_rgb

and resolve dependencies in header files

* Port backlight_update_state to led_set_kb

* Change copyright notice author to MechMerlin

* Remove Rasmus keymap

* Get a default keymap that actually does something and let's you reset.

* Convert keymap into KC_XXXX format.

* Better formatting of the default keymap to make it more readable

* Fix keymap

* Get that Fn key working!

* Some code cleanup and small refactor

* Fix keymap in octagon_v2.h

6 years agoChristmas tree (#2105)
Josh Sankey [Thu, 14 Dec 2017 20:58:40 +0000 (15:58 -0500)]
Christmas tree (#2105)

* Line ending stuff again

* Added initial files for Christmas Tree PCB

* Updated Readme and info json's, also config.

* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.

6 years agoFix reset key in Iris default keymap
JWhy [Wed, 13 Dec 2017 19:40:48 +0000 (20:40 +0100)]
Fix reset key in Iris default keymap

6 years agoInitial K-Type support (#1963)
Kaleb Elwert [Thu, 14 Dec 2017 05:25:47 +0000 (21:25 -0800)]
Initial K-Type support (#1963)

* Initial K-Type support

* Copy PJRC_TEENSY_3_1 to work around watchdog issues

* K-Type: Remove bootloader offset in rules.mk

* Ensure matrix and scan quantum functions are called when needed

This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4

6 years agoAdding my xd60 layout. (#2078)
Jean Olivier Simoneau [Thu, 14 Dec 2017 05:21:48 +0000 (00:21 -0500)]
Adding my xd60 layout. (#2078)

* Added xd60:Jos keymap

* Corrected Layout image for xd60:Jos layout

* Update README for xd60:Jos layout

* Created rules.mk for xd60:Jos layout

* Fixed an edge case for xd60:Jos layout

* Now using a specific  for xd60:Jos layout instead of modifying the main one

* Better physical layout image for xd60:Jos layout

6 years agonew planck keymap, new feature - hybrid shift/enter action key (great for small keybo...
Zach Richard [Thu, 14 Dec 2017 05:20:44 +0000 (00:20 -0500)]
new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!) (#2100)

* new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!)

* corrected documentation to specify rules.mk file instead of Makefile

6 years agoAdding my personal keymap (#2116)
Jon Nelson [Thu, 14 Dec 2017 05:16:38 +0000 (22:16 -0700)]
Adding my personal keymap (#2116)

* my personal keymap

* Add files via upload

* Delete baseLayer.JPG

* Delete fnLayer.JPG

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

6 years agoUpdate '?=' references in rules.mk. Add support for ortho_4x12 layout.
Cole Markham [Wed, 13 Dec 2017 21:56:36 +0000 (15:56 -0600)]
Update '?=' references in rules.mk. Add support for ortho_4x12 layout.

6 years agoFix keyboard not working if I2C pullups not enabled.
Cole Markham [Sat, 9 Dec 2017 07:25:32 +0000 (01:25 -0600)]
Fix keyboard not working if I2C pullups not enabled.

Disable backlighting by default.

6 years agoCleanup old code and comments
Cole Markham [Sat, 9 Dec 2017 07:24:51 +0000 (01:24 -0600)]
Cleanup old code and comments

6 years agoUpdate revision default
Drashna Jael're [Sun, 10 Dec 2017 06:46:36 +0000 (22:46 -0800)]
Update revision default

6 years agoFixed orthodox KEYMAP so no londer requires blanks in keymap.c, and added orthodox...
Drashna Jael're [Sat, 9 Dec 2017 19:40:19 +0000 (11:40 -0800)]
Fixed orthodox KEYMAP so no londer requires blanks in keymap.c, and added orthodox rev3

6 years agoPersonal layout planck,ergodone,xd75 (#2140)
Koen Klinkers [Thu, 14 Dec 2017 05:04:42 +0000 (06:04 +0100)]
Personal layout planck,ergodone,xd75 (#2140)

* plank layout

* ergodone

* x75

* readmes

6 years agoAdd a keymap for the Ergodox EZ meant to be used with a Bépo keyboard layout (French...
mkende [Thu, 14 Dec 2017 05:04:21 +0000 (06:04 +0100)]
Add a keymap for the Ergodox EZ meant to be used with a Bépo keyboard layout (French ergonomic layout) (#2141)

* Initial version of the Ergodox EZ Bépo keymap, TypeMatrix style.

* Update the readme file and add some handling of the keyboard LEDs.

* Toggling layer requires 2 taps.

* Remove a constant as it conflicts with an earier definition.

* Fix a typo in a type name.

* Fix the arrow layer that had a bad number.

* Second main version of my bepo keymap, after the tests of the first one.

* Fix the triggering of the function layer and the handling of the LED.

* Reduce the shining of the LEDs.

* Fix the swap layer (that required a keypress on the other side of the keyboard to be deactivated).

* Duplicate some of the mouse button for easy access.

* Move some of the secondary functions out of the center keys.

* Slightly slow down the mouse and mouse wheel.

* Update the comment and readme.md for the V2 of the keymap.

* Invert button 2 and 3 of the mouse. Really fix the SWAP layer.

* Test with the right alt modifier added as secondary function (on hold) of the space keys. The right alt key becomes a left alt one.

* Add specific shift/ctrl for the FN layer; move some mouse keys around to help with that.

* Remove one FN modifier-on-hold key that was not useful.

* Duplicate the FN layer inside the MOUSE layer.

* Add support (not tested yet) for macro recording and play on a single key as a tap dance.

* Allow to stop recording the macro by tapping once on the macro key (still un-tested).

* Add support for macro recording using some tap dance.

* shorten a comment.

* Reinstate the FN toggle on the percent key (so that there is an FN toggle on the right-hand-side).

* Fix some comments and update the link to the most up-to-date image.

* Small fix to the keymap images.

6 years agoadds @kristmascane's keymap (#2144)
kristmascane [Thu, 14 Dec 2017 05:03:58 +0000 (23:03 -0600)]
adds @kristmascane's keymap (#2144)

6 years agoUpdate Drashna keymaps (#2145)
Drashna Jaelre [Thu, 14 Dec 2017 05:02:48 +0000 (21:02 -0800)]
Update Drashna keymaps (#2145)

* Change overwatch to Gamepad

* Remove secrets file

* Add sample sensitive.h file

* Borrow @colinta's secrets.h include method

* Remove unnessary placeholder for macros

* Set secrets to use PROGMEM for char string

* Add readme files to my keymaps and userspace

6 years agoUpdated keymap and readme (#2147)
Nico Hormazábal [Thu, 14 Dec 2017 05:02:05 +0000 (06:02 +0100)]
Updated keymap and readme (#2147)

* added own keymap for planck

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* dynamic macros

* Update Readme.md

* moved the reset button

* Update readme for volume explanation

* Format

* Update Readme.md

* Update Readme.md

* added safe double shift

* changed the modified shift to regular shift, for allowing shift + F keys

6 years agoadded iso support
bunnybugslpat [Thu, 14 Dec 2017 03:11:33 +0000 (04:11 +0100)]
added iso support

added a keymap for an iso layout with 7u spacebar

6 years agoVim Layout for Ergodox-EZ (mac only) (#2112)
Benny Powers [Tue, 12 Dec 2017 02:06:05 +0000 (04:06 +0200)]
Vim Layout for Ergodox-EZ (mac only) (#2112)

* ignore libs

* Clang complete file

* Add VIM_A, VIM_S, VIM_COMMAND_SHIFT_D, and VIM_COMMAND_SHIFT_A

Add VIM_A, VIM_S, VIM_COMMAND_SHIFT_D, and VIM_COMMAND_SHIFT_A

a s O

* Comment blocks for minimap

generated at
http://patorjk.com/software/taag/#p=display&h=0&v=0&c=c&f=Banner&t=COMMENT

* Be explicit

* More Comment blocks

* Add J

* add A, C, D, J, S, O

* Make h j k l explicitly vim commands (useful for JOIN)

* add cb ce cw ch cj ck cl db de dw dh dj dk dl vb ve vh vj vk vl x ciw diw viw

* debug messages for ci di vi

* Var capitalized

* Save bytes by disabling mouse keys

* Add Y P

* Be more explicit about which key was pressed

* Be more explicit about which key was sent

* Move project to new directory structure

* Remove non-vim layout folder

* Replace KC_TRNS with KC_NO on normal layer

* Insert Mode as default

* Try to prevent crashes

* Put normal mode back

* Revert "ignore libs"

This reverts commit 4c5d7592d6c1b70e689c0b9400afca19c71970a7.

* add rules.mk

* Add mouse bindings

* Checkout most recent keymap following rebase

* Realign mouse button keys

* Make a macro for TO(NORMAL_MODE)

6 years agoactuation point adjustment for fc980c and fc660c (#2134)
Balz Guenat [Tue, 12 Dec 2017 02:05:12 +0000 (03:05 +0100)]
actuation point adjustment for fc980c and fc660c (#2134)

* add i2c lib submodule

* add actuation point adjustment to fc980c

* add actuation point adjustment to fc660c also.

* use https for i2c submodule

* move to existing i2c lib

* properly remove old submodule

* oops, forgot some files for the fc660c

6 years agoThe ruler (#2138)
That-Canadian [Tue, 12 Dec 2017 01:57:40 +0000 (17:57 -0800)]
The ruler (#2138)

* Line ending stuff again

* Added initital files and layout for the PCB Ruler keyboard/macro pad thing

* Updated Readme

* Changed make command to new format

6 years agoAdd rasmus keymap and fix default keymap readme
Rasmus Schults [Sun, 10 Dec 2017 19:54:50 +0000 (21:54 +0200)]
Add rasmus keymap and fix default keymap readme

6 years agoadds the gh80_3000 project (#2132)
farmakon [Sun, 10 Dec 2017 19:44:04 +0000 (20:44 +0100)]
adds the gh80_3000 project (#2132)

6 years agoAdd Lightsaver V3 keyboard
Rasmus Schults [Wed, 29 Nov 2017 23:50:03 +0000 (01:50 +0200)]
Add Lightsaver V3 keyboard

6 years agofixes audio/midi combinations
Jack Humbert [Sun, 10 Dec 2017 16:54:36 +0000 (11:54 -0500)]
fixes audio/midi combinations

6 years agofixes midi compile error
Jack Humbert [Sun, 10 Dec 2017 16:32:36 +0000 (11:32 -0500)]
fixes midi compile error

6 years agoupdate planck settings
Jack Humbert [Sun, 10 Dec 2017 15:59:17 +0000 (10:59 -0500)]
update planck settings

6 years agofix up midi stuff w/music mode
Jack Humbert [Sun, 10 Dec 2017 15:57:52 +0000 (10:57 -0500)]
fix up midi stuff w/music mode

6 years agoDon't "unselect" left-hand rows
Seebs [Tue, 5 Dec 2017 16:55:05 +0000 (10:55 -0600)]
Don't "unselect" left-hand rows

"unselecting" left-hand rows is a wasted i2c transaction.

On the left-hand side, the ergodox uses a GPIO expander. It
does *not* change "direction" (input/output) of pins, it just
sets pins high or low.

But all the pins are written at once. There's no way to
change just one pin's value; you send a full byte of all eight
row pins. (Not all of them are in use, but that doesn't matter.)
So every pin is either +V or ground. This is in contrast
with the right-hand side, which is using input mode to make pins
be neutral.

So there's no need to "deselect" the rows on the left side
at all. To select row 0, you set the GPIO register for the
rows to 0xFE. The previous code would then set it back to
0xFF, then set it to 0xFD on the next cycle. But we can just
omit the intervening step, and set it to 0xFD next cycle,
and get the same results.

And yes, I tested that the keyboard still works.

On my system, scan rate as reported by DEBUG_SCAN_RATE goes
from 445 or so to 579 or so, thus, from ~2.24ms to ~1.73ms.

Signed-off-by: seebs <seebs@seebs.net>
6 years agochange the ?= assignments to =
Balz Guenat [Fri, 8 Dec 2017 23:20:10 +0000 (00:20 +0100)]
change the ?= assignments to =

6 years agosome planck keymap shiftings and include proper-making
Balz Guenat [Thu, 7 Dec 2017 20:45:44 +0000 (21:45 +0100)]
some planck keymap shiftings and include proper-making

6 years agoclean up bananasplit keymap
Balz Guenat [Mon, 20 Nov 2017 17:26:44 +0000 (18:26 +0100)]
clean up bananasplit keymap

6 years agoTrim trailing whitespace
fauxpark [Sat, 9 Dec 2017 05:56:58 +0000 (16:56 +1100)]
Trim trailing whitespace

6 years agoFix some of the more obvious typos
fauxpark [Sat, 9 Dec 2017 05:49:07 +0000 (16:49 +1100)]
Fix some of the more obvious typos

6 years agoFormat keycode tables
fauxpark [Sat, 9 Dec 2017 05:45:13 +0000 (16:45 +1100)]
Format keycode tables

6 years agoConvert all headings to Title Case
fauxpark [Sat, 9 Dec 2017 05:36:32 +0000 (16:36 +1100)]
Convert all headings to Title Case

6 years agoNew Planck Layout (#2123)
Nico Hormazábal [Sat, 9 Dec 2017 05:06:27 +0000 (06:06 +0100)]
New Planck Layout (#2123)

* added own keymap for planck

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

6 years agoTurn on prevent stuck modifiers for my keymaps.
Fredric Silberberg [Sat, 9 Dec 2017 00:58:10 +0000 (16:58 -0800)]
Turn on prevent stuck modifiers for my keymaps.

6 years agoUpdated copyright headers and peer review fixes
Cole Markham [Sat, 9 Dec 2017 04:55:53 +0000 (22:55 -0600)]
Updated copyright headers and peer review fixes

6 years agoUpdate Meira readme
Cole Markham [Sat, 9 Dec 2017 04:51:49 +0000 (22:51 -0600)]
Update Meira readme

6 years agoAdd support for Meira
Cole Markham [Fri, 17 Nov 2017 18:01:21 +0000 (12:01 -0600)]
Add support for Meira

6 years agoAdd support for LFKeyboard products: LFK78, LFK87 and SMK65
Scott Wilson [Sun, 3 Dec 2017 15:32:07 +0000 (10:32 -0500)]
Add support for LFKeyboard products: LFK78, LFK87 and SMK65

6 years agofix link for grave escape in docs
Balz Guenat [Sun, 3 Dec 2017 11:49:11 +0000 (12:49 +0100)]
fix link for grave escape in docs

6 years agoUpdated readme
Martin Gondermann [Tue, 5 Dec 2017 07:44:01 +0000 (08:44 +0100)]
Updated readme

6 years agoUpdated color for base layer to better match my key caps (Dasher)
Martin Gondermann [Tue, 5 Dec 2017 07:41:55 +0000 (08:41 +0100)]
Updated color for base layer to better match my key caps (Dasher)

6 years agoPointing to the right build URL
Gaëtan Ark [Tue, 5 Dec 2017 11:38:26 +0000 (12:38 +0100)]
Pointing to the right build URL

The previous URI used to point to the Nyquist keyboard build guide.

6 years agoAdd 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'
Colin T.A. Gray [Tue, 5 Dec 2017 18:56:15 +0000 (11:56 -0700)]
Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'

Refactors rgblight_toggle to use rgblight_enable or rgblight_disable
Use 'rgblight_setrgb_at/rgblight_sethsv_at' to control an individual LED

6 years agohelper to compare current layer_state to user layer
Colin T.A. Gray [Tue, 5 Dec 2017 18:59:53 +0000 (11:59 -0700)]
helper to compare current layer_state to user layer

Performs the same bit comparison that the layer_move
functions perform

6 years agoAdd a slightly modified ordinary layout for OSX
Cosmin Cojocar [Wed, 6 Dec 2017 11:11:43 +0000 (12:11 +0100)]
Add a slightly modified ordinary layout for OSX

6 years agoEnable tap dance and other features for Whitefox
andy [Tue, 5 Dec 2017 22:21:43 +0000 (22:21 +0000)]
Enable tap dance and other features for Whitefox

The custom matrix code was missing calls to matrix_*_quantum, disabling quantum features.

6 years agoadd do60 support
Unknown [Fri, 8 Dec 2017 07:12:41 +0000 (15:12 +0800)]
add do60 support

6 years agomove lcd_backlight_keyframes to correct location
Jack Humbert [Thu, 7 Dec 2017 17:41:13 +0000 (12:41 -0500)]
move lcd_backlight_keyframes to correct location

6 years agoAdd support for 7x4 ortholinear split KB Ergo42
Biacco42 [Sun, 19 Nov 2017 09:02:39 +0000 (18:02 +0900)]
Add support for 7x4 ortholinear split KB Ergo42

6 years agoF5 pin doesn't support PWM, so breathing isn't an option
Colin T.A. Gray [Tue, 5 Dec 2017 21:13:46 +0000 (14:13 -0700)]
F5 pin doesn't support PWM, so breathing isn't an option

6 years agofixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWM
Colin T.A. Gray [Tue, 5 Dec 2017 21:13:27 +0000 (14:13 -0700)]
fixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWM

6 years agoUpdates to drashna keymaps and userspace (#2093)
Drashna Jaelre [Wed, 6 Dec 2017 02:45:42 +0000 (18:45 -0800)]
Updates to drashna keymaps and userspace (#2093)

* Add "secret" macor

* Updating secret macros

* Re-add RGB to Ergodox

* Fixed issue when RGB was disabled

* Consistency changes

* Updated bootloader macro

* Fixing audio setup

* Fix bootloader typo

* Update to full list of stings (for completeness)

* Template fix

* Finally got woodpad to force numlock

* Fix for new RGB mode

6 years agoKatana60 (#2068)
Baris Tosun [Tue, 5 Dec 2017 16:14:10 +0000 (17:14 +0100)]
Katana60 (#2068)

* Add files via upload

* katana60 defaults, initial pull-request

* removed icons from google drive

* added simple readme files

* pull-request updates

* readme file updated

* readme file formatting

* improvements before live

* colemak readme

* updated readme files

* removed makefiles and updated readme

6 years agoFix Audio chime overrides in split keyboards
Drashna Jael're [Sun, 3 Dec 2017 18:19:57 +0000 (10:19 -0800)]
Fix Audio chime overrides in split keyboards

6 years agoadds led control functions to XD75 layout
Colin T.A. Gray [Sun, 3 Dec 2017 15:21:10 +0000 (08:21 -0700)]
adds led control functions to XD75 layout

6 years agoAdd Crawlpad 2017 files.
Cole Markham [Mon, 4 Dec 2017 15:28:19 +0000 (09:28 -0600)]
Add Crawlpad 2017 files.

6 years agoadds 'RGB_RMOD' to go through RGB modes in reverse
Colin T.A. Gray [Mon, 4 Dec 2017 18:36:24 +0000 (11:36 -0700)]
adds 'RGB_RMOD' to go through RGB modes in reverse

6 years agoFix typo in make example
Drashna Jaelre [Mon, 4 Dec 2017 16:16:19 +0000 (08:16 -0800)]
Fix typo in make example

It has `:all" when it clearly is referencing the command without `:all`.

6 years agoMagicforce68 now in bluetooth flavour (#2051)
Harshit Goel [Sun, 3 Dec 2017 05:04:22 +0000 (10:34 +0530)]
Magicforce68 now in bluetooth flavour (#2051)

* Added working code for mf68_ble

* update read.md

* update read.md

* update read.md

* update readme

* Update README.md

* Update README.md

* added reddit post

* Update README.md

* Update README.md

6 years agoupdate advanced_keycodes; oneshot = sticky/dead keys
mmikeww [Mon, 27 Nov 2017 17:52:39 +0000 (12:52 -0500)]
update advanced_keycodes; oneshot = sticky/dead keys

6 years agoupdate glossary; oneshot key = sticky/dead key
mmikeww [Mon, 27 Nov 2017 17:43:57 +0000 (12:43 -0500)]
update glossary; oneshot key = sticky/dead key

6 years agoFlesh out the grave escape overrides
skullY [Tue, 28 Nov 2017 22:08:32 +0000 (14:08 -0800)]
Flesh out the grave escape overrides

6 years agoRemove unnecessary audio code from orthodox (#2076)
Drashna Jaelre [Sun, 3 Dec 2017 04:59:17 +0000 (20:59 -0800)]
Remove unnecessary audio code from orthodox (#2076)

* Remove unnecessary startup/shutdown code

* Leave functions intact

* Update rev1.c

6 years agoAdd keymap for atreus and minidox (#2079)
khitsule [Sun, 3 Dec 2017 04:56:30 +0000 (14:56 +1000)]
Add keymap for atreus and minidox (#2079)

* keymap for atreus and minidox

* minidox keymap khitsule cleaned

6 years agoFix broken link in docs
mmikeww [Fri, 1 Dec 2017 16:47:19 +0000 (11:47 -0500)]
Fix broken link in docs

This link was broken. And the latest, live version of that keymap link doesn't line up with the docs below, so the link will now point to the older version of the file in the git history

6 years agoModified default keymap to match ps2avrgb default
Ethan Madden [Sat, 2 Dec 2017 01:26:03 +0000 (17:26 -0800)]
Modified default keymap to match ps2avrgb default