summaryrefslogtreecommitdiff
path: root/keyboards/knops/mini/keymaps/mverteuil/keymap.c
AgeCommit message (Collapse)Author
2023-01-20Fix functions with empty params (#19647)Ryan
* Fix functions with empty params * Found a bunch more
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2021-08-04[Keyboard] Fix knops keymaps (#13872)Dasky
2021-08-03Unconditionally call led_init_ports (#12116)Joel Challis
* Unconditionally call led_init_ports * Another call to led_init_ports
2020-01-18[Keymap] Added mverteuil keymaps and userspace common code (#7876)M. de Verteuil
* Added mverteuil content - Userspace - Knops keymap - Preonic keymaps * Simplified and replaced some magic numbers * Convert tabs to spaces * Clean up LED handling, better animation, better layer init * Use get_highest_layer per @drashna suggestion * Reorder prototypes/reformat * Simplified/more expessive and fixed initial layer LED * Remove changes to git ignored files