Commit Graph

538 Commits (5cdf47a79efcf7f918b60f0e8d6cc088cc2c9e89)

Author SHA1 Message Date
Jack Humbert 51a86b85f3 Merge pull request #1361 from fredizzimo/ergodox_infinity_backlight
Add Ergodox Infinity backlight support
7 years ago
Fred Sundvik 2fd670bec0 Add missing include to Ergodox Belak keymap 7 years ago
Kaleb Elwert ef4abfeb31 ergodox: initial addition of belak theme
Imported from external repo https://github.com/belak/ergodox-layout at commit
233008ad8c46a85cb118fca0be093c3e751075b0
7 years ago
Fred Sundvik 086aad0d7e Make sure backlight is in the range 0-100 7 years ago
Fred Sundvik 19f0285a76 Fix typo in BACKLIGHT_ENABLE 7 years ago
Jack Humbert 23c448b21d remove .hex, .PNG, .jpg 7 years ago
Jack Humbert a7ce482d14 remove the rest of the .pngs 7 years ago
Jack Humbert c02f9a6ee4 remove most .pngs 7 years ago
Stick 4b50ab029d Revert "ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off"
This reverts commit f397402e10.
7 years ago
Stick 5a70cb30ee trying to fix LEDs 7 years ago
Stick 3af2bca1fc Merge remote-tracking branch 'upstream/master' 7 years ago
Fred Sundvik b51a0db6ed Add backlight support to the default Ergodox Infinity animations 7 years ago
Fred Sundvik 2a7f9a7e46 Add backlight control to the IS31FL3731 driver 7 years ago
Adam Bell 82de4d039d Ergodox Adam keymap 7 years ago
Fred Sundvik 0f9bfafb9e Turn off LED matrix by default 7 years ago
Fred Sundvik a916f4e8b8 Let BACKLIGHT_ENABLE control the Infinity LEDs 7 years ago
Stick f397402e10 ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off 7 years ago
Stick 4cf17210b6 moved alt out from under space 7 years ago
Stick 4ba9917f82 Merge remote-tracking branch 'upstream/master' 7 years ago
Fredric Silberberg dded79a412
Update licensing on visualizer.c 7 years ago
Fredric Silberberg cfaf34daec
Updated readme 7 years ago
Fredric Silberberg aa1b1c5756
Added several new macros 7 years ago
Fredric Silberberg f35c82ccb2
Fixed numpad 0 layout 7 years ago
Fredric Silberberg 4eba71841e
Use code blocks for keyboard layouts 7 years ago
Fredric Silberberg 95ae256482
Completed iteration 1 of my layout 7 years ago
Fredric Silberberg 949540d601
Added initial keymap files 7 years ago
Erez Zukerman 41fa638aa8 Adds prevent stuck modifiers to EZ default 7 years ago
ariasuni e87691fa5d Fix undefined reference errors with avr-gcc 7.1 7 years ago
Erez Zukerman a965e5b735 tweaks default mouse speed constants 7 years ago
Christian Westerlund fcef83a5d0 Created a dvorak keymap for Swedish developers using Visual Studio 7 years ago
Nikolaus Wittenstein 8ddbf7f59f Fix spelling of "persistent"
Fixes #1201.
7 years ago
Erez Zukerman 153eb95ab2 Merge pull request #1279 from awpr/master
Change to per-key eager debouncing for ErgoDox EZ.
7 years ago
coderkun d28d390ad6 Update README for keymap “coderkun_neo2” 7 years ago
coderkun 49046f621b Merge tag '0.5.43' into coderkun_neo2 7 years ago
coderkun 9e7448ea89 Fix F-keys on right hand to start on first key 7 years ago
Andrew Pritchard cd30a60d0e Change to per-key eager debouncing for ErgoDox EZ.
Empirically, waiting for N consecutive identical scans as a debouncing
strategy doesn't work very well for the ErgoDox EZ where scans are very
slow compared to most keyboards.  Instead, debounce the signals by
eagerly reporting a change as soon as one scan observes it, but then
ignoring further changes from that key for the next N scans.

This is implemented by keeping an extra matrix of uint8 countdowns, such
that only keys whose countdown is currently zero are eligible to change.
When we do observe a change, we bump that key's countdown to DEBOUNCE.
During each scan, every nonzero countdown is decremented.

