summaryrefslogtreecommitdiffstats
path: root/keyboards/dz60/keymaps/iso_split-spacebar/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-1/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove rgblight_list.h (#18878)Ryan2022-10-271-4/+4
| | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* 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`
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-071-1/+1
|\
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-071-1/+1
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-14/+14
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* dz60 iso split - cleaned up the readme and replaced normal key with numpad ↵mcarni2020-06-131-8/+25
| | | | | | | | | | | | key on numpad layer (#9339) * README cleanup * replaced "normal" numbers with "keypad" numbers: KC_P4 replaced by KC_KP_P4 * replaced "normal" keys on Numpad Layer with the "KeyPad" keys KC_1 replaced by KC_P1 etc.
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-5/+0
|
* added an ISO split spacebar layout, keymap and readme files (#4165)mcarni2018-10-191-0/+193