]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
7 years agoAdd luke keymap, as an example of the tapping macros
Luke Silva [Sat, 28 Jan 2017 07:43:41 +0000 (18:43 +1100)]
Add luke keymap, as an example of the tapping macros

7 years agoAdd support for various tapping macros
Luke Silva [Sat, 28 Jan 2017 07:42:35 +0000 (18:42 +1100)]
Add support for various tapping macros

A macro key can now be easily set to act as a modifier on hold, and
press a shifted key when tapped. Or to switch layers when held, and
again press a shifted key when tapped.

Various other helper defines have been created which send macros when
the key is pressed, released and tapped, cleaning up the
action_get_macro function inside keymap definitions.

The layer switching macros require a GCC extension - 'compound
statements enclosed within parentheses'. The use of this extension is
already present within the macro subsystem of this project, so its use
in this commit should not cause any additional issues.

MACRO_NONE had to be cast to a (macro_t*) to suppress compiler
warnings within some tapping macros.

7 years agoCarry over Planck updates to my Preonic keymap
Stephen Tudor [Sat, 28 Jan 2017 06:38:58 +0000 (01:38 -0500)]
Carry over Planck updates to my Preonic keymap

7 years agoImprove Planck keymap
Stephen Tudor [Sat, 28 Jan 2017 06:37:59 +0000 (01:37 -0500)]
Improve Planck keymap

- added escape+shift mod-tap key
- replaced BRITE with backtick

7 years agoMerge branch 'master' into smt/planck
Stephen Tudor [Sat, 28 Jan 2017 05:51:07 +0000 (00:51 -0500)]
Merge branch 'master' into smt/planck

