aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/1up60hse
AgeCommit message (Collapse)Author
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)Gravatar zvecr
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)Gravatar Drashna Jaelre
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2018-12-071up60hse: Make Keymap Rows Match Keyboard Row Layout (#4564)Gravatar Alex Mayer
Remove unused process_record_user function
2018-11-10Keymap: Add default keymap from web for 1up60hse (#4351)Gravatar Logan Huskins
2018-09-09Keyboard: Updated readmes for 1upkeyboards (#3864)Gravatar noroadsleft
Corrected the make examples by adding the parent directory. Updated the QMK Docs links for the build environment setup and the make instructions. Added links to the Newbs Guide.
2018-08-26Keyboard: Make a 1upkeyboards directory for visibility (#3759)Gravatar MechMerlin