]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
8 years agoMerge pull request #1217 from fredizzimo/ergodox_default_visualizer
Jack Humbert [Wed, 12 Apr 2017 16:43:46 +0000 (12:43 -0400)]
Merge pull request #1217 from fredizzimo/ergodox_default_visualizer

Enable Ergodox Infinity LCD visualization

8 years agoFixed position of BSLS and BSPC
kamisamamizu [Wed, 12 Apr 2017 10:18:38 +0000 (12:18 +0200)]
Fixed position of BSLS and BSPC

They were in the incorrect positions before.

8 years agoUpdate default layout
Adam YH Lee [Wed, 12 Apr 2017 08:12:10 +0000 (01:12 -0700)]
Update default layout

This is a 2U Spacebar layout. Spacebar is between V and B.

Issue:

- RGB MOD does not seem to do anything

8 years agoFix code formatting in build_keyboard.mk
Fred Sundvik [Wed, 12 Apr 2017 06:52:40 +0000 (09:52 +0300)]
Fix code formatting in build_keyboard.mk

8 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

8 years agoLink to ChibiOS
skullydazed [Tue, 11 Apr 2017 13:56:12 +0000 (06:56 -0700)]
Link to ChibiOS

8 years agoUpdated Compatible Microcontrollers (markdown)
skullydazed [Tue, 11 Apr 2017 13:55:39 +0000 (06:55 -0700)]
Updated Compatible Microcontrollers (markdown)

8 years agoAdding notes about ARM processors
skullydazed [Tue, 11 Apr 2017 13:55:24 +0000 (06:55 -0700)]
Adding notes about ARM processors

8 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

8 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

8 years agomimic atreus firmware defaults
Joe DeVivo [Tue, 11 Apr 2017 00:19:27 +0000 (17:19 -0700)]
mimic atreus firmware defaults

8 years agoExtract Ergodox default visualizer into simple_visualizer
Fred Sundvik [Sun, 9 Apr 2017 15:32:10 +0000 (18:32 +0300)]
Extract Ergodox default visualizer into simple_visualizer

It's good enough if you only want to change the lcd text and color.

8 years agoRename led test to led_keyframes and move animation to Ergodox
Fred Sundvik [Sat, 8 Apr 2017 20:04:27 +0000 (23:04 +0300)]
Rename led test to led_keyframes and move animation to Ergodox

8 years agoCreate a file for shared Ergodox Infinity animations
Fred Sundvik [Sat, 8 Apr 2017 19:48:18 +0000 (22:48 +0300)]
Create a file for shared Ergodox Infinity animations

8 years agoCombine startup and resume animations
Fred Sundvik [Sat, 8 Apr 2017 19:30:37 +0000 (22:30 +0300)]
Combine startup and resume animations

8 years agoFix suspend not disabling backlight
Fred Sundvik [Sat, 8 Apr 2017 18:34:30 +0000 (21:34 +0300)]
Fix suspend not disabling backlight

8 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

8 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

8 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

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

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

8 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

8 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

8 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

8 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

8 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

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

8 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

8 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

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

8 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

8 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

8 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

8 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

8 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

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

8 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

8 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

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

8 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

8 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

8 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

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

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

8 years agoAdded breathing macros and removed mappings to unused layouts
Dylan Khor [Sun, 9 Apr 2017 06:02:40 +0000 (02:02 -0400)]
Added breathing macros and removed mappings to unused layouts

8 years agoCleaned up the keymap:
Xyverz [Sun, 9 Apr 2017 05:53:46 +0000 (22:53 -0700)]
Cleaned up the keymap:

Added MOD_TAP aliases for keymap.c readability.
Updated README to document said changes.
Added additional Dvorak layer to make using the CMD key easier on Macs.

8 years agoMerge pull request #1 from qmk/master
TerryMathews [Sat, 8 Apr 2017 04:30:54 +0000 (00:30 -0400)]
Merge pull request #1 from qmk/master

Catchup

8 years agoMore missed keycodes; added PSCR, SLCK, and PAUS to ADJUST layer.
Xyverz [Sat, 8 Apr 2017 02:42:05 +0000 (19:42 -0700)]
More missed keycodes; added PSCR, SLCK, and PAUS to ADJUST layer.

8 years agoCorrected a missed typo in the readme.
Xyverz [Sat, 8 Apr 2017 02:23:27 +0000 (19:23 -0700)]
Corrected a missed typo in the readme.

8 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

8 years agoErgoDox Familiar layout v1
Stick [Fri, 7 Apr 2017 21:04:43 +0000 (16:04 -0500)]
ErgoDox Familiar layout v1

8 years agoMore tweaks to keymap and readme.
Xyverz [Fri, 7 Apr 2017 05:26:13 +0000 (22:26 -0700)]
More tweaks to keymap and readme.

