| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-10 | some planck keymap shiftings and include proper-making | ||
| 2017-12-10 | clean up bananasplit keymap | ||
| 2017-12-09 | Trim trailing whitespace | ||
| 2017-12-09 | Fix some of the more obvious typos | ||
| 2017-12-09 | Format keycode tables | ||
| 2017-12-09 | Convert all headings to Title Case | ||
| 2017-12-09 | New Planck Layout (#2123) | ||
| * 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. | ||
| 2017-12-09 | Updated copyright headers and peer review fixes | ||
| 2017-12-09 | Update Meira readme | ||
| 2017-12-09 | Add support for Meira | ||
| 2017-12-09 | Add support for LFKeyboard products: LFK78, LFK87 and SMK65 | ||
| 2017-12-08 | fix link for grave escape in docs | ||
| 2017-12-08 | Updated readme | ||
| 2017-12-08 | Updated color for base layer to better match my key caps (Dasher) | ||
| 2017-12-08 | Pointing to the right build URL | ||
| 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' | ||
| 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 | ||
| Performs the same bit comparison that the layer_move functions perform | |||
| 2017-12-08 | Add a slightly modified ordinary layout for OSX | ||
| 2017-12-08 | Enable tap dance and other features for Whitefox | ||
| The custom matrix code was missing calls to matrix_*_quantum, disabling quantum features. | |||
| 2017-12-08 | add do60 support | ||
| 2017-12-07 | move lcd_backlight_keyframes to correct location | ||
| 2017-12-07 | Add support for 7x4 ortholinear split KB Ergo42 | ||
| 2017-12-07 | F5 pin doesn't support PWM, so breathing isn't an option | ||
| 2017-12-07 | fixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWM | ||
| 2017-12-05 | Updates to drashna keymaps and userspace (#2093) | ||
| * 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) | ||
| * 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-04 | Fix Audio chime overrides in split keyboards | ||
| 2017-12-04 | adds led control functions to XD75 layout | ||
| 2017-12-04 | Add Crawlpad 2017 files. | ||
| 2017-12-04 | adds 'RGB_RMOD' to go through RGB modes in reverse | ||
| 2017-12-04 | Fix typo in make example | ||
| It has `:all" when it clearly is referencing the command without `:all`. | |||
| 2017-12-03 | Magicforce68 now in bluetooth flavour (#2051) | ||
| * 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 | ||
| 2017-12-03 | update glossary; oneshot key = sticky/dead key | ||
| 2017-12-03 | Flesh out the grave escape overrides | ||
| 2017-12-02 | Remove unnecessary audio code from orthodox (#2076) | ||
| * Remove unnecessary startup/shutdown code * Leave functions intact * Update rev1.c | |||
| 2017-12-02 | Add keymap for atreus and minidox (#2079) | ||
| * keymap for atreus and minidox * minidox keymap khitsule cleaned | |||
| 2017-12-02 | Fix broken link in docs | ||
| 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-02 | Modified default keymap to match ps2avrgb default | ||
| 2017-11-30 | Change awk detector to work with mawk; fixes #2073 | ||
| 2017-11-30 | Fix internal links in docs/ (#2080) | ||
| One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names. | |||
| 2017-11-29 | Fixed minor typo in bootloader code | ||
| 2017-11-28 | 16 byte optimization of macro ;) | ||
| 2017-11-27 | Update Userspace info to include Bootloader detection | ||
| 2017-11-27 | Updates bootloader settings, adds file size check (#2029) | ||
| * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title | |||
| 2017-11-27 | JJ40 updates (#2056) | ||
| * my bits * fixed safdb * readme * readme * better name, fixed compile error * fixed matrix user * cleanup | |||
| 2017-11-27 | Merge pull request #2047 from seebs/seebs/ergodox_brightness | ||
| Make brightness easier to change | |||
| 2017-11-26 | Fix build instructions in the Dactyl readme | ||
| Reflects the changes in #1784 | |||
| 2017-11-26 | shell.nix: add teensy loader | ||