summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-28Modified ht_156 keymaphtang1561-9/+13
2017-04-17Added simple macros to test.htang1561-9/+62
2017-04-17Added media layer for ht_156htang1561-3/+18
2017-04-17Added ht_156 keymap fileshtang1564-0/+139
2017-04-17Merge branch 'master' into devAdam YH Lee42-72/+115
2017-04-16Replace RALT with RSFTAdam YH Lee1-2/+2
2017-04-16Added END and other keymap file formatting.htang1561-13/+13
2017-04-16Added DEL and F1 to F12 keyshtang1561-6/+6
2017-04-16Added keymap commets to default layout.htang1561-0/+36
2017-04-14Add TAB, N, LSFT on Layer 2Adam YH Lee1-1/+1
2017-04-14Add KC_T on Layer 2Adam YH Lee1-1/+1
2017-04-14Add LCTL + L on Layer 2Adam YH Lee1-1/+1
2017-04-13Merge pull request #1226 from fredizzimo/fix_ergodox_righthand_warningJack Humbert1-0/+1
Add missing serial_link.h include
2017-04-13Add missing serial_link.h includeFred Sundvik1-0/+1
Which fixes a warning when building Ergodox Infinity as a righthand master.
2017-04-13Merge pull request #1225 from fredizzimo/fix_lcd_led_status_buffer_overrunJack Humbert1-2/+2
Fix buffer overrun in lcd_keyframes
2017-04-13Fix buffer overrun in lcd_keyframesFred Sundvik1-2/+2
This would often cause the keyboard to crash when restarting the computer.
2017-04-13Merge pull request #1224 from fredizzimo/fix_warningsJack Humbert40-70/+112
Fix all warnings and turn on warnings as errors
2017-04-13Update keymap - hopefully more usableAdam YH Lee1-9/+9
2017-04-13Add make option for allowing warningsFred Sundvik1-2/+6
2017-04-13Fix process_unicode_common.c being included twiceFred Sundvik1-3/+7
2017-04-13Fix warnings when ACTION_ONESHOT is disabledFred Sundvik1-1/+1
2017-04-13Include host.h from suspend.cFred Sundvik1-0/+1
2017-04-13Fix warnings in CMD-PreonicFred Sundvik1-5/+5
The startup_sound is defined using MUSICAL_NOTEs, since non-constant initializer expressions are not allowed in C.
2017-04-13Fix warnings in process_printerFred Sundvik3-13/+15
2017-04-13Fix warnings in planck/lucas keymapFred Sundvik1-3/+3
Register the unshifted version DE_LESS, rather than the shifted DE_MORE
2017-04-13Fix warnings in kitten_paw/ickerwx keymapFred Sundvik2-2/+2
2017-04-13Make MOUSEKEY_MOVE_MAX and MOUSEKEY_WHEEL_MAX configurableFred Sundvik1-2/+11
Kitten_paw/ickerwx was doing that
2017-04-13Rename MS-sculpt-mobile to MS_scuplpt_mobileFred Sundvik7-10/+11
Subprojects with "-" have problems, since the build system creates a define containing the subproject name, and "-" is illegal in macro names.
2017-04-13Add SKIP_VERSION option to speed up compilationFred Sundvik18-0/+8
2017-04-13Fix frosty_flake warning when print is disabledFred Sundvik1-1/+3
2017-04-13Fix keymap yoruian on InfinityFred Sundvik2-23/+12
2017-04-13Fix name collision between ChibiOS and keymap_germanFred Sundvik1-0/+4
2017-04-13Fix overflow warning in ordinary keymapFred Sundvik1-1/+1
2017-04-13Fix overflow warnings in dvorak_programmerFred Sundvik1-3/+3
2017-04-13Disable array bounds warning in keymap_function_id_to_actionFred Sundvik1-0/+7
2017-04-13Fix undefined eeprom warnings in unicode processingFred Sundvik2-0/+2
2017-04-13Enable warnings as errorsFred Sundvik1-0/+2
2017-04-13Add makefile option to break on errorsFred Sundvik1-3/+10
2017-04-13Replace double quote with commaAdam YH Lee1-4/+4
2017-04-13Enable RGB AnimationAdam YH Lee1-0/+1
2017-04-13Merge branch 'master' into miuni32-OAAdam YH Lee54-1356/+2454
2017-04-12Merge pull request #1220 from joedevivo/masterJack Humbert1-2/+2
mimic atreus firmware defaults
2017-04-12Merge pull request #1212 from Xyverz/masterJack Humbert2-44/+286
atreus keymap overhaul
2017-04-12Merge pull request #1213 from nstickney/masterJack Humbert4-1/+337
ErgoDox Familiar layout
2017-04-12Merge pull request #1216 from Khord/masterJack Humbert2-4/+39
Added breathing macros/mappings and removed mappings to unused layouts
2017-04-12Merge pull request #1222 from kamisamamizu/patch-1Jack Humbert1-2/+2
Fixed position of BSLS and BSPC on the xd60
2017-04-12Merge pull request #1217 from fredizzimo/ergodox_default_visualizerJack Humbert43-1302/+1787
Enable Ergodox Infinity LCD visualization
2017-04-12Fixed position of BSLS and BSPCkamisamamizu1-2/+2
They were in the incorrect positions before.
2017-04-12Update default layoutAdam YH Lee2-19/+53
This is a 2U Spacebar layout. Spacebar is between V and B. Issue: - RGB MOD does not seem to do anything
2017-04-12Fix code formatting in build_keyboard.mkFred Sundvik1-82/+83