With this approach to debouncing, much higher debounce constants are
tolerable, because latency does not increase with the constant, and
debounce countdowns on one key do not interfere with events on other
keys.  The only negative effect of increasing the constant is that the
minimum duration of a keypress increases.  Perhaps I'm just extremely
unlucky w.r.t. key switch quality, but I saw occasional bounces even
with DEBOUNCE=10; with 15, I've seen none so far.  That's around 47ms,
which seems like an absolutely insane amount of time for a key to be
bouncy, but at least it works.
8 years ago
Fred Sundvik 430a8e1750 Fix LCD SS pin configuration
There was a typo, so the attempted configuration proably didn't do
what it should have done. I think it left the pin floating, and
could cause the LCD problems issue-1230.
8 years ago
Jack Humbert a25d4a90c3 Merge pull request #1235 from siroken3/siroken3
Siroken3
8 years ago
Stick 8665ed3efc small changes 8 years ago
Thomas Fitzsimmons bc7b1843ba Fix KEYMAP_YORUIAN macro
Fix the ordering of the arguments to the KEYMAP macro.
8 years ago
Fred Sundvik 94b14bdd6a Add missing serial_link.h include
Which fixes a warning when building Ergodox Infinity as a righthand
master.
8 years ago
Fred Sundvik 2d1528c69f Fix keymap yoruian on Infinity 8 years ago
Fred Sundvik 12159e782c Fix overflow warning in ordinary keymap 8 years ago
Fred Sundvik db6d7207b5 Fix overflow warnings in dvorak_programmer 8 years ago
Jack Humbert 30ad505dd0 Merge pull request #1213 from nstickney/master
ErgoDox Familiar layout
8 years ago
Fred Sundvik 65b7bf6878 Extract Ergodox default visualizer into simple_visualizer
It's good enough if you only want to change the lcd text and color.
8 years ago
Fred Sundvik c5d2b7ff16 Rename led test to led_keyframes and move animation to Ergodox 8 years ago
Fred Sundvik 306353bf06 Create a file for shared Ergodox Infinity animations 8 years ago
Fred Sundvik c6ca996f4e Combine startup and resume animations 8 years ago
Fred Sundvik ed1710589f Fix suspend not disabling backlight 8 years ago
Fred Sundvik 3074269c4a Move the logo drawing keyframe to lcd_keyframes 8 years ago
Fred Sundvik df67169d42 Move LCD logo to visualizer resources 8 years ago
Fred Sundvik 3eb8785e87 Add automatic flush for the LCD screen 8 years ago
Fred Sundvik 995002fa91 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 ago
Fred Sundvik 3994fb1e79 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 ago
Fred Sundvik b7041d06ae Move common visualizer keyframes into visualizer_keyframes.h 8 years ago
Fred Sundvik 64d63ab422 Remove the need to manually enable the visualizer 8 years ago
Fred Sundvik 1e7585e767 Separated backlight and LCD disable/enable
Also moved them to correct places
8 years ago
Fred Sundvik 5ba228b684 Move LCD backlight keyframes to its own file 8 years ago
Fred Sundvik 5815c5d317 Move LCD keyframes to its own file 8 years ago
Fred Sundvik 05bc4880dd 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 ago
Fred Sundvik fa6da78ff3 Simple layer display on Infinity Ergodox default layout 8 years ago
Fred Sundvik 65e8127c91 Add visualizer for Ergodox default 8 years ago
Fred Sundvik 5fbaf31dc2 Brightness for Ergodox Infinity emulated LEDs 8 years ago
Fred Sundvik 39385144e7 Emulate Ergodox EZ leds by LCD colors 8 years ago
Fred Sundvik 9a4ce28683 Display layer bitmap and keyboard led states on the LCD 8 years ago
Fred Sundvik 951b6f33a0 CIE 1931 for the LCD backlight 8 years ago
Fred Sundvik f113f95440 Move CIE1931 and breathing tables to its own file 8 years ago
Fred Sundvik bc97413bf7 Disable LEDs on Infinity Ergodox 8 years ago
Fred Sundvik e6f7a8a47a Display QMK logo at startup of Infinity Ergodox 8 years ago
Fred Sundvik a8f5897b97 Add support for blitting to the Infinity LCD 8 years ago
Fred Sundvik 2b24d35846 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 ago
Fred Sundvik f5c8941652 UGFX is compiled once per keyboard instead of keymap 8 years ago
Fred Sundvik bb86be1f1f Remove unneeded makefile include 8 years ago
Fred Sundvik aee9b10e92 Add a keyboard specific visualizer 8 years ago
Stick bcf70c0203 ErgoDox Familiar layout v1 8 years ago
Stick bee9183e7f Merge remote-tracking branch 'upstream/master' 8 years ago
Erez Zukerman 13c882a1fb disables space cadet rollover 8 years ago
Xyverz c034b61b1a Merge remote-tracking branch 'upstream/master' 8 years ago
coderkun 049f906b5e Fix keymap “coderkun_neo” to use LALT instead of RALT 8 years ago
coderkun 021edb6ec6 Add several Unicode symbols to keymap “coderkun_neo2” 8 years ago
coderkun c74f47555c Add keymap diagrams to readme of keymap “coderkun_neo2” 8 years ago
coderkun 605c4129cc Merge branch 'master' into coderkun_neo2 8 years ago
Jack Humbert 942f2ccee4 Merge pull request #1183 from Rovanion/real-master
Added instructions for how to build and flash the firmware with teensy_cli
8 years ago
Rovanion Luckey d6e51d2008 Added link to the teensy linux page. 8 years ago
mattdibi 2104900030 Removed images from ergodox ez italian layout 8 years ago
mattdibi 221b27c508 Fixed layout title in ergodox ez italian keymap 8 years ago
mattdibi b9b9a59f22 Fixed italian kymap readme 8 years ago
mattdibi 512eb5e1d5 Updated readme 8 years ago
mattdibi b6b85ed413 Added italian layout 8 years ago
Stick b6280d0cac unsatisfied with ESC/GRV/TAB positioning 8 years ago
Stick a47e916635 Merge remote-tracking branch 'upstream/master' 8 years ago
Stick a03d946d0c fixed unicode input issue 8 years ago
Jack Humbert 09ee922a63 Merge pull request #1155 from deadcyclo/master
Worked on deadcyclo layout
8 years ago
Jack Humbert 2e34d4bd85 update for infinity 8 years ago
nstickney d9efa02cfb added README.md 8 years ago
nstickney 1753c9383e Merge remote-tracking branch 'upstream/master' 8 years ago
nstickney 9895e376e7 added US-International support 8 years ago
Brendan Johan Lee 0d71e631ed [deadcyclo layout] fix an error in layer illustration 8 years ago
Brendan Johan Lee e66b31a648 [deadcyclo layout] Added second unicode layer, more sane layer switches 8 years ago