Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-19 | Promethium rev2 | ||
* 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix | |||
2017-04-17 | Fixed a weird diff mishap. | ||
2017-04-17 | Merge branch 'tv44_revamp' | ||
2017-04-17 | Updated my TV44 keymap to be more planck-like. | ||
Used the current default planck keymap as a guide. | |||
2017-04-17 | Fixed dvorak layout for Atreus50 | ||
2017-04-16 | macros to make keymap reading easier. | ||
2017-04-16 | Added keymap to TV44 Revamp | ||
2017-04-16 | Added simple macros to test. | ||
2017-04-16 | Added media layer for ht_156 | ||
2017-04-16 | Added ht_156 keymap files | ||
2017-04-16 | Merge branch 'master' into layouts/adam-lee | ||
2017-04-16 | Merge branch 'master' into dev | ||
2017-04-16 | Add a personal layout for adam | ||
Collectively we should keep on working on the "default" layout. I am adding my own layout to freely explore adjustments and new features. | |||
2017-04-16 | Replace RALT with RSFT | ||
2017-04-16 | Added END and other keymap file formatting. | ||
2017-04-16 | Added DEL and F1 to F12 keys | ||
2017-04-16 | Added keymap commets to default layout. | ||
2017-04-15 | - Added S-60-X RGB directory (based on qmk.sized.io work) | ||
2017-04-14 | Add TAB, N, LSFT on Layer 2 | ||
2017-04-13 | Add KC_T on Layer 2 | ||
2017-04-13 | Add LCTL + L on Layer 2 | ||
2017-04-14 | Fix KEYMAP_YORUIAN macro | ||
Fix the ordering of the arguments to the KEYMAP macro. | |||
2017-04-13 | Add missing serial_link.h include | ||
Which fixes a warning when building Ergodox Infinity as a righthand master. | |||
2017-04-13 | Update keymap - hopefully more usable | ||
2017-04-13 | Fix warnings in CMD-Preonic | ||
The startup_sound is defined using MUSICAL_NOTEs, since non-constant initializer expressions are not allowed in C. | |||
2017-04-13 | Fix warnings in planck/lucas keymap | ||
Register the unshifted version DE_LESS, rather than the shifted DE_MORE | |||
2017-04-13 | Fix warnings in kitten_paw/ickerwx keymap | ||
2017-04-13 | Rename MS-sculpt-mobile to MS_scuplpt_mobile | ||
Subprojects with "-" have problems, since the build system creates a define containing the subproject name, and "-" is illegal in macro names. | |||
2017-04-13 | Add SKIP_VERSION option to speed up compilation | ||
2017-04-13 | Fix frosty_flake warning when print is disabled | ||
2017-04-13 | Fix keymap yoruian on Infinity | ||
2017-04-13 | Fix overflow warning in ordinary keymap | ||
2017-04-13 | Fix overflow warnings in dvorak_programmer | ||
2017-04-12 | Replace double quote with comma | ||
2017-04-12 | Enable RGB Animation | ||
2017-04-12 | Merge branch 'master' into miuni32-OA | ||
2017-04-12 | colemak layout maybe | ||
2017-04-12 | Merge pull request #1220 from joedevivo/master | ||
mimic atreus firmware defaults | |||
2017-04-12 | Merge pull request #1212 from Xyverz/master | ||
atreus keymap overhaul | |||
2017-04-12 | Merge pull request #1213 from nstickney/master | ||
ErgoDox Familiar layout | |||
2017-04-12 | Merge pull request #1216 from Khord/master | ||
Added breathing macros/mappings and removed mappings to unused layouts | |||
2017-04-12 | Merge pull request #1222 from kamisamamizu/patch-1 | ||
Fixed position of BSLS and BSPC on the xd60 | |||
2017-04-12 | Fixed position of BSLS and BSPC | ||
They were in the incorrect positions before. | |||
2017-04-12 | Update default layout | ||
This is a 2U Spacebar layout. Spacebar is between V and B. Issue: - RGB MOD does not seem to do anything | |||
2017-04-10 | mimic atreus firmware defaults | ||
2017-04-09 | Extract Ergodox default visualizer into simple_visualizer | ||
It's good enough if you only want to change the lcd text and color. | |||
2017-04-09 | Rename led test to led_keyframes and move animation to Ergodox | ||
2017-04-09 | Create a file for shared Ergodox Infinity animations | ||
2017-04-09 | Combine startup and resume animations | ||
2017-04-09 | Fix suspend not disabling backlight | ||