aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/dichotomy/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Dichotomy keymap by beat (#8279)dr-BEat2020-03-062-0/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added more led helpers * Working keymap * Added new mouse button an made lower layer toggleable * Small improvement to process_record_user * Removed extra layer buttons * Added Numpad to apply layer * Moved buttons and added toggle for raise button * Added Menu,PrintScreen and Windowslock buttons, and left handmouse * Fixed Scroll Buttons * Turned TAPPING TOGGLE to 2 * Switched Del and Ctrl on left hand * Added Home Button to Mouse layer * Fixed led initialization to avoid red led on boot * Updated formatting to follow guidelines * Used enums instead of defines and used layer_state_t type * Added license * Moved TAPPING settings to keymap config * Fixed small formatting issue in keymap.c * Use GPIO Control instead of lowlevel ports
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-1/+1
| | | | | | | | * 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-161-4/+0
|
* Remove empty fn_actions[]fauxpark2019-01-111-5/+0
|
* update the alairock keymap for dichotomy (#4687)Skyler Lewis2018-12-191-14/+14
| | | | Just a couple placement updates to my layout on the dichotomy keyboard.
* Keymap: Dichotomy keymap by alairock (#4608)Skyler Lewis2018-12-111-0/+196
| | | | | | | | | | * dichotemy layout for alairock * dichotemy layout for alairock * complete overhaul * fix suggestions
* Keyboard: Fixing spelling, updating code, finalizing keymap for Dichotomy ↵Snipeye2018-12-051-0/+506
(#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