* master:
  Clarify license on abnt2 keymap (#1038)
  replace jackhumbert with qmk
  Add gitter image, start update to qmk org
  Remove COLEMAK from preonic_keycodes enum
  layer defines to enum
  Update readme for smt Preonic keymap
  Add smt keymap for Preonic
  updated all the other keymaps to support the new changes.
  fix: infinity60 keyboard was not using quantum features.
  Compare Makefile with itself instead of using `--help`

7 years agoMerge pull request #1043 from potz/patch-1
skullydazed [Sat, 28 Jan 2017 02:40:59 +0000 (18:40 -0800)]
Merge pull request #1043 from potz/patch-1

Clarify license on abnt2 keymap (#1038)

7 years agosplit kinesis layout into ergodox and planck style symbol layers
milestogo [Sat, 28 Jan 2017 00:45:18 +0000 (16:45 -0800)]
split kinesis layout into ergodox and planck style symbol layers

7 years agoClarify license on abnt2 keymap (#1038)
Potiguar Faga [Fri, 27 Jan 2017 20:22:44 +0000 (18:22 -0200)]
Clarify license on abnt2 keymap (#1038)

7 years agoAdded Espynn's keymap
folkert4 [Fri, 27 Jan 2017 18:51:39 +0000 (13:51 -0500)]
Added Espynn's keymap

7 years agoMerge pull request #869 from dylanjgscott/master
Jack Humbert [Fri, 27 Jan 2017 16:23:02 +0000 (11:23 -0500)]
Merge pull request #869 from dylanjgscott/master

Use `type cmp` to test for cmp in Makefile

7 years agoMerge remote-tracking branch 'upstream/master'
Brendan Johan Lee [Fri, 27 Jan 2017 14:24:08 +0000 (15:24 +0100)]
Merge remote-tracking branch 'upstream/master'

7 years ago[deadcyclo layout] Added more unicode keys and ibus unicode compose trigger keys
Brendan Johan Lee [Fri, 27 Jan 2017 12:53:02 +0000 (13:53 +0100)]
[deadcyclo layout] Added more unicode keys and ibus unicode compose trigger keys

7 years agoMerge pull request #1035 from qmk/qmk_org_changes
Jack Humbert [Fri, 27 Jan 2017 05:28:46 +0000 (00:28 -0500)]
Merge pull request #1035 from qmk/qmk_org_changes

Updated urls due to transfer to qmk org

7 years agoAdd ability to use tap macros without using functions
Luke Silva [Thu, 26 Jan 2017 23:28:42 +0000 (10:28 +1100)]
Add ability to use tap macros without using functions

7 years agoalbert ergodox keymap
Albert Pretorius [Thu, 26 Jan 2017 20:07:47 +0000 (20:07 +0000)]
albert ergodox keymap

7 years agoUpdate readme
Nic Aitch [Thu, 26 Jan 2017 15:31:40 +0000 (09:31 -0600)]
Update readme

7 years agoAdd avrdude target
Nic Aitch [Thu, 26 Jan 2017 15:31:27 +0000 (09:31 -0600)]
Add avrdude target

7 years agoFix documentation for TMK actions
Luke Silva [Thu, 26 Jan 2017 11:44:22 +0000 (22:44 +1100)]
Fix documentation for TMK actions

7 years agoMerge remote-tracking branch 'upstream/master'
Brendan Johan Lee [Thu, 26 Jan 2017 10:56:32 +0000 (11:56 +0100)]
Merge remote-tracking branch 'upstream/master'

7 years agoreplace jackhumbert with qmk
Jack Humbert [Thu, 26 Jan 2017 06:52:43 +0000 (01:52 -0500)]
replace jackhumbert with qmk

7 years agoMerge pull request #1029 from SjB/qmk_infinity60
Jack Humbert [Thu, 26 Jan 2017 06:28:44 +0000 (01:28 -0500)]
Merge pull request #1029 from SjB/qmk_infinity60

fix: infinity60 keyboard was not using quantum features.

7 years agoMerge pull request #1033 from smt/smt/preonic
Jack Humbert [Thu, 26 Jan 2017 06:27:51 +0000 (01:27 -0500)]
Merge pull request #1033 from smt/smt/preonic

Add smt's keymap for Preonic

7 years agoAdd gitter image, start update to qmk org
Jack Humbert [Thu, 26 Jan 2017 06:26:17 +0000 (01:26 -0500)]
Add gitter image, start update to qmk org

7 years agoAdd smt keymap for Planck
Stephen Tudor [Thu, 26 Jan 2017 05:24:51 +0000 (00:24 -0500)]
Add smt keymap for Planck

7 years agoRemove COLEMAK from preonic_keycodes enum
Stephen Tudor [Wed, 25 Jan 2017 15:57:42 +0000 (10:57 -0500)]
Remove COLEMAK from preonic_keycodes enum

7 years agoMerge branch 'master' of github.com:jackhumbert/qmk_firmware
Jack Humbert [Wed, 25 Jan 2017 15:02:06 +0000 (10:02 -0500)]
Merge branch 'master' of github.com:jackhumbert/qmk_firmware

7 years agolayer defines to enum
Jack Humbert [Wed, 25 Jan 2017 15:02:01 +0000 (10:02 -0500)]
layer defines to enum

7 years ago[deadcyclo layout] Added lotsof new emojis and some new unicode keys
Brendan Johan Lee [Wed, 25 Jan 2017 14:16:38 +0000 (15:16 +0100)]
[deadcyclo layout] Added lotsof new emojis and some new unicode keys

7 years agoUpdate readme for smt Preonic keymap
Stephen Tudor [Wed, 25 Jan 2017 05:55:40 +0000 (00:55 -0500)]
Update readme for smt Preonic keymap

7 years agoAdd smt keymap for Preonic
Stephen Tudor [Wed, 25 Jan 2017 05:25:17 +0000 (00:25 -0500)]
Add smt keymap for Preonic

7 years agoMerge remote-tracking branch 'upstream/master'
Brendan Johan Lee [Tue, 24 Jan 2017 20:56:18 +0000 (21:56 +0100)]
Merge remote-tracking branch 'upstream/master'

7 years ago[deadcyclo layout] Added unicode layer
Brendan Johan Lee [Tue, 24 Jan 2017 20:54:34 +0000 (21:54 +0100)]
[deadcyclo layout] Added unicode layer

7 years ago[deadcyclo layout] Added support for ergodox ez shine
Brendan Johan Lee [Tue, 24 Jan 2017 18:10:35 +0000 (19:10 +0100)]
[deadcyclo layout] Added support for ergodox ez shine

7 years agoMerge pull request #1014 from SjB/lcd_mods_status
Jack Humbert [Tue, 24 Jan 2017 05:34:55 +0000 (00:34 -0500)]
Merge pull request #1014 from SjB/lcd_mods_status

added mods status bit to visualizer.

7 years agoupdated all the other keymaps to support the new changes.
SjB [Tue, 24 Jan 2017 05:24:01 +0000 (00:24 -0500)]
updated all the other keymaps to support the new changes.

qmk firmware requires the matrix_init_user and matrix_scan_user
function to be implementated. Added these function to all the existing
keymaps.

7 years agospeeding up (un)register_code16
SjB [Sat, 21 Jan 2017 07:01:55 +0000 (02:01 -0500)]
speeding up (un)register_code16

In register_code16 and unregister_code16 we call register_code and
unregister_code twice, once for the mods and once for the keycode.
The (un)register_code have many check to see that keycode we have sent
however because we know that we are sending it a mods key, why not
just skip all of it and call (un)register_mods instead. This will skip
alot of checks and should speedup the loop a little.

7 years agofix: infinity60 keyboard was not using quantum features.
SjB [Tue, 24 Jan 2017 03:01:33 +0000 (22:01 -0500)]
fix: infinity60 keyboard was not using quantum features.

the quantum matrix codes where not being initialized or/and called
so no feature of the quantum firmware could be used. These codes have
been added and now we can enjoy the quantum firmware goodness.

7 years agoCompare Makefile with itself instead of using `--help`
Dylan Scott [Tue, 8 Nov 2016 20:45:20 +0000 (07:45 +1100)]
Compare Makefile with itself instead of using `--help`

7 years agoturn off rgb_midi in ez
Jack Humbert [Mon, 23 Jan 2017 18:55:24 +0000 (13:55 -0500)]
turn off rgb_midi in ez

7 years agoMerge pull request #1026 from TerryMathews/master
Jack Humbert [Mon, 23 Jan 2017 05:33:29 +0000 (00:33 -0500)]
Merge pull request #1026 from TerryMathews/master

Let's Split: More code cleanup

7 years agoMore code cleanup
TerryMathews [Mon, 23 Jan 2017 03:06:53 +0000 (22:06 -0500)]
More code cleanup

Missed a few commented out vestigal defines in revx/config.h that had
been moved to keymap/serial and i2c.

7 years agoMerge pull request #1018 from hot-leaf-juice/master
Jack Humbert [Mon, 23 Jan 2017 00:01:34 +0000 (19:01 -0500)]
Merge pull request #1018 from hot-leaf-juice/master

simplified my keymap

7 years agoMore keyboard map tweaking (#1019)
Christopher Browne [Mon, 23 Jan 2017 00:01:07 +0000 (19:01 -0500)]
More keyboard map tweaking (#1019)

* Add HOME/END keys as upper/lower on arrow-up/down

* Reduce .hex file size by turning off unneeded options

* Put digit keypad onto left hand upon RAISE; this will sometimes be preferable to double-hits of right hand

7 years agoMerge pull request #1020 from remigius42/master
Jack Humbert [Sun, 22 Jan 2017 23:59:57 +0000 (18:59 -0500)]
Merge pull request #1020 from remigius42/master

Swiss German layout for Ergodox EZ & Infinity

7 years agoMerge pull request #1022 from lucwastiaux/master
Jack Humbert [Sun, 22 Jan 2017 23:59:12 +0000 (18:59 -0500)]
Merge pull request #1022 from lucwastiaux/master

Improvements to Dvorak Programmer Ergodox keymap

7 years agoMerge pull request #1021 from luizribeiro/ps2avrGB
Jack Humbert [Sun, 22 Jan 2017 23:58:46 +0000 (18:58 -0500)]
Merge pull request #1021 from luizribeiro/ps2avrGB

Support for ps2avrGB / winkeyless.kr boards

7 years agoMerge pull request #1023 from TerryMathews/master
Jack Humbert [Sun, 22 Jan 2017 23:57:44 +0000 (18:57 -0500)]
Merge pull request #1023 from TerryMathews/master

Corrects Let's Split code

7 years agoMissed commenting out notes at end of line
TerryMathews [Sun, 22 Jan 2017 20:57:30 +0000 (15:57 -0500)]
Missed commenting out notes at end of line

7 years agoFixed keymap matrix on rev2
TerryMathews [Sun, 22 Jan 2017 20:50:08 +0000 (15:50 -0500)]
Fixed keymap matrix on rev2

* Fixed keymap matrix in rev2 so that left half and right half match
when in same orientation.

7 years agoCreated lines to uncomment keyboards built upside down
TerryMathews [Sun, 22 Jan 2017 20:46:43 +0000 (15:46 -0500)]
Created lines to uncomment keyboards built upside down

* Reverses column order to fix left-to-right key order that occurs if
PCB assembled upside down.

7 years agoRefactor code to eliminate duplicate defines
TerryMathews [Sun, 22 Jan 2017 20:37:48 +0000 (15:37 -0500)]
Refactor code to eliminate duplicate defines

* Moved duplicated defines out of inappropriate source files (matrix
pins in keymap subdirectory)
* Eliminated default keymap directory
* Hardcoded serial keymap to use serial defines and EE_CONFIG
* Hardcoded i2c keymap to use i2c defines

7 years agoUpgrade AVR 8-bit Toolchain to 3.5.4 on Travis
Luiz Ribeiro [Sun, 22 Jan 2017 17:06:14 +0000 (12:06 -0500)]
Upgrade AVR 8-bit Toolchain to 3.5.4 on Travis

7 years agoSG Ergodox layout: Updated layout documentation
Andreas Schmidt [Sun, 22 Jan 2017 11:57:58 +0000 (12:57 +0100)]
SG Ergodox layout: Updated layout documentation

- Swiss German Ergodox layout:
    Updated layout documentation based on previous
    layout changes.

7 years agoSG Ergodox layout: Fixed ENTER key mapping
Andreas Schmidt [Sun, 22 Jan 2017 11:43:46 +0000 (12:43 +0100)]
SG Ergodox layout: Fixed ENTER key mapping

- Swiss German Ergodox layout:
    Additional ENTER key was mapped to wrong layer
    and keyboard half.

7 years agoSG Ergodox layout: Minor code formatting changes
Andreas Schmidt [Sun, 22 Jan 2017 11:35:24 +0000 (12:35 +0100)]
SG Ergodox layout: Minor code formatting changes

- Swiss German Ergodox layout:
    Removed unnecessary spaces.

7 years agoSG Ergodox layout: Add ENTER to left keyboard
Andreas Schmidt [Sun, 22 Jan 2017 11:32:40 +0000 (12:32 +0100)]
SG Ergodox layout: Add ENTER to left keyboard

- Swiss German Ergodox layout:
    Added ENTER key to left keyboard half on media layer
    such that the enter key is available on both halves to
    be able to flash both halves without an additional keyboard.

7 years agoSG Ergodox layout: Add <br/> macro to media layer
Andreas Schmidt [Sun, 22 Jan 2017 11:30:18 +0000 (12:30 +0100)]
SG Ergodox layout: Add <br/> macro to media layer

- Added <br/> macro to media layer of Swiss German layout
    for Ergodox

7 years agodocument BRACKETS and SHELL_LAYER
lucwastiaux [Sun, 22 Jan 2017 02:32:17 +0000 (10:32 +0800)]
document BRACKETS and SHELL_LAYER

7 years agoAdded a copyright header to the default keymap... ¯\_(ツ)_/¯
Luiz Ribeiro [Sat, 21 Jan 2017 23:23:44 +0000 (18:23 -0500)]
Added a copyright header to the default keymap... ¯\_(ツ)_/¯

7 years agoSlightly saner default keymap for ps2avrGB and removed some unused code
Luiz Ribeiro [Sat, 21 Jan 2017 23:15:39 +0000 (18:15 -0500)]
Slightly saner default keymap for ps2avrGB and removed some unused code

7 years agoSimplified and polished a bit the code changes on tmk_core
Luiz Ribeiro [Sat, 21 Jan 2017 22:09:17 +0000 (17:09 -0500)]
Simplified and polished a bit the code changes on tmk_core

7 years agoRenamed JSON source of Ergodox Swiss German
Andreas Schmidt [Sat, 21 Jan 2017 19:58:28 +0000 (20:58 +0100)]
Renamed JSON source of Ergodox Swiss German

- Renamed the JSON source files for the layout description of
    the Ergodox Swiss German keymap

7 years agoCorrect layout description of ergodox swissgerman
Andreas Schmidt [Sat, 21 Jan 2017 19:55:18 +0000 (20:55 +0100)]
Correct layout description of ergodox swissgerman

- Added missing HTML macros to media layer.

7 years agoRemoved Ergodox EZ & Infinity specific keymaps
Andreas Schmidt [Sat, 21 Jan 2017 19:22:24 +0000 (20:22 +0100)]
Removed Ergodox EZ & Infinity specific keymaps

- Removed the keymaps for Swiss German spefic for Ergodox EZ
    and Infinity after previously merging them.

7 years agoMerged keymap for Ergodox EZ & Infinity
Andreas Schmidt [Sat, 21 Jan 2017 19:20:47 +0000 (20:20 +0100)]
Merged keymap for Ergodox EZ & Infinity

- Merged keymap for Ergodox EZ & Infinity into one single
    keymap using pre-processor macros.

7 years agoSimplification and code polish on ps2avrGB directory
Luiz Ribeiro [Sat, 21 Jan 2017 18:44:36 +0000 (13:44 -0500)]
Simplification and code polish on ps2avrGB directory

7 years agoGot ps2avrGB to work with the V-USB protocol
Luiz Ribeiro [Sat, 21 Jan 2017 17:30:06 +0000 (12:30 -0500)]
Got ps2avrGB to work with the V-USB protocol

7 years agomake shell layer more compatible with default layer
lucwastiaux [Sat, 21 Jan 2017 15:42:23 +0000 (23:42 +0800)]
make shell layer more compatible with default layer

7 years agoAdd Swiss German layout for Ergodox Infinity
Andreas Schmidt [Sat, 21 Jan 2017 15:24:41 +0000 (16:24 +0100)]
Add Swiss German layout for Ergodox Infinity

- Add Swiss German layout for Ergodox Infinity based on default
    layout for Ergodox EZ.
- Minor changes in the event loop to prevent flashing display
    background lights.

7 years agoAdd Swiss German layout for Ergodox EZ
Andreas Schmidt [Sat, 21 Jan 2017 15:22:40 +0000 (16:22 +0100)]
Add Swiss German layout for Ergodox EZ

- Add Swiss German layout for Ergodox EZ based on default
    layout for Ergodox EZ.
- Minor changes in the event loop to prevent flashing of leds.

7 years agocouple of changes to the shell layer
lucwastiaux [Sat, 21 Jan 2017 15:15:37 +0000 (23:15 +0800)]
couple of changes to the shell layer

7 years agosimplify
Callum Oakley [Fri, 20 Jan 2017 21:22:18 +0000 (21:22 +0000)]
simplify

7 years agointroduce shell_layer
lucwastiaux [Thu, 19 Jan 2017 14:45:30 +0000 (22:45 +0800)]
introduce shell_layer

7 years agoMerge pull request #1016 from arthurnn/patch-1
Jack Humbert [Thu, 19 Jan 2017 02:28:43 +0000 (21:28 -0500)]
Merge pull request #1016 from arthurnn/patch-1

this is the atreus doc

7 years agothis is the atreus doc
Arthur Nogueira Neves [Thu, 19 Jan 2017 02:12:02 +0000 (21:12 -0500)]
this is the atreus doc

7 years agoadded mods status bit to visualizer.
SjB [Wed, 18 Jan 2017 02:47:07 +0000 (21:47 -0500)]
added mods status bit to visualizer.

Since we can't read the real_mods and oneshot_mods static variable
directly within the update_user_visualizer_state
function (Threading and serial link). We are know storing the mods
states in the visualizer_keyboard_status_t structure. We can now
display the status of the modifier keys on the LCD display.

7 years agoMerge pull request #1013 from mitchlloyd/mitch-keymap-update
Jack Humbert [Tue, 17 Jan 2017 21:38:31 +0000 (16:38 -0500)]
Merge pull request #1013 from mitchlloyd/mitch-keymap-update

Update mitch layout for new keymaps

7 years agoUpdate mitch layout for new keymaps
Mitch Lloyd [Tue, 17 Jan 2017 20:48:58 +0000 (12:48 -0800)]
Update mitch layout for new keymaps

7 years agoput shell nav under tab, introduce an OSL for the brackets layer
lucwastiaux [Tue, 17 Jan 2017 12:34:05 +0000 (20:34 +0800)]
put shell nav under tab, introduce an OSL for the brackets layer

7 years agooneshot timeout would only timeout after an event.
SjB [Mon, 16 Jan 2017 04:12:42 +0000 (23:12 -0500)]
oneshot timeout would only timeout after an event.

After setting a ONESHOT_TIMEOUT value, the oneshot layer state would
not expire without an event being triggered (key pressed). The reason
was that in the process_record function we would return priort to
execute the process_action function if it detected a NOEVENT cycle. The
process_action contained the codes to timeout the oneshot layer state.
The codes to clear the oneshot layer state have been move just in
front of where we check for the NOEVENT cycle in the process_record
function.

7 years agoMerge pull request #987 from belak/belak/whitefox-initial-support
Jack Humbert [Sun, 15 Jan 2017 06:14:02 +0000 (01:14 -0500)]
Merge pull request #987 from belak/belak/whitefox-initial-support

Initial whitefox support

7 years agoMerge pull request #996 from milestogo/master
Jack Humbert [Sun, 15 Jan 2017 06:13:15 +0000 (01:13 -0500)]
Merge pull request #996 from milestogo/master

kinesis keyboard with subdirectories for different hardware - matches pull #911

7 years agoMerge pull request #999 from deadcyclo/master
Jack Humbert [Sun, 15 Jan 2017 06:12:21 +0000 (01:12 -0500)]
Merge pull request #999 from deadcyclo/master

Adds layer images to the deadcyclo layout readme

7 years agoMerge pull request #1003 from mneme/master
Jack Humbert [Sun, 15 Jan 2017 06:12:04 +0000 (01:12 -0500)]
Merge pull request #1003 from mneme/master

Layout "Mneme" for Atreus62

7 years agoMerge pull request #1005 from kd0kkv/patch-1
Jack Humbert [Sun, 15 Jan 2017 06:11:38 +0000 (01:11 -0500)]
Merge pull request #1005 from kd0kkv/patch-1

Update keymap.c

7 years agoMerge pull request #1006 from Vifon/master
Jack Humbert [Sun, 15 Jan 2017 06:11:04 +0000 (01:11 -0500)]
Merge pull request #1006 from Vifon/master

Update the vifon keymap

7 years agoMerge pull request #1007 from bryan4887/bryan
Jack Humbert [Sun, 15 Jan 2017 06:10:39 +0000 (01:10 -0500)]
Merge pull request #1007 from bryan4887/bryan

Added Bryan's keymap

7 years agoMerge pull request #1009 from getclacking/master
Jack Humbert [Sun, 15 Jan 2017 06:09:50 +0000 (01:09 -0500)]
Merge pull request #1009 from getclacking/master

Typo fix

7 years agoTypo fix
Jason Milkins [Sun, 15 Jan 2017 06:08:17 +0000 (14:08 +0800)]
Typo fix

7 years agoAdded Bryan's keymap
Bryan Hernandez [Sat, 14 Jan 2017 03:35:09 +0000 (21:35 -0600)]
Added Bryan's keymap

7 years agoMerge pull request #1004 from jackhumbert/hf/scmd
Erez Zukerman [Sat, 14 Jan 2017 02:16:10 +0000 (21:16 -0500)]
Merge pull request #1004 from jackhumbert/hf/scmd

Adds SCMD and SCMD_T

7 years agoUpdate quantum_keycodes.h
Jack Humbert [Fri, 13 Jan 2017 19:04:51 +0000 (14:04 -0500)]
Update quantum_keycodes.h

7 years agoUpdate the vifon keymap
Wojciech Siewierski [Sun, 18 Dec 2016 00:39:41 +0000 (01:39 +0100)]
Update the vifon keymap

7 years agoUpdate keymap.c
kd0kkv [Fri, 13 Jan 2017 14:30:46 +0000 (08:30 -0600)]
Update keymap.c

Fixed the default querty layout to have a B button and just one F

7 years agoUpdate makefile.
David Olsson [Thu, 12 Jan 2017 15:00:09 +0000 (16:00 +0100)]
Update makefile.
Readme.

7 years ago- Change docs to match keymap.
David Olsson [Thu, 12 Jan 2017 14:36:14 +0000 (15:36 +0100)]
- Change docs to match keymap.
- Switched around modifiers on the function layer to match muscle memory.
- Added support for application switching.

7 years agoA shot at aliasing
Erez Zukerman [Thu, 12 Jan 2017 12:38:07 +0000 (07:38 -0500)]
A shot at aliasing

7 years agoAdds SCMD and SCMD_T
Erez Zukerman [Thu, 12 Jan 2017 02:57:41 +0000 (21:57 -0500)]
Adds SCMD and SCMD_T

7 years agoRemove comments and change to correct KN_PLUS instead of KC_PLUS.
David Olsson [Wed, 11 Jan 2017 23:14:42 +0000 (00:14 +0100)]
Remove comments and change to correct KN_PLUS instead of KC_PLUS.

7 years agoLink fix in readme.
David Olsson [Wed, 11 Jan 2017 22:43:13 +0000 (23:43 +0100)]
Link fix in readme.