Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-10 | Add rasmus keymap and fix default keymap readme | Rasmus Schults | 5 | -3/+132 | |
2017-12-10 | adds the gh80_3000 project (#2132) | farmakon | 11 | -0/+472 | |
2017-12-10 | Add Lightsaver V3 keyboard | Rasmus Schults | 10 | -0/+678 | |
2017-12-10 | fixes audio/midi combinations | Jack Humbert | 1 | -1/+4 | |
2017-12-10 | fixes midi compile error | Jack Humbert | 1 | -1/+3 | |
2017-12-10 | update planck settings | Jack Humbert | 3 | -5/+2 | |
2017-12-10 | fix up midi stuff w/music mode | Jack Humbert | 4 | -11/+83 | |
2017-12-10 | Don't "unselect" left-hand rows | Seebs | 1 | -11/+3 | |
"unselecting" left-hand rows is a wasted i2c transaction. On the left-hand side, the ergodox uses a GPIO expander. It does *not* change "direction" (input/output) of pins, it just sets pins high or low. But all the pins are written at once. There's no way to change just one pin's value; you send a full byte of all eight row pins. (Not all of them are in use, but that doesn't matter.) So every pin is either +V or ground. This is in contrast with the right-hand side, which is using input mode to make pins be neutral. So there's no need to "deselect" the rows on the left side at all. To select row 0, you set the GPIO register for the rows to 0xFE. The previous code would then set it back to 0xFF, then set it to 0xFD on the next cycle. But we can just omit the intervening step, and set it to 0xFD next cycle, and get the same results. And yes, I tested that the keyboard still works. On my system, scan rate as reported by DEBUG_SCAN_RATE goes from 445 or so to 579 or so, thus, from ~2.24ms to ~1.73ms. Signed-off-by: seebs <seebs@seebs.net> | |||||
2017-12-10 | change the ?= assignments to = | Balz Guenat | 1 | -11/+11 | |
2017-12-10 | some planck keymap shiftings and include proper-making | Balz Guenat | 2 | -7/+7 | |
2017-12-10 | clean up bananasplit keymap | Balz Guenat | 4 | -40/+39 | |
2017-12-09 | Trim trailing whitespace | fauxpark | 28 | -88/+88 | |
2017-12-09 | Fix some of the more obvious typos | fauxpark | 27 | -59/+59 | |
2017-12-09 | Format keycode tables | fauxpark | 12 | -621/+736 | |
2017-12-09 | Convert all headings to Title Case | fauxpark | 49 | -198/+191 | |
2017-12-09 | New Planck Layout (#2123) | Nico Hormazábal | 4 | -0/+427 | |
* added own keymap for planck * Update Readme.md * Update Readme.md * Update Readme.md * Update Readme.md * Update Readme.md | |||||
2017-12-09 | Turn on prevent stuck modifiers for my keymaps. | Fredric Silberberg | 3 | -3/+9 | |
2017-12-09 | Updated copyright headers and peer review fixes | Cole Markham | 6 | -11/+6 | |
2017-12-09 | Update Meira readme | Cole Markham | 1 | -16/+19 | |
2017-12-09 | Add support for Meira | Cole Markham | 23 | -0/+2186 | |
2017-12-09 | Add support for LFKeyboard products: LFK78, LFK87 and SMK65 | Scott Wilson | 37 | -0/+3180 | |
2017-12-08 | fix link for grave escape in docs | Balz Guenat | 1 | -1/+1 | |
2017-12-08 | Updated readme | Martin Gondermann | 1 | -1/+1 | |
2017-12-08 | Updated color for base layer to better match my key caps (Dasher) | Martin Gondermann | 3 | -11/+2 | |
2017-12-08 | Pointing to the right build URL | Gaëtan Ark | 1 | -1/+1 | |
The previous URI used to point to the Nyquist keyboard build guide. | |||||
2017-12-08 | Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at' | Colin T.A. Gray | 3 | -11/+52 | |
Refactors rgblight_toggle to use rgblight_enable or rgblight_disable Use 'rgblight_setrgb_at/rgblight_sethsv_at' to control an individual LED | |||||
2017-12-08 | helper to compare current layer_state to user layer | Colin T.A. Gray | 2 | -0/+12 | |
Performs the same bit comparison that the layer_move functions perform | |||||
2017-12-08 | Add a slightly modified ordinary layout for OSX | Cosmin Cojocar | 6 | -0/+615 | |
2017-12-08 | Enable tap dance and other features for Whitefox | andy | 2 | -0/+19 | |
The custom matrix code was missing calls to matrix_*_quantum, disabling quantum features. | |||||
2017-12-08 | add do60 support | Unknown | 9 | -0/+321 | |
2017-12-07 | move lcd_backlight_keyframes to correct location | Jack Humbert | 1 | -0/+0 | |
2017-12-07 | Add support for 7x4 ortholinear split KB Ergo42 | Biacco42 | 22 | -0/+1674 | |
2017-12-07 | F5 pin doesn't support PWM, so breathing isn't an option | Colin T.A. Gray | 1 | -1/+0 | |
2017-12-07 | fixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWM | Colin T.A. Gray | 1 | -0/+6 | |
2017-12-06 | Updates to drashna keymaps and userspace (#2093) | Drashna Jaelre | 9 | -63/+99 | |
* Add "secret" macor * Updating secret macros * Re-add RGB to Ergodox * Fixed issue when RGB was disabled * Consistency changes * Updated bootloader macro * Fixing audio setup * Fix bootloader typo * Update to full list of stings (for completeness) * Template fix * Finally got woodpad to force numlock * Fix for new RGB mode | |||||
2017-12-05 | Katana60 (#2068) | Baris Tosun | 14 | -0/+768 | |
* Add files via upload * katana60 defaults, initial pull-request * removed icons from google drive * added simple readme files * pull-request updates * readme file updated * readme file formatting * improvements before live * colemak readme * updated readme files * removed makefiles and updated readme | |||||
2017-12-05 | Fix Audio chime overrides in split keyboards | Drashna Jael're | 8 | -134/+0 | |
2017-12-05 | adds led control functions to XD75 layout | Colin T.A. Gray | 3 | -0/+118 | |
2017-12-05 | Add Crawlpad 2017 files. | Cole Markham | 7 | -0/+262 | |
2017-12-04 | adds 'RGB_RMOD' to go through RGB modes in reverse | Colin T.A. Gray | 3 | -10/+21 | |
2017-12-04 | Fix typo in make example | Drashna Jaelre | 1 | -1/+1 | |
It has `:all" when it clearly is referencing the command without `:all`. | |||||
2017-12-03 | Magicforce68 now in bluetooth flavour (#2051) | Harshit Goel | 6 | -0/+372 | |
* Added working code for mf68_ble * update read.md * update read.md * update read.md * update readme * Update README.md * Update README.md * added reddit post * Update README.md * Update README.md | |||||
2017-12-03 | update advanced_keycodes; oneshot = sticky/dead keys | mmikeww | 1 | -1/+1 | |
2017-12-03 | update glossary; oneshot key = sticky/dead key | mmikeww | 1 | -1/+1 | |
2017-12-03 | Flesh out the grave escape overrides | skullY | 4 | -6/+45 | |
2017-12-03 | Remove unnecessary audio code from orthodox (#2076) | Drashna Jaelre | 1 | -25/+7 | |
* Remove unnecessary startup/shutdown code * Leave functions intact * Update rev1.c | |||||
2017-12-03 | Add keymap for atreus and minidox (#2079) | khitsule | 6 | -0/+199 | |
* keymap for atreus and minidox * minidox keymap khitsule cleaned | |||||
2017-12-03 | Fix broken link in docs | mmikeww | 1 | -1/+1 | |
This link was broken. And the latest, live version of that keymap link doesn't line up with the docs below, so the link will now point to the older version of the file in the git history | |||||
2017-12-03 | Modified default keymap to match ps2avrgb default | Ethan Madden | 1 | -4/+10 | |
2017-12-01 | Change awk detector to work with mawk; fixes #2073 | Tim Dierks | 1 | -1/+1 | |