summaryrefslogtreecommitdiff
path: root/keyboards/dichotomy
Commit message (Collapse)AuthorAge
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-16
|
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-19
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-16
|
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-27
|
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove empty fn_actions[]fauxpark2019-01-11
|
* Dichotomy: fix info.json mismatch (#4771)noroadsleft2019-01-04
| | | | The info.json file was missing the two keys that correspond to the rotary encoders.
* update the alairock keymap for dichotomy (#4687)Skyler Lewis2018-12-19
| | | | Just a couple placement updates to my layout on the dichotomy keyboard.
* Keymap: Dichotomy keymap by alairock (#4608)Skyler Lewis2018-12-11
| | | | | | | | | | * dichotemy layout for alairock * dichotemy layout for alairock * complete overhaul * fix suggestions
* Keyboard: Fixing spelling, updating code, finalizing keymap for Dichotomy ↵Snipeye2018-12-05
(#4539) * Fixing spelling, updating code, finalizing keymap for Dichotomy * Fixing requested changes in PR * Further PR-requested changes for convention * Making macros functionable, removing unecessary defs * Fixing keymap to properly use previously-changed macros