Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove empty rules.mk from keymaps (#20056) | Joel Challis | 2023-03-08 | 1 | -0/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 1 | -36/+36 |
| | |||||
* | Remove legacy USE_SERIAL define (#18292) | Dasky | 2022-09-06 | 1 | -3/+0 |
| | | | | | * Remove legacy USE_SERIAL define * tidy up missed comments | ||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | [Bug] Develop - Change uint32_t to layer_state_t (#13596) | Xelus22 | 2021-07-19 | 1 | -1/+1 |
| | | | | | * fix sat75 * update uint32_t to layer_state | ||||
* | Remove user keymap changes | Drashna Jaelre | 2019-04-05 | 1 | -1/+5 |
| | |||||
* | Additional cleanup of orthodox files and keymaps | Drashna Jaelre | 2019-04-05 | 1 | -5/+1 |
| | |||||
* | Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154) | fauxpark | 2019-02-17 | 1 | -4/+0 |
| | |||||
* | Fixed the command required to build the layout in A persona Orthodox Layout ↵ | rfvizarra | 2018-06-26 | 1 | -1/+1 |
| | | | | | | (#3234) * Fixed the command to build the layout | ||||
* | A personal layout for the orthodox keyboard (#3006) | rfvizarra | 2018-05-22 | 4 | -0/+202 |
* A personal layout for the orthodox keyboard * Added layout readme.md * Consolidated inclues with #include QMK_KEYBOARD_H * Moved layer tones setup to config.h * Replace persistent_default_layer_set calls with set_single_persistent_default_layer * Simplified the process_record_user function using layer_state_set_user function and MO() to set the lower, raise, nav and media layers * Removed AUDIO_ENABLE ifdefs and persistent_default_layer_set() as they are not needed any more |