]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
7 years agoUpdate matrix.c
ishtob [Wed, 22 Mar 2017 19:47:53 +0000 (15:47 -0400)]
Update matrix.c

7 years agoUpdate split_util.c
ishtob [Wed, 22 Mar 2017 19:45:45 +0000 (15:45 -0400)]
Update split_util.c

7 years agoUpdate matrix.c
ishtob [Wed, 22 Mar 2017 19:45:15 +0000 (15:45 -0400)]
Update matrix.c

7 years agoOLED code cleanup
ishtob [Wed, 22 Mar 2017 19:19:01 +0000 (15:19 -0400)]
OLED code cleanup

7 years agoAdd files via upload
ishtob [Wed, 22 Mar 2017 19:14:33 +0000 (15:14 -0400)]
Add files via upload

7 years agoOLED code cleanup
ishtob [Wed, 22 Mar 2017 19:11:03 +0000 (15:11 -0400)]
OLED code cleanup

7 years agoAdded OLED SSD1306 support to I2C
ishtob [Wed, 22 Mar 2017 19:04:11 +0000 (15:04 -0400)]
Added OLED SSD1306 support to I2C

7 years agoMerged Fliphalf, now defined in config, added OLED
ishtob [Wed, 22 Mar 2017 19:02:49 +0000 (15:02 -0400)]
Merged Fliphalf, now defined in config, added OLED

Can now use the following in the keymap config.h to call the flipped matrix

```
#define FLIPHALF
```

7 years agoDelete rules.mk
ishtob [Wed, 22 Mar 2017 19:00:00 +0000 (15:00 -0400)]
Delete rules.mk

7 years agoDelete rev2fliphalf.h
ishtob [Wed, 22 Mar 2017 18:59:54 +0000 (14:59 -0400)]
Delete rev2fliphalf.h

7 years agoDelete rev2fliphalf.c
ishtob [Wed, 22 Mar 2017 18:59:42 +0000 (14:59 -0400)]
Delete rev2fliphalf.c

7 years agoDelete config.h
ishtob [Wed, 22 Mar 2017 18:59:32 +0000 (14:59 -0400)]
Delete config.h

7 years agoDelete Makefile
ishtob [Wed, 22 Mar 2017 18:59:20 +0000 (14:59 -0400)]
Delete Makefile

7 years agoAdd files via upload
ishtob [Wed, 22 Mar 2017 18:55:13 +0000 (14:55 -0400)]
Add files via upload

7 years agoFix a typo
skullY [Wed, 22 Mar 2017 05:24:34 +0000 (22:24 -0700)]
Fix a typo

7 years agoAdd #1170 to all the clueboard keymaps
skullY [Wed, 22 Mar 2017 05:06:47 +0000 (22:06 -0700)]
Add #1170 to all the clueboard keymaps

7 years agoMerge pull request #1170 from tengg/master
skullydazed [Wed, 22 Mar 2017 04:54:24 +0000 (21:54 -0700)]
Merge pull request #1170 from tengg/master

fixed a bug related to mod + Grave with combined ESC/Grave key

7 years agotypo fixed
tengg [Wed, 22 Mar 2017 04:33:44 +0000 (00:33 -0400)]
typo fixed

7 years agofix typo
tengg [Wed, 22 Mar 2017 04:28:59 +0000 (00:28 -0400)]
fix typo

7 years agofixed a bug related to mod + Grave with combined ESC/Grave key
tengg [Wed, 22 Mar 2017 04:03:30 +0000 (00:03 -0400)]
fixed a bug related to mod + Grave with combined ESC/Grave key

This only applies to keymaps that has combined esc/grave. Here we call it theKEY.
Think about the motion when we do shift + theKEY (typing ~), or CMD + theKEY (switching window on MAC). Based on the original code, we must do following sequence:  press shift -> press theKEY -> release theKEY -> release shift. However, it is very possible and natural that we do this stroke sequence instead: press shift -> press theKEY -> release shift -> release theKEY.

If we do the 2nd stroke sequence, the code will del_key(ESC) instead of (GRV) when we release theKEY. This caused some inconvenient issues and ghost typing.

By adding a flag, this issue is eliminated and will not affect any other functions.