8 years agoMerge remote-tracking branch 'upstream/master'
Xyverz [Fri, 7 Apr 2017 05:07:34 +0000 (22:07 -0700)]
Merge remote-tracking branch 'upstream/master'

8 years agoAdded readme
Xyverz [Fri, 7 Apr 2017 05:03:17 +0000 (22:03 -0700)]
Added readme

8 years agoReworked Atreus keymap, added README
Xyverz [Fri, 7 Apr 2017 05:02:38 +0000 (22:02 -0700)]
Reworked Atreus keymap, added README

8 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

8 years agoSmall keymap tweak and clean up.
jpetermans [Thu, 6 Apr 2017 22:22:13 +0000 (15:22 -0700)]
Small keymap tweak and clean up.

8 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

8 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

8 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

8 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

8 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

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

8 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

8 years agoMerge remote-tracking branch 'upstream/master'
Stick [Thu, 6 Apr 2017 18:52:53 +0000 (13:52 -0500)]
Merge remote-tracking branch 'upstream/master'

8 years agoUpdated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 06:14:40 +0000 (23:14 -0700)]
Updated Custom Quantum Functions (markdown)

8 years agoUpdated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 06:14:27 +0000 (23:14 -0700)]
Updated Custom Quantum Functions (markdown)

8 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)

8 years agoUpdated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:35:21 +0000 (22:35 -0700)]
Updated Custom Quantum Functions (markdown)

8 years agoUpdated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:33:36 +0000 (22:33 -0700)]
Updated Custom Quantum Functions (markdown)

8 years agoUpdated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:33:12 +0000 (22:33 -0700)]
Updated Custom Quantum Functions (markdown)

8 years agoUpdated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:23:01 +0000 (22:23 -0700)]
Updated Custom Quantum Functions (markdown)

8 years agoUpdated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:16:16 +0000 (22:16 -0700)]
Updated Custom Quantum Functions (markdown)

8 years agoUpdated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:15:41 +0000 (22:15 -0700)]
Updated Custom Quantum Functions (markdown)

8 years agoCreated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:15:17 +0000 (22:15 -0700)]
Created Custom Quantum Functions (markdown)

8 years agoUpdated Becoming a QMK Collaborator (markdown)
Jack Humbert [Wed, 5 Apr 2017 01:42:08 +0000 (21:42 -0400)]
Updated Becoming a QMK Collaborator (markdown)

8 years agoCreated Becoming a QMK Collaborator (markdown)
Jack Humbert [Wed, 5 Apr 2017 01:21:27 +0000 (21:21 -0400)]
Created Becoming a QMK Collaborator (markdown)

8 years agoUpdated _Sidebar (markdown)
Jack Humbert [Wed, 5 Apr 2017 00:00:34 +0000 (20:00 -0400)]
Updated _Sidebar (markdown)

8 years agoCreated Adding features to QMK (markdown)
Jack Humbert [Wed, 5 Apr 2017 00:00:06 +0000 (20:00 -0400)]
Created Adding features to QMK (markdown)

8 years agoRevert 923d32a0eff175fac8d67574456ad9e1bd2941eb...f39bad2a7dd5d57e4a80dd15dec21826ef7...
Jack Humbert [Tue, 4 Apr 2017 23:42:58 +0000 (19:42 -0400)]
Revert 923d32a0eff175fac8d67574456ad9e1bd2941eb...f39bad2a7dd5d57e4a80dd15dec21826ef7a2a67 on Key Functions

8 years agoclean-up keycode stuff
Jack Humbert [Tue, 4 Apr 2017 23:42:10 +0000 (19:42 -0400)]
clean-up keycode stuff

8 years agosplit off tmk differences into own page
Jack Humbert [Tue, 4 Apr 2017 23:32:33 +0000 (19:32 -0400)]
split off tmk differences into own page

8 years agoCreated Differences from TMK (markdown)
Jack Humbert [Tue, 4 Apr 2017 23:30:13 +0000 (19:30 -0400)]
Created Differences from TMK (markdown)

8 years agoUpdated Home (markdown)
Jack Humbert [Tue, 4 Apr 2017 23:25:24 +0000 (19:25 -0400)]
Updated Home (markdown)

8 years agoFixed my wording
Dylan Khor [Tue, 4 Apr 2017 19:28:57 +0000 (15:28 -0400)]
Fixed my wording

8 years agoAdded note about homebrew related installation times
Dylan Khor [Tue, 4 Apr 2017 19:26:31 +0000 (15:26 -0400)]
Added note about homebrew related installation times

8 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

8 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

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

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

8 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

8 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

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

8 years agoMerge remote-tracking branch 'upstream/master'
Stick [Mon, 3 Apr 2017 21:59:27 +0000 (16:59 -0500)]
Merge remote-tracking branch 'upstream/master'

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

8 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

8 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

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

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

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