summaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/keymaps/egstad
Commit message (Collapse)AuthorAgeFilesLines
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-031-1/+0
|
* 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-282-9/+9
| | | | | | | | * 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
* Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750)Ryan2021-02-061-3/+0
|
* [Keymap] Adds Egstad Preonic Profile (#6837)Jordan Egstad2019-09-304-0/+334
* 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