Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 1 | -28/+28 |
| | |||||
* | Update use of legacy keycodes (#19120) | Joel Challis | 2022-11-22 | 1 | -2/+2 |
| | |||||
* | Remove legacy Debug keycode (#18769) | Ryan | 2022-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core | ||||
* | Remove legacy sendstring keycodes (#18749) | Ryan | 2022-10-17 | 1 | -1/+1 |
| | |||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 1 | -12/+12 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove remaining use of terminal keys and related comment labels (#18402) | Johannes Löthberg | 2022-09-29 | 1 | -1/+1 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 1 | -1/+1 |
| | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | [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 | ||||
* | Convert Dip Switch callbacks to boolean functions (#13399) | Drashna Jaelre | 2021-07-01 | 1 | -1/+2 |
| | |||||
* | Convert Encoder callbacks to be boolean functions (#12805) | Drashna Jaelre | 2021-05-21 | 1 | -10/+11 |
| | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750) | Ryan | 2021-02-06 | 1 | -3/+0 |
| | |||||
* | [Keymap] Added two different Swedish layouts for the Niu Mini 40% and ↵ | senseored | 2019-09-25 | 4 | -0/+484 |
Preonic 50%. (#6793) * added preonic keymap senseored * added niu_mini/tobias * Changed readme's to explain that these are swedish layouts * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/niu_mini/keymaps/tobias/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Made changes according to drashna's suggestions * Changed to tap_code(KC_NLCK) * Added #define RGBLIGHT_SLEEP * Added #define RGBLIGHT_SLEEP * Removed include config.h |