]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
7 years agosimplified lock led function
jpetermans [Sat, 29 Apr 2017 16:22:40 +0000 (09:22 -0700)]
simplified lock led function

7 years agoSimplified processing in led_controller; more control at user level.
jpetermans [Thu, 27 Apr 2017 06:12:25 +0000 (23:12 -0700)]
Simplified processing in led_controller; more control at user level.

7 years agomore stable lock led process, added debugging code
jpetermans [Sat, 15 Apr 2017 21:37:55 +0000 (14:37 -0700)]
more stable lock led process, added debugging code

7 years agoAdded backlight step functionality
jpetermans [Sat, 15 Apr 2017 01:20:12 +0000 (18:20 -0700)]
Added backlight step functionality

7 years agofixed bit shift in led_set_bit
jpetermans [Fri, 14 Apr 2017 00:51:37 +0000 (17:51 -0700)]
fixed bit shift in led_set_bit

7 years agomore flexible led processing functions, all and on/off/toggle
jpetermans [Fri, 14 Apr 2017 00:15:24 +0000 (17:15 -0700)]
more flexible led processing functions, all and on/off/toggle
functioning

7 years agoUpdated lock led init
jpetermans [Thu, 13 Apr 2017 06:32:38 +0000 (23:32 -0700)]
Updated lock led init

7 years agofixed write_led_page col shift, added option for lock led display
jpetermans [Wed, 12 Apr 2017 06:33:48 +0000 (23:33 -0700)]
fixed write_led_page col shift, added option for lock led display

7 years agoled init code missing pwm writes for Frame 1
jpetermans [Tue, 11 Apr 2017 05:23:45 +0000 (22:23 -0700)]
led init code missing pwm writes for Frame 1

7 years agorevised led controller code to allow for more options
jpetermans [Tue, 11 Apr 2017 00:36:47 +0000 (17:36 -0700)]
revised led controller code to allow for more options
unable to switch picture displays

7 years agoadd ability to toggle individual led by address
jpetermans [Fri, 7 Apr 2017 22:58:17 +0000 (15:58 -0700)]
add ability to toggle individual led by address

7 years agoMoved led page arrays to keymap.c and added keymap header to define
jpetermans [Thu, 6 Apr 2017 23:27:51 +0000 (16:27 -0700)]
Moved led page arrays to keymap.c and added keymap header to define
individual led addresses

7 years agoAdd Kinetis_i2c settings consistent with whitefox mcuconf
jpetermans [Thu, 6 Apr 2017 21:23:14 +0000 (14:23 -0700)]
Add Kinetis_i2c settings consistent with whitefox mcuconf

7 years agomatch hal settings to whitefox, fix make rules
jpetermans [Thu, 6 Apr 2017 20:53:18 +0000 (13:53 -0700)]
match hal settings to whitefox, fix make rules

7 years agoAdd led_controller.h to user keymap.c
jpetermans [Thu, 6 Apr 2017 20:51:33 +0000 (13:51 -0700)]
Add led_controller.h to user keymap.c

7 years agoadd led init function to header for use in keymap.c
jpetermans [Thu, 6 Apr 2017 20:48:31 +0000 (13:48 -0700)]
add led init function to header for use in keymap.c

7 years agoAdjust led_controller.c matrix sttings and init function
jpetermans [Thu, 6 Apr 2017 20:46:54 +0000 (13:46 -0700)]
Adjust led_controller.c matrix sttings and init function

7 years agoAdded tmk whitefox led files
jpetermans [Thu, 6 Apr 2017 20:45:15 +0000 (13:45 -0700)]
Added tmk whitefox led files

7 years agoAdded personal configs and keymap to infinity60/keymaps
jpetermans [Thu, 6 Apr 2017 20:43:22 +0000 (13:43 -0700)]
Added personal configs and keymap to infinity60/keymaps

