]>
git.donarmstrong.com Git - qmk_firmware.git/log
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
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.
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
Fred Sundvik [Wed, 12 Apr 2017 06:52:40 +0000 (09:52 +0300)]
Fix code formatting in build_keyboard.mk
jpetermans [Wed, 12 Apr 2017 06:33:48 +0000 (23:33 -0700)]
fixed write_led_page col shift, added option for lock led display
skullydazed [Tue, 11 Apr 2017 13:56:12 +0000 (06:56 -0700)]
Link to ChibiOS
skullydazed [Tue, 11 Apr 2017 13:55:39 +0000 (06:55 -0700)]
Updated Compatible Microcontrollers (markdown)
skullydazed [Tue, 11 Apr 2017 13:55:24 +0000 (06:55 -0700)]
Adding notes about ARM processors
jpetermans [Tue, 11 Apr 2017 05:23:45 +0000 (22:23 -0700)]
led init code missing pwm writes for Frame 1
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
Joe DeVivo [Tue, 11 Apr 2017 00:19:27 +0000 (17:19 -0700)]
mimic atreus firmware defaults
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.
Fred Sundvik [Sat, 8 Apr 2017 20:04:27 +0000 (23:04 +0300)]
Rename led test to led_keyframes and move animation to Ergodox
Fred Sundvik [Sat, 8 Apr 2017 19:48:18 +0000 (22:48 +0300)]
Create a file for shared Ergodox Infinity animations
Fred Sundvik [Sat, 8 Apr 2017 19:30:37 +0000 (22:30 +0300)]
Combine startup and resume animations
Fred Sundvik [Sat, 8 Apr 2017 18:34:30 +0000 (21:34 +0300)]
Fix suspend not disabling backlight
Fred Sundvik [Sat, 8 Apr 2017 18:30:11 +0000 (21:30 +0300)]
Move the logo drawing keyframe to lcd_keyframes
Fred Sundvik [Sat, 8 Apr 2017 18:19:44 +0000 (21:19 +0300)]
Move LCD logo to visualizer resources
Fred Sundvik [Sat, 8 Apr 2017 17:10:20 +0000 (20:10 +0300)]
Add automatic flush for the LCD screen
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.
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.
Fred Sundvik [Wed, 5 Apr 2017 07:14:24 +0000 (10:14 +0300)]
Move common visualizer keyframes into visualizer_keyframes.h
Fred Sundvik [Wed, 5 Apr 2017 07:08:25 +0000 (10:08 +0300)]
Remove the need to manually enable the visualizer
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
Fred Sundvik [Wed, 5 Apr 2017 05:48:30 +0000 (08:48 +0300)]
Move LCD backlight 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
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.
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
Fred Sundvik [Mon, 3 Apr 2017 20:00:58 +0000 (23:00 +0300)]
Simple layer display on Infinity Ergodox default layout
Fred Sundvik [Mon, 3 Apr 2017 19:08:34 +0000 (22:08 +0300)]
Add visualizer for Ergodox default
Fred Sundvik [Sat, 1 Apr 2017 23:29:50 +0000 (02:29 +0300)]
Brightness for Ergodox Infinity emulated LEDs
Fred Sundvik [Sat, 1 Apr 2017 22:31:04 +0000 (01:31 +0300)]
Emulate Ergodox EZ leds by LCD colors
Fred Sundvik [Sat, 1 Apr 2017 19:52:58 +0000 (22:52 +0300)]
Display layer bitmap and keyboard led states on the LCD
Fred Sundvik [Sat, 1 Apr 2017 18:28:27 +0000 (21:28 +0300)]
CIE 1931 for the LCD backlight
Fred Sundvik [Sat, 1 Apr 2017 14:43:38 +0000 (17:43 +0300)]
Move CIE1931 and breathing tables to its own file
Fred Sundvik [Sat, 1 Apr 2017 13:38:12 +0000 (16:38 +0300)]
Disable LEDs on Infinity Ergodox
Fred Sundvik [Sat, 1 Apr 2017 13:37:31 +0000 (16:37 +0300)]
Display QMK logo at startup of Infinity Ergodox
Fred Sundvik [Sat, 1 Apr 2017 13:36:34 +0000 (16:36 +0300)]
Add support for blitting to the Infinity 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.
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
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
Fred Sundvik [Sun, 28 Aug 2016 20:25:39 +0000 (23:25 +0300)]
UGFX is compiled once per keyboard instead of keymap
Fred Sundvik [Sun, 28 Aug 2016 20:08:34 +0000 (23:08 +0300)]
Remove unneeded makefile include
Fred Sundvik [Sun, 10 Jul 2016 20:45:39 +0000 (23:45 +0300)]
Add a keyboard specific visualizer
Dylan Khor [Sun, 9 Apr 2017 06:02:40 +0000 (02:02 -0400)]
Added breathing macros and removed mappings to unused layouts
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.
TerryMathews [Sat, 8 Apr 2017 04:30:54 +0000 (00:30 -0400)]
Merge pull request #1 from qmk/master
Catchup
Xyverz [Sat, 8 Apr 2017 02:42:05 +0000 (19:42 -0700)]
More missed keycodes; added PSCR, SLCK, and PAUS to ADJUST layer.
Xyverz [Sat, 8 Apr 2017 02:23:27 +0000 (19:23 -0700)]
Corrected a missed typo in the readme.
jpetermans [Fri, 7 Apr 2017 22:58:17 +0000 (15:58 -0700)]
add ability to toggle individual led by address
Stick [Fri, 7 Apr 2017 21:04:43 +0000 (16:04 -0500)]
ErgoDox Familiar layout v1
Xyverz [Fri, 7 Apr 2017 05:26:13 +0000 (22:26 -0700)]
More tweaks to keymap and readme.
Xyverz [Fri, 7 Apr 2017 05:07:34 +0000 (22:07 -0700)]
Merge remote-tracking branch 'upstream/master'
Xyverz [Fri, 7 Apr 2017 05:03:17 +0000 (22:03 -0700)]
Added readme
Xyverz [Fri, 7 Apr 2017 05:02:38 +0000 (22:02 -0700)]
Reworked Atreus keymap, added README
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
jpetermans [Thu, 6 Apr 2017 22:22:13 +0000 (15:22 -0700)]
Small keymap tweak and clean up.
jpetermans [Thu, 6 Apr 2017 21:23:14 +0000 (14:23 -0700)]
Add Kinetis_i2c settings consistent with whitefox mcuconf
jpetermans [Thu, 6 Apr 2017 20:53:18 +0000 (13:53 -0700)]
match hal settings to whitefox, fix make rules
jpetermans [Thu, 6 Apr 2017 20:51:33 +0000 (13:51 -0700)]
Add led_controller.h to user 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
jpetermans [Thu, 6 Apr 2017 20:46:54 +0000 (13:46 -0700)]
Adjust led_controller.c matrix sttings and init function
jpetermans [Thu, 6 Apr 2017 20:45:15 +0000 (13:45 -0700)]
Added tmk whitefox led files
jpetermans [Thu, 6 Apr 2017 20:43:22 +0000 (13:43 -0700)]
Added personal configs and keymap to infinity60/keymaps
Stick [Thu, 6 Apr 2017 18:52:53 +0000 (13:52 -0500)]
Merge remote-tracking branch 'upstream/master'
skullydazed [Wed, 5 Apr 2017 06:14:40 +0000 (23:14 -0700)]
Updated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 06:14:27 +0000 (23:14 -0700)]
Updated Custom Quantum Functions (markdown)
Gabe Y [Wed, 5 Apr 2017 05:39:28 +0000 (22:39 -0700)]
Fix formatting in BUILD_GUIDE.md (#1208)
skullydazed [Wed, 5 Apr 2017 05:35:21 +0000 (22:35 -0700)]
Updated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:33:36 +0000 (22:33 -0700)]
Updated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:33:12 +0000 (22:33 -0700)]
Updated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:23:01 +0000 (22:23 -0700)]
Updated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:16:16 +0000 (22:16 -0700)]
Updated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:15:41 +0000 (22:15 -0700)]
Updated Custom Quantum Functions (markdown)
skullydazed [Wed, 5 Apr 2017 05:15:17 +0000 (22:15 -0700)]
Created Custom Quantum Functions (markdown)
Jack Humbert [Wed, 5 Apr 2017 01:42:08 +0000 (21:42 -0400)]
Updated Becoming a QMK Collaborator (markdown)
Jack Humbert [Wed, 5 Apr 2017 01:21:27 +0000 (21:21 -0400)]
Created Becoming a QMK Collaborator (markdown)
Jack Humbert [Wed, 5 Apr 2017 00:00:34 +0000 (20:00 -0400)]
Updated _Sidebar (markdown)
Jack Humbert [Wed, 5 Apr 2017 00:00:06 +0000 (20:00 -0400)]
Created Adding features to QMK (markdown)
Jack Humbert [Tue, 4 Apr 2017 23:42:58 +0000 (19:42 -0400)]
Jack Humbert [Tue, 4 Apr 2017 23:42:10 +0000 (19:42 -0400)]
clean-up keycode stuff
Jack Humbert [Tue, 4 Apr 2017 23:32:33 +0000 (19:32 -0400)]
split off tmk differences into own page
Jack Humbert [Tue, 4 Apr 2017 23:30:13 +0000 (19:30 -0400)]
Created Differences from TMK (markdown)
Jack Humbert [Tue, 4 Apr 2017 23:25:24 +0000 (19:25 -0400)]
Updated Home (markdown)
Dylan Khor [Tue, 4 Apr 2017 19:28:57 +0000 (15:28 -0400)]
Fixed my wording
Dylan Khor [Tue, 4 Apr 2017 19:26:31 +0000 (15:26 -0400)]
Added note about homebrew related installation times
Jack Humbert [Tue, 4 Apr 2017 17:41:50 +0000 (13:41 -0400)]
Merge pull request #1207 from bigtunaIO/master
Add Bigtuna.io Miuni32
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
Adam YH Lee [Tue, 4 Apr 2017 03:36:13 +0000 (20:36 -0700)]
Merge branch 'miuni32-OA'
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.
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
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
Jack Humbert [Tue, 4 Apr 2017 01:06:40 +0000 (21:06 -0400)]
Merge branch 'master' into master
Stick [Mon, 3 Apr 2017 21:59:27 +0000 (16:59 -0500)]
Merge remote-tracking branch 'upstream/master'
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.
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
Danny Nguyen [Mon, 3 Apr 2017 20:16:46 +0000 (16:16 -0400)]
Include use of either TRS or TRRS
Erez Zukerman [Mon, 3 Apr 2017 19:11:42 +0000 (15:11 -0400)]
disables space cadet rollover
Danny Nguyen [Mon, 3 Apr 2017 18:00:33 +0000 (14:00 -0400)]
Remove flip-half from keymap
Danny Nguyen [Mon, 3 Apr 2017 17:23:23 +0000 (13:23 -0400)]
Update Let’s Split readme