]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
7 years agoFix suspend not disabling backlight
Fred Sundvik [Sat, 8 Apr 2017 18:34:30 +0000 (21:34 +0300)]
Fix suspend not disabling backlight

7 years agoMove the logo drawing keyframe to lcd_keyframes
Fred Sundvik [Sat, 8 Apr 2017 18:30:11 +0000 (21:30 +0300)]
Move the logo drawing keyframe to lcd_keyframes

7 years agoMove LCD logo to visualizer resources
Fred Sundvik [Sat, 8 Apr 2017 18:19:44 +0000 (21:19 +0300)]
Move LCD logo to visualizer resources

7 years agoAdd automatic flush for the LCD screen
Fred Sundvik [Sat, 8 Apr 2017 17:10:20 +0000 (20:10 +0300)]
Add automatic flush for the LCD screen

7 years agoLCD initialization sequence according to the docs
Fred Sundvik [Fri, 7 Apr 2017 07:55:29 +0000 (10:55 +0300)]
LCD initialization sequence according to the docs

The LCD initialization show now be much better and faster with no
flickering at the startup.

Also fix the contrast control.

7 years agoYet another try to fix the LCD corruption
Fred Sundvik [Fri, 7 Apr 2017 07:51:53 +0000 (10:51 +0300)]
Yet another try to fix the LCD corruption

It turns out that the ChibiOS K20 SPI driver doesn't handle the
chip select, so it needs to be done manually. Acquiring the bus is
not enough since the pin was in the wrong mode. This is now fixed.

Also increase the frequency of the SPI from around 200kHz to nearly
20 Mhz.

7 years agoMove common visualizer keyframes into visualizer_keyframes.h
Fred Sundvik [Wed, 5 Apr 2017 07:14:24 +0000 (10:14 +0300)]
Move common visualizer keyframes into visualizer_keyframes.h

7 years agoRemove the need to manually enable the visualizer
Fred Sundvik [Wed, 5 Apr 2017 07:08:25 +0000 (10:08 +0300)]
Remove the need to manually enable the visualizer

7 years agoSeparated backlight and LCD disable/enable
Fred Sundvik [Wed, 5 Apr 2017 06:21:18 +0000 (09:21 +0300)]
Separated backlight and LCD disable/enable

Also moved them to correct places

7 years agoMove LCD backlight keyframes to its own file
Fred Sundvik [Wed, 5 Apr 2017 05:48:30 +0000 (08:48 +0300)]
Move LCD backlight keyframes to its own file

7 years agoMove LCD keyframes to its own file
Fred Sundvik [Wed, 5 Apr 2017 05:40:39 +0000 (08:40 +0300)]
Move LCD keyframes to its own file

7 years agoDelete visualizer example integration
Fred Sundvik [Wed, 5 Apr 2017 04:48:51 +0000 (07:48 +0300)]
Delete visualizer example integration

It's much better to refer to the actual code than to to try to
keep some examples up to date.

7 years agoTweaks to the Ergodox default visualizer
Fred Sundvik [Tue, 4 Apr 2017 19:29:40 +0000 (22:29 +0300)]
Tweaks to the Ergodox default visualizer

No animation, display led statuses and layer name on the same screen
Don't display layer bitmap
Fully saturated colors for caps, less saturated ones normally

7 years agoSimple layer display on Infinity Ergodox default layout
Fred Sundvik [Mon, 3 Apr 2017 20:00:58 +0000 (23:00 +0300)]
Simple layer display on Infinity Ergodox default layout

7 years agoAdd visualizer for Ergodox default
Fred Sundvik [Mon, 3 Apr 2017 19:08:34 +0000 (22:08 +0300)]
Add visualizer for Ergodox default

7 years agoBrightness for Ergodox Infinity emulated LEDs
Fred Sundvik [Sat, 1 Apr 2017 23:29:50 +0000 (02:29 +0300)]
Brightness for Ergodox Infinity emulated LEDs

7 years agoEmulate Ergodox EZ leds by LCD colors
Fred Sundvik [Sat, 1 Apr 2017 22:31:04 +0000 (01:31 +0300)]
Emulate Ergodox EZ leds by LCD colors

7 years agoDisplay layer bitmap and keyboard led states on the LCD
Fred Sundvik [Sat, 1 Apr 2017 19:52:58 +0000 (22:52 +0300)]
Display layer bitmap and keyboard led states on the LCD

7 years agoCIE 1931 for the LCD backlight
Fred Sundvik [Sat, 1 Apr 2017 18:28:27 +0000 (21:28 +0300)]
CIE 1931 for the LCD backlight

7 years agoMove CIE1931 and breathing tables to its own file
Fred Sundvik [Sat, 1 Apr 2017 14:43:38 +0000 (17:43 +0300)]
Move CIE1931 and breathing tables to its own file

7 years agoDisable LEDs on Infinity Ergodox
Fred Sundvik [Sat, 1 Apr 2017 13:38:12 +0000 (16:38 +0300)]
Disable LEDs on Infinity Ergodox

7 years agoDisplay QMK logo at startup of Infinity Ergodox
Fred Sundvik [Sat, 1 Apr 2017 13:37:31 +0000 (16:37 +0300)]
Display QMK logo at startup of Infinity Ergodox

7 years agoAdd support for blitting to the Infinity LCD
Fred Sundvik [Sat, 1 Apr 2017 13:36:34 +0000 (16:36 +0300)]
Add support for blitting to the Infinity LCD

7 years agoHopefully finally fix the corrupt LCD
Fred Sundvik [Fri, 31 Mar 2017 20:58:10 +0000 (23:58 +0300)]
Hopefully finally fix the corrupt LCD

The SPI bus is now selected and deselected before each set of commands.
Also speed up things by buffering many commands into a single batch.

7 years agoOnly re-send matrix every 5ms
Fred Sundvik [Fri, 31 Mar 2017 19:51:00 +0000 (22:51 +0300)]
Only re-send matrix every 5ms

The previous 1ms value was too often, and wouldn't always leave
time for the visualizer

7 years agoEmpty implementation of has_onshot_mods_timed_out
Fred Sundvik [Tue, 28 Mar 2017 06:59:29 +0000 (09:59 +0300)]
Empty implementation of has_onshot_mods_timed_out

When the timeout is zero or not defined, the function now returns false.
Fixes a linker error when the visualizer is enabled

7 years agoUGFX is compiled once per keyboard instead of keymap
Fred Sundvik [Sun, 28 Aug 2016 20:25:39 +0000 (23:25 +0300)]
UGFX is compiled once per keyboard instead of keymap

7 years agoRemove unneeded makefile include
Fred Sundvik [Sun, 28 Aug 2016 20:08:34 +0000 (23:08 +0300)]
Remove unneeded makefile include

7 years agoAdd a keyboard specific visualizer
Fred Sundvik [Sun, 10 Jul 2016 20:45:39 +0000 (23:45 +0300)]
Add a keyboard specific visualizer

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 ...