7 years agoUse single _FUNC layer. Move RESET and base layout-changing keys to _FUNC.
Stephen Tudor [Mon, 20 Mar 2017 18:12:43 +0000 (14:12 -0400)]
Use single _FUNC layer. Move RESET and base layout-changing keys to _FUNC.

7 years agoMerge branch 'master' of https://github.com/Khord/qmk_firmware
Dylan Khor [Mon, 20 Mar 2017 17:16:19 +0000 (13:16 -0400)]
Merge branch 'master' of https://github.com/Khord/qmk_firmware

7 years agoadd pgup, pgdn, home, end
Dylan Khor [Mon, 20 Mar 2017 17:14:48 +0000 (13:14 -0400)]
add pgup, pgdn, home, end

7 years agoRemove tap-dance. Raise will be accessed via holding shift while lower is active
Stephen Tudor [Mon, 20 Mar 2017 11:43:45 +0000 (07:43 -0400)]
Remove tap-dance. Raise will be accessed via holding shift while lower is active

7 years agoUse normal backtick in ESC spot - I've mapped ESC to caps lock
Stephen Tudor [Mon, 20 Mar 2017 11:43:24 +0000 (07:43 -0400)]
Use normal backtick in ESC spot - I've mapped ESC to caps lock

7 years agoFix shift tap-dance (can't use one-shot layer)
Stephen Tudor [Mon, 20 Mar 2017 11:26:28 +0000 (07:26 -0400)]
Fix shift tap-dance (can't use one-shot layer)

7 years agoclean up config
Gabriel Young [Mon, 20 Mar 2017 04:18:15 +0000 (21:18 -0700)]
clean up config

7 years agoclean up docs and provide defaults for keymap
Gabriel Young [Mon, 20 Mar 2017 04:11:17 +0000 (21:11 -0700)]
clean up docs and provide defaults for keymap

7 years agoupdate docs
Gabriel Young [Mon, 20 Mar 2017 03:56:45 +0000 (20:56 -0700)]
update docs

7 years agofix whitespace
Gabriel Young [Mon, 20 Mar 2017 03:46:56 +0000 (20:46 -0700)]
fix whitespace

7 years agosupport LEDs
Gabriel Young [Mon, 20 Mar 2017 03:45:10 +0000 (20:45 -0700)]
support LEDs

7 years agoSwap rows and columns to match the schematic
Gabriel Young [Mon, 20 Mar 2017 03:33:41 +0000 (20:33 -0700)]
Swap rows and columns to match the schematic

7 years agostart to define keymap; annoying because rows and columns are swapped from schematic
Gabriel Young [Mon, 20 Mar 2017 02:55:55 +0000 (19:55 -0700)]
start to define keymap; annoying because rows and columns are swapped from schematic

7 years agosuccessfully read data from the matrix
Gabriel Young [Sun, 19 Mar 2017 22:59:21 +0000 (15:59 -0700)]
successfully read data from the matrix

7 years agoMissing comma
Dylan Khor [Sun, 19 Mar 2017 00:14:43 +0000 (00:14 +0000)]
Missing comma

7 years agoDon't feel like tap dancing arrows anymore
Dylan Khor [Sun, 19 Mar 2017 00:07:48 +0000 (00:07 +0000)]
Don't feel like tap dancing arrows anymore

7 years agosketch out frosty flake matrix using custom matrix.c based on kitten paw
Gabriel Young [Sat, 18 Mar 2017 23:19:10 +0000 (16:19 -0700)]
sketch out frosty flake matrix using custom matrix.c based on kitten paw

7 years agoboilerplate project created with new_project.sh
Gabriel Young [Sat, 18 Mar 2017 22:38:03 +0000 (15:38 -0700)]
boilerplate project created with new_project.sh

7 years agoMerge branch 'qmk/master'
Gabriel Young [Sat, 18 Mar 2017 21:48:27 +0000 (14:48 -0700)]
Merge branch 'qmk/master'

7 years agoAdded KC_KEYMAP macro for old style keymaps in Atreus62
jprmesh [Wed, 15 Mar 2017 20:48:31 +0000 (13:48 -0700)]
Added KC_KEYMAP macro for old style keymaps in Atreus62

7 years agotap dance working for esc and arrows
Dylan Khor [Thu, 16 Mar 2017 18:13:53 +0000 (18:13 +0000)]
tap dance working for esc and arrows

7 years agoremove const
Dylan Khor [Thu, 16 Mar 2017 17:36:31 +0000 (17:36 +0000)]
remove const

7 years agotest td changes
Dylan Khor [Thu, 16 Mar 2017 17:27:26 +0000 (13:27 -0400)]
test td changes

7 years agotest fixes for tap dane
Dylan Khor [Thu, 16 Mar 2017 17:07:01 +0000 (13:07 -0400)]
test fixes for tap dane

7 years agotest tap dance
Dylan Khor [Thu, 16 Mar 2017 16:44:56 +0000 (12:44 -0400)]
test tap dance

7 years agoadd config.h for customization
Dylan Khor [Thu, 16 Mar 2017 16:24:31 +0000 (12:24 -0400)]
add config.h for customization

7 years agoadded custom tones
Dylan Khor [Thu, 16 Mar 2017 04:11:47 +0000 (04:11 +0000)]
added custom tones

7 years agoUpdate config.h
Jack Humbert [Thu, 16 Mar 2017 03:51:56 +0000 (23:51 -0400)]
Update config.h

7 years agoUpdate config.h
Jack Humbert [Thu, 16 Mar 2017 03:49:38 +0000 (23:49 -0400)]
Update config.h

7 years agotest
Dylan Khor [Thu, 16 Mar 2017 03:46:26 +0000 (03:46 +0000)]
test

7 years agoAdd Makefile
Dylan Khor [Thu, 16 Mar 2017 03:09:17 +0000 (23:09 -0400)]
Add Makefile

7 years agoAdd custom keycap
Dylan Khor [Thu, 16 Mar 2017 03:07:29 +0000 (23:07 -0400)]
Add custom keycap

7 years agoMerge pull request #1152 from UnintendedFeature/bugfix/issue1151
Jack Humbert [Wed, 15 Mar 2017 15:18:32 +0000 (11:18 -0400)]
Merge pull request #1152 from UnintendedFeature/bugfix/issue1151

readme keymap.h to quantum_keycodes.h

7 years agoMerge pull request #1090 from qmk/backlight_softpwm
Jack Humbert [Wed, 15 Mar 2017 15:17:07 +0000 (11:17 -0400)]
Merge pull request #1090 from qmk/backlight_softpwm

Adds soft PWM backlight for non-timed ports

7 years agoMerge pull request #1146 from khogeland/master
Jack Humbert [Wed, 15 Mar 2017 15:13:16 +0000 (11:13 -0400)]
Merge pull request #1146 from khogeland/master

Colemak layout for Clueboard

7 years agoMerge pull request #1147 from nooges/numpad20
Jack Humbert [Wed, 15 Mar 2017 15:12:52 +0000 (11:12 -0400)]
Merge pull request #1147 from nooges/numpad20

Add handwired 20-key Numpad

7 years agoMerge pull request #1150 from nooges/ortho5x13
Jack Humbert [Wed, 15 Mar 2017 15:12:30 +0000 (11:12 -0400)]
Merge pull request #1150 from nooges/ortho5x13

Add handwired 5x13 ortholinear keyboard

7 years agoMerge pull request #1148 from nooges/hexwire-lets-split
Jack Humbert [Wed, 15 Mar 2017 15:12:01 +0000 (11:12 -0400)]
Merge pull request #1148 from nooges/hexwire-lets-split

Add Hexwire layout for Let's Split

7 years agoMerge pull request #1155 from deadcyclo/master
Jack Humbert [Wed, 15 Mar 2017 15:11:35 +0000 (11:11 -0400)]
Merge pull request #1155 from deadcyclo/master

Worked on deadcyclo layout

7 years agoMerge pull request #1145 from smt/smt/lets_split
Jack Humbert [Wed, 15 Mar 2017 15:00:06 +0000 (11:00 -0400)]
Merge pull request #1145 from smt/smt/lets_split

Add smt keymap for Let's Split (based on serial)

7 years agoMerge pull request #1144 from milestogo/sculpt2
Jack Humbert [Wed, 15 Mar 2017 14:59:34 +0000 (10:59 -0400)]
Merge pull request #1144 from milestogo/sculpt2

Microsoft sculpt mobile handwire and new shortcuts macro library

7 years agoupdate for infinity
Jack Humbert [Wed, 15 Mar 2017 14:57:24 +0000 (10:57 -0400)]
update for infinity

7 years agoAdd RGB underglow, move keys to allow Adjust layer to be reached
Danny Nguyen [Tue, 14 Mar 2017 13:51:48 +0000 (09:51 -0400)]
Add RGB underglow, move keys to allow Adjust layer to be reached

7 years agoUpdate readme.md
Jack Humbert [Mon, 13 Mar 2017 16:12:09 +0000 (12:12 -0400)]
Update readme.md

7 years agoMerge pull request #1154 from dennistruemper/neo2_on_qwerz_hardware
Erez Zukerman [Sun, 12 Mar 2017 17:50:31 +0000 (13:50 -0400)]
Merge pull request #1154 from dennistruemper/neo2_on_qwerz_hardware

Neo2 on qwertz hardware

7 years agoUpdate readme and default layout for TADA68
James Barrett [Sun, 12 Mar 2017 06:09:50 +0000 (22:09 -0800)]
Update readme and default layout for TADA68

Add the default function layer mappings for the keyboard.

Provide flashing instructions in the readme.

7 years ago[deadcyclo layout] fix an error in layer illustration
Brendan Johan Lee [Sat, 11 Mar 2017 11:27:46 +0000 (12:27 +0100)]
[deadcyclo layout] fix an error in layer illustration

7 years ago[deadcyclo layout] Added second unicode layer, more sane layer switches
Brendan Johan Lee [Sat, 11 Mar 2017 11:22:38 +0000 (12:22 +0100)]
[deadcyclo layout] Added second unicode layer, more sane layer switches

7 years agoremove typo from folder name
Dennis Trümper [Sat, 11 Mar 2017 11:09:30 +0000 (12:09 +0100)]
remove typo from folder name

7 years agoupdate documentation
Dennis Trümper [Sat, 11 Mar 2017 10:44:39 +0000 (11:44 +0100)]
update documentation

7 years agochange layer 3 on right thumb back to layer 1
Dennis Trümper [Sat, 11 Mar 2017 09:31:22 +0000 (10:31 +0100)]
change layer 3 on right thumb back to layer 1

7 years agoworking but some documentation needed
Dennis Trümper [Fri, 10 Mar 2017 23:02:39 +0000 (00:02 +0100)]
working but some documentation needed

7 years agoForsake spacefn in favor of left shift tapdance. Move media controls.
Stephen Tudor [Fri, 10 Mar 2017 21:10:05 +0000 (16:10 -0500)]
Forsake spacefn in favor of left shift tapdance. Move media controls.

7 years agoAdd smt keymap for Satan 'GH60'
Stephen Tudor [Thu, 9 Mar 2017 18:58:33 +0000 (13:58 -0500)]
Add smt keymap for Satan 'GH60'

7 years agoreadme keymap.h to quantum_keycodes.h
Lukas Stiebig [Thu, 9 Mar 2017 18:41:14 +0000 (19:41 +0100)]
readme keymap.h to quantum_keycodes.h

Changed the quantum/keymap.h to quantum/quantum_keycodes.h because this seems to be the file where they keycodes are defined.

7 years agoAdd handwired 5x13 ortholinear keyboard
Danny Nguyen [Thu, 9 Mar 2017 17:02:05 +0000 (12:02 -0500)]
Add handwired 5x13 ortholinear keyboard

7 years agoInitial commit for handwired numpad
Danny Nguyen [Thu, 9 Mar 2017 14:21:25 +0000 (09:21 -0500)]
Initial commit for handwired numpad

7 years agoAdd readme for layout
Danny Nguyen [Thu, 9 Mar 2017 14:52:33 +0000 (09:52 -0500)]
Add readme for layout

7 years agoConvert keymap to compact version
Danny Nguyen [Tue, 7 Mar 2017 20:39:59 +0000 (15:39 -0500)]
Convert keymap to compact version

7 years agoAdd hexwire layout for Let’s Split
Danny Nguyen [Tue, 7 Mar 2017 18:30:32 +0000 (13:30 -0500)]
Add hexwire layout for Let’s Split

7 years agoColemak layout for Clueboard
Kevin Hogeland [Thu, 9 Mar 2017 10:40:01 +0000 (02:40 -0800)]
Colemak layout for Clueboard

7 years agoUpdate smt keymap READMEs
Stephen Tudor [Thu, 9 Mar 2017 04:16:58 +0000 (23:16 -0500)]
Update smt keymap READMEs

7 years agoTweaks keymap to reset on boot
Erez Zukerman [Thu, 9 Mar 2017 00:43:10 +0000 (19:43 -0500)]
Tweaks keymap to reset on boot

7 years agoMerge branch 'master' into sculpt2
milestogo [Wed, 8 Mar 2017 23:51:30 +0000 (15:51 -0800)]
Merge branch 'master' into sculpt2

7 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
milestogo [Wed, 8 Mar 2017 23:50:46 +0000 (15:50 -0800)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

7 years agodocs for babblepaste
milestogo [Wed, 8 Mar 2017 23:48:39 +0000 (15:48 -0800)]
docs for babblepaste

7 years agoMerge pull request #1137 from Skrymir/patch-1
Jack Humbert [Wed, 8 Mar 2017 23:37:30 +0000 (18:37 -0500)]
Merge pull request #1137 from Skrymir/patch-1

Fixed minor error in ergodox infinity section.

7 years agoMerge pull request #1138 from nooges/magicforce68
Jack Humbert [Wed, 8 Mar 2017 23:37:09 +0000 (18:37 -0500)]
Merge pull request #1138 from nooges/magicforce68

Add Handwired Magicforce68

7 years agoMerge pull request #1140 from stites/freebsd
Jack Humbert [Wed, 8 Mar 2017 23:36:34 +0000 (18:36 -0500)]
Merge pull request #1140 from stites/freebsd

Add FreeBSD support in "util/install_dependencies.sh"

7 years agoMerge pull request #1142 from guni77/my_keymap
Jack Humbert [Wed, 8 Mar 2017 23:35:37 +0000 (18:35 -0500)]
Merge pull request #1142 from guni77/my_keymap

My keymap

7 years agoMerge pull request #1143 from UnintendedFeature/feature/keymap-german-lukas
Jack Humbert [Wed, 8 Mar 2017 23:30:23 +0000 (18:30 -0500)]
Merge pull request #1143 from UnintendedFeature/feature/keymap-german-lukas

keymap german lukas

7 years agoUpdate smt keymaps for consistency
Stephen Tudor [Wed, 8 Mar 2017 21:00:23 +0000 (16:00 -0500)]
Update smt keymaps for consistency

7 years agoreadme
Lukas Stiebig [Wed, 8 Mar 2017 20:14:16 +0000 (21:14 +0100)]
readme

Added a readme.md file for the keymap german-lukas.

7 years agoCorrected the description of the layer
Lukas Stiebig [Wed, 8 Mar 2017 20:09:51 +0000 (21:09 +0100)]
Corrected the description of the layer

Corrected the description of the Shortcuts layer.

7 years agoAdded german-lukas
Lukas Stiebig [Wed, 8 Mar 2017 19:58:55 +0000 (20:58 +0100)]
Added german-lukas

Added my keymap called germman-lukas.

7 years agoLeft control and alt
Lukas Stiebig [Wed, 8 Mar 2017 19:41:35 +0000 (20:41 +0100)]
Left control and alt

Use the left control and the left alt key.

7 years agoadded readme file
Gunther Gruber [Wed, 8 Mar 2017 10:13:19 +0000 (11:13 +0100)]
added readme file

7 years agofix stupid error w/ mode switch
milestogo [Wed, 8 Mar 2017 09:25:33 +0000 (01:25 -0800)]
fix stupid error w/ mode switch

7 years agoadded browser babble, removed code from keymap
milestogo [Wed, 8 Mar 2017 09:06:25 +0000 (01:06 -0800)]
added browser babble, removed code from keymap

7 years agoFix function layer actions
Danny Nguyen [Wed, 8 Mar 2017 04:08:44 +0000 (23:08 -0500)]
Fix function layer actions