summaryrefslogtreecommitdiffstats
path: root/keyboards/dichotomy
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre1-1/+1
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark1-4/+0
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill1-1/+1
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-6/+0
* 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
2019-01-12Remove empty fn_actions[]fauxpark1-5/+0
2019-01-04Dichotomy: fix info.json mismatch (#4771)noroadsleft1-1/+1
The info.json file was missing the two keys that correspond to the rotary encoders.
2018-12-20update the alairock keymap for dichotomy (#4687)Skyler Lewis1-14/+14
Just a couple placement updates to my layout on the dichotomy keyboard.
2018-12-11Keymap: Dichotomy keymap by alairock (#4608)Skyler Lewis1-0/+196
* dichotemy layout for alairock * dichotemy layout for alairock * complete overhaul * fix suggestions
2018-12-06Keyboard: Fixing spelling, updating code, finalizing keymap for Dichotomy ↵Snipeye8-0/+1076
(#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