summaryrefslogtreecommitdiffstats
path: root/keyboards/redox/keymaps/italian/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-061-7/+7
|
* Keyboard: Redox keymaps refactoring (#4258)Mattia Dal Ben2018-10-271-80/+66
| | | | | | | | | | | | | | | | | | | | | | | | * Reconfigured keymap macro to resemble physical layout * Updated italian keymap * Added RGB controls * Updated default keymap * Updated german layout * Updated jeherve keymap * Changed include guards to pragmas * Changed include guards to pragmas in keymaps * Update readme * Fixed unused include * Fixed indentation
* redox: convert to use SPLIT_KEYBOARD feature (#3478)Len Trigg2018-07-251-1/+0
|
* Default layout for the Redox keyboard (#2954)Mattia Dal Ben2018-05-131-0/+117
* Improved default layout for Redox keyboard, renamed old layout * Corrected copyright note