7 years agoFix formatting in BUILD_GUIDE.md (#1208)
Gabe Y [Wed, 5 Apr 2017 05:39:28 +0000 (22:39 -0700)]
Fix formatting in BUILD_GUIDE.md (#1208)

7 years agoMerge pull request #1207 from bigtunaIO/master
Jack Humbert [Tue, 4 Apr 2017 17:41:50 +0000 (13:41 -0400)]
Merge pull request #1207 from bigtunaIO/master

Add Bigtuna.io Miuni32

7 years agoSet Bootloader Size to 4K
Adam Lee [Tue, 4 Apr 2017 17:21:32 +0000 (10:21 -0700)]
Set Bootloader Size to 4K

Use Atmel's default bootloader size, rather than Teensy 2.0's [1].

[1] https://github.com/qmk/qmk_firmware/pull/1207#discussion_r109712786

7 years agoMerge branch 'miuni32-OA'
Adam YH Lee [Tue, 4 Apr 2017 03:36:13 +0000 (20:36 -0700)]
Merge branch 'miuni32-OA'

7 years agoAdd B1gtuna Miuni32
Adam YH Lee [Mon, 21 Nov 2016 16:22:14 +0000 (08:22 -0800)]
Add B1gtuna Miuni32

Miuni32 is a 30% ortholinear board.
Please visit www.bigtuna.io for more information.

7 years agoMerge pull request #1206 from Dan-Saunders/patch-2
Jack Humbert [Tue, 4 Apr 2017 01:13:29 +0000 (21:13 -0400)]
Merge pull request #1206 from Dan-Saunders/patch-2

Create twolayer.c

7 years agoMerge pull request #1203 from ishtob/master
Jack Humbert [Tue, 4 Apr 2017 01:12:53 +0000 (21:12 -0400)]
Merge pull request #1203 from ishtob/master

Updated ssd1306.c fix issues for people not using OLED

7 years agoMerge branch 'master' into master
Jack Humbert [Tue, 4 Apr 2017 01:06:40 +0000 (21:06 -0400)]
Merge branch 'master' into master

7 years agoCreate twolayer.c
Dan Saunders [Mon, 3 Apr 2017 21:14:45 +0000 (15:14 -0600)]
Create twolayer.c

fixed issue where Default.c "function key" does not work (actually it's changing my LED steps). Changed layout to be more user friendly for people that use the standard spacebar milled top plate.

7 years agoMerge pull request #1204 from nooges/lets-split-fixes
Jack Humbert [Mon, 3 Apr 2017 20:17:55 +0000 (16:17 -0400)]
Merge pull request #1204 from nooges/lets-split-fixes

Let's split fixes

7 years agoInclude use of either TRS or TRRS
Danny Nguyen [Mon, 3 Apr 2017 20:16:46 +0000 (16:16 -0400)]
Include use of either TRS or TRRS

7 years agodisables space cadet rollover
Erez Zukerman [Mon, 3 Apr 2017 19:11:42 +0000 (15:11 -0400)]
disables space cadet rollover

7 years agoRemove flip-half from keymap
Danny Nguyen [Mon, 3 Apr 2017 18:00:33 +0000 (14:00 -0400)]
Remove flip-half from keymap

7 years agoUpdate Let’s Split readme
Danny Nguyen [Mon, 3 Apr 2017 17:23:23 +0000 (13:23 -0400)]
Update Let’s Split readme

7 years agoMove SSD1306 function declarations to header file
Danny Nguyen [Mon, 3 Apr 2017 17:04:34 +0000 (13:04 -0400)]
Move SSD1306 function declarations to header file

7 years agoMove defines for RGB to after the config.h include
Danny Nguyen [Mon, 3 Apr 2017 16:51:31 +0000 (12:51 -0400)]
Move defines for RGB to after the config.h include

7 years agoRename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h
Danny Nguyen [Mon, 3 Apr 2017 16:31:38 +0000 (12:31 -0400)]
Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h

7 years agoRevise KEYMAP macro to make left and right halves more clear
Danny Nguyen [Mon, 3 Apr 2017 16:15:14 +0000 (12:15 -0400)]
Revise KEYMAP macro to make left and right halves more clear

7 years agoUpdate ssd1306.c
ishtob [Mon, 3 Apr 2017 17:17:41 +0000 (13:17 -0400)]
Update ssd1306.c

7 years agoquick fix for space cadet shift
Jack Humbert [Mon, 3 Apr 2017 16:42:58 +0000 (12:42 -0400)]
quick fix for space cadet shift

7 years agoMove defines for RGB to after the config.h include
Danny Nguyen [Mon, 3 Apr 2017 16:06:28 +0000 (12:06 -0400)]
Move defines for RGB to after the config.h include

7 years agoRevert removal of avrdude make option
Danny Nguyen [Mon, 3 Apr 2017 15:32:54 +0000 (11:32 -0400)]
Revert removal of avrdude make option

7 years agoMerge pull request #1194 from tong92/master
Jack Humbert [Mon, 3 Apr 2017 02:30:11 +0000 (22:30 -0400)]
Merge pull request #1194 from tong92/master

Adds tong92's keymap to tv44

7 years agoMerge pull request #1195 from fudanchii/kbod
Jack Humbert [Mon, 3 Apr 2017 02:29:54 +0000 (22:29 -0400)]
Merge pull request #1195 from fudanchii/kbod

Handwired 60% keyboard with 8x8 matrix

7 years agoMerge pull request #1196 from Dbroqua/master
Jack Humbert [Mon, 3 Apr 2017 02:29:24 +0000 (22:29 -0400)]
Merge pull request #1196 from Dbroqua/master

GH60 - MX HHKB with 7U spacebar

7 years agoMerge pull request #1197 from Xyverz/master
Jack Humbert [Mon, 3 Apr 2017 02:29:07 +0000 (22:29 -0400)]
Merge pull request #1197 from Xyverz/master

Revisions to Xyverz's keymaps

7 years agoMerge pull request #1198 from iamschaefer/patch-1
Jack Humbert [Mon, 3 Apr 2017 02:28:34 +0000 (22:28 -0400)]
Merge pull request #1198 from iamschaefer/patch-1

Update readme.md

7 years agoUpdate readme.md
Alexander Schaefer [Mon, 3 Apr 2017 00:44:15 +0000 (18:44 -0600)]
Update readme.md

There's no readme specifically for the Ergodox EZ now, so link to the Ergodox readme.

7 years agoMerge remote-tracking branch 'upstream/master'
Xyverz [Sun, 2 Apr 2017 21:49:39 +0000 (14:49 -0700)]
Merge remote-tracking branch 'upstream/master'

7 years agoremoved my handwired boards to a new branch.
Xyverz [Sun, 2 Apr 2017 21:48:33 +0000 (14:48 -0700)]
removed my handwired boards to a new branch.

7 years agoMerge pull request #19 from qmk/master
Damien [Sun, 2 Apr 2017 21:29:12 +0000 (23:29 +0200)]
Merge pull request #19 from qmk/master

Merge from qmk

7 years agoMerge remote-tracking branch 'origin/master'
dbroqua [Sun, 2 Apr 2017 21:27:57 +0000 (23:27 +0200)]
Merge remote-tracking branch 'origin/master'

7 years ago- Added MX HHKB like for gh60 with 7u space bar
dbroqua [Sun, 2 Apr 2017 21:25:26 +0000 (23:25 +0200)]
- Added MX HHKB like for gh60 with 7u space bar

7 years agoUse tap-toggle to move between layers.
Nurahmadie [Tue, 28 Mar 2017 09:17:10 +0000 (16:17 +0700)]
Use tap-toggle to move between layers.

- Add PDOT key

7 years agoFix layer stuck, and add numpad support
Nurahmadie [Sat, 11 Mar 2017 13:52:52 +0000 (20:52 +0700)]
Fix layer stuck, and add numpad support

7 years agoForgot semicolon, and add reference link
Nurahmadie [Sun, 26 Feb 2017 04:44:21 +0000 (11:44 +0700)]
Forgot semicolon, and add reference link

7 years agoAdd README
Nurahmadie [Sun, 26 Feb 2017 04:41:03 +0000 (11:41 +0700)]
Add README

7 years agoEnable alt-F4 without [Fn]
Nurahmadie [Sat, 25 Feb 2017 06:30:18 +0000 (13:30 +0700)]
Enable alt-F4 without [Fn]

- Add led indicator when keymap not on base layer \o/

7 years agoAdd capslock led, and audio buttons
Nurahmadie [Sat, 25 Feb 2017 05:36:53 +0000 (12:36 +0700)]
Add capslock led, and audio buttons

- Also change layer switch to momentary

7 years agoRemove lead keys, fix some typos, rearrange layers
Nurahmadie [Fri, 24 Feb 2017 05:06:10 +0000 (12:06 +0700)]
Remove lead keys, fix some typos, rearrange layers

7 years agoAdd initial keymap
Nurahmadie [Tue, 21 Feb 2017 23:40:48 +0000 (06:40 +0700)]
Add initial keymap

*crossfingers*

7 years agoInitial work for my kbod support in qmk_firmware
Nurahmadie [Tue, 21 Feb 2017 02:39:51 +0000 (09:39 +0700)]
Initial work for my kbod support in qmk_firmware

- Wiring layout done

No actual keymap yet

7 years agoAdds tong92's keymap to tv44
= [Sun, 2 Apr 2017 09:27:24 +0000 (18:27 +0900)]
Adds tong92's keymap to tv44

7 years agoMerge pull request #1132 from akatrevorjay/pr/dfu-serial
Jack Humbert [Fri, 31 Mar 2017 22:28:26 +0000 (18:28 -0400)]
Merge pull request #1132 from akatrevorjay/pr/dfu-serial

Allow to specify serial to dfu-util flash

7 years agoMerge pull request #1190 from osamuaoki/master
Jack Humbert [Fri, 31 Mar 2017 22:28:14 +0000 (18:28 -0400)]
Merge pull request #1190 from osamuaoki/master

Fix typo

7 years agoMerge pull request #1189 from Zay950/to_push
Jack Humbert [Fri, 31 Mar 2017 22:27:44 +0000 (18:27 -0400)]
Merge pull request #1189 from Zay950/to_push

Unicode input_mode presistance

7 years agoFix typo
Osamu Aoki [Fri, 31 Mar 2017 16:39:00 +0000 (01:39 +0900)]
Fix typo

7 years agoWorked around some new Makefile issues.
nielsenz [Fri, 31 Mar 2017 03:10:34 +0000 (20:10 -0700)]
Worked around some new Makefile issues.

7 years agoPulling and pushing troubles
nielsenz [Fri, 31 Mar 2017 02:15:43 +0000 (19:15 -0700)]
Pulling and pushing troubles

7 years agochanged hotkey cluster to accomodate awkward software... again
Callum Oakley [Thu, 30 Mar 2017 13:20:18 +0000 (14:20 +0100)]
changed hotkey cluster to accomodate awkward software... again

7 years agochanged hotkey cluster to accomodate awkward software
Callum Oakley [Thu, 30 Mar 2017 12:22:16 +0000 (13:22 +0100)]
changed hotkey cluster to accomodate awkward software

7 years agoAdd RN42 Bluetooth module support
Travis La Marr [Thu, 30 Mar 2017 03:03:04 +0000 (23:03 -0400)]
Add RN42 Bluetooth module support

Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS.

7 years agoUpdate to match QMK keymap
Osamu Aoki [Sat, 11 Mar 2017 17:41:47 +0000 (02:41 +0900)]
Update to match QMK keymap

7 years agoTypo fix
Osamu Aoki [Mon, 13 Mar 2017 17:11:05 +0000 (17:11 +0000)]
Typo fix

7 years agoMerge pull request #1188 from hot-leaf-juice/master
Jack Humbert [Thu, 30 Mar 2017 14:24:37 +0000 (10:24 -0400)]
Merge pull request #1188 from hot-leaf-juice/master

changed hotkey cluster to accomodate awkward software... again

7 years agochanged hotkey cluster to accomodate awkward software... again
Callum Oakley [Thu, 30 Mar 2017 13:20:18 +0000 (14:20 +0100)]
changed hotkey cluster to accomodate awkward software... again

7 years agoMerge pull request #1187 from hot-leaf-juice/master
Jack Humbert [Thu, 30 Mar 2017 12:46:55 +0000 (08:46 -0400)]
Merge pull request #1187 from hot-leaf-juice/master

changed hotkey cluster to acommodate awkward software

7 years agoMerge pull request #1185 from exiva/rn42_bluetooth
Jack Humbert [Thu, 30 Mar 2017 12:46:38 +0000 (08:46 -0400)]
Merge pull request #1185 from exiva/rn42_bluetooth

Add RN42 Bluetooth module support

7 years agoMerge pull request #1184 from osamuaoki/master
Jack Humbert [Thu, 30 Mar 2017 12:45:56 +0000 (08:45 -0400)]
Merge pull request #1184 from osamuaoki/master

Update keymap.md to QMK

7 years agochanged hotkey cluster to accomodate awkward software
Callum Oakley [Thu, 30 Mar 2017 12:22:16 +0000 (13:22 +0100)]
changed hotkey cluster to accomodate awkward software

7 years agoTidied up keymaps, Makefiles that actually work, Clueboard make v1.0
Xyverz [Thu, 30 Mar 2017 05:32:39 +0000 (22:32 -0700)]
Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0

7 years agoAdd RN42 Bluetooth module support
Travis La Marr [Thu, 30 Mar 2017 03:03:04 +0000 (23:03 -0400)]
Add RN42 Bluetooth module support

Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS.

7 years agoMerge branch 'master' into to_push
Zay950 [Wed, 29 Mar 2017 19:00:38 +0000 (12:00 -0700)]
Merge branch 'master' into to_push

7 years agoUpdate to match QMK keymap
Osamu Aoki [Sat, 11 Mar 2017 17:41:47 +0000 (02:41 +0900)]
Update to match QMK keymap

7 years agoTypo fix
Osamu Aoki [Mon, 13 Mar 2017 17:11:05 +0000 (17:11 +0000)]
Typo fix

7 years agoMerge pull request #1183 from Rovanion/real-master
Jack Humbert [Wed, 29 Mar 2017 13:45:22 +0000 (09:45 -0400)]
Merge pull request #1183 from Rovanion/real-master

Added instructions for how to build and flash the firmware with teensy_cli

7 years agoAdded link to the teensy linux page.
Rovanion Luckey [Wed, 29 Mar 2017 07:34:20 +0000 (09:34 +0200)]
Added link to the teensy linux page.

7 years agoClarify the quantum license (#1042)
skullydazed [Tue, 28 Mar 2017 22:20:36 +0000 (15:20 -0700)]
Clarify the quantum license (#1042)

* Clarify the license for files we have signoff on

* Update against the currently signed off files

* Remove unused and not clearly licensed headers

* Replace an #endif I accidentally removed while resolving merge conflicts

7 years agoMerge pull request #1182 from henxing/default_atreus_layout
Jack Humbert [Tue, 28 Mar 2017 18:12:41 +0000 (14:12 -0400)]
Merge pull request #1182 from henxing/default_atreus_layout

Default atreus layout

7 years agoMerge pull request #1139 from Swoy/master
Jack Humbert [Tue, 28 Mar 2017 18:12:21 +0000 (14:12 -0400)]
Merge pull request #1139 from Swoy/master

Satan Board "Admiral Strokers" keymap and config

7 years agotypo removed {3 ...
Ole Anders [Tue, 28 Mar 2017 16:45:26 +0000 (18:45 +0200)]
typo removed {3 ...

7 years agofixed capitalization issue (checkTime => checktime)
Ole Anders [Tue, 28 Mar 2017 16:41:04 +0000 (18:41 +0200)]
fixed capitalization issue (checkTime => checktime)

7 years agoMerge branch 'master' into default_atreus_layout
Hugh Enxing [Tue, 28 Mar 2017 16:11:49 +0000 (12:11 -0400)]
Merge branch 'master' into default_atreus_layout

7 years agomoved checktime out of function
Ole Anders [Tue, 28 Mar 2017 15:30:15 +0000 (17:30 +0200)]
moved checktime out of function

7 years agodeclaring checktime before the function it is used in.
Ole Anders [Tue, 28 Mar 2017 15:17:08 +0000 (17:17 +0200)]
declaring checktime before the function it is used in.

7 years agofixed function to not accept any arguments.
Ole Anders [Tue, 28 Mar 2017 15:08:01 +0000 (17:08 +0200)]
fixed function to not accept any arguments.

As per Pramod's comment on stack overflow:

In C int foo() and int foo(void) are different functions. int foo()
accepts an arbitrary number of arguments, while int foo(void) accepts 0
arguments. In C++ they mean the same thing. I suggest that you use void
consistently when you mean no arguments.

7 years agoremoved varable trace option from makefile
Ole Anders [Tue, 28 Mar 2017 14:55:25 +0000 (16:55 +0200)]
removed varable trace option from makefile

7 years agoslight cleanup as per recommendation
Ole Anders [Tue, 28 Mar 2017 14:52:56 +0000 (16:52 +0200)]
slight cleanup as per recommendation

7 years agoMoved key_timer out of function.
Ole Anders [Tue, 28 Mar 2017 14:50:44 +0000 (16:50 +0200)]
Moved key_timer out of function.

7 years agoremoved a carriage return
Ole Anders [Tue, 28 Mar 2017 13:58:46 +0000 (15:58 +0200)]
removed a carriage return

7 years agoMerge remote-tracking branch 'refs/remotes/qmk/master'
Ole Anders [Tue, 28 Mar 2017 13:55:33 +0000 (15:55 +0200)]
Merge remote-tracking branch 'refs/remotes/qmk/master'