summaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/keymaps/egstad/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless line continuations (#19399)Ryan2022-12-301-25/+25
|
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
|
* Normalise Auto Shift keycodes (#18892)Ryan2022-10-281-3/+3
| | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-4/+4
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-8/+8
| | | | | * fix sat75 * update uint32_t to layer_state
* [Keymap] Adds Egstad Preonic Profile (#6837)Jordan Egstad2019-09-301-0/+229
* setup local build config, created npm build script to speed things up * removed some profiles and gutted readme * began configuring default and lower layout * lower: fixed right arrow and added music toggle * began configuring default and lower layout * changed startup song * updated comment typos * I did that thing where i basically refactored everything :) * Converted 2U key to 1U's * Reorganized and tidied up * Reorganized and tidied up * space now changes layers * updated numbpad * updated readme * removed unwanted files * addressed change requests