diff --git a/Makefile b/Makefile index ecb9bcf..684de54 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ all: $(MAKE) format format: - clang-format -i dztech_dz60rgb_wkl/keymaps/haunt98/*.c dztech_dz60rgb_wkl/keymaps/haunt98/*.h + clang-format -i dztech_dz60rgb_wkl/keymaps/haunt98/*.c dztech_dz60rgb_wkl/keymaps/haunt98/*.h & \ + clang-format-mp-15 -i dztech_dz60rgb_wkl/keymaps/haunt98/*.c dztech_dz60rgb_wkl/keymaps/haunt98/*.h clean: rm -rf dztech_dz60rgb_wkl_v2_1_haunt98.bin diff --git a/README.md b/README.md index a1a6207..cb309a6 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Interesting - [Yet another keyboard post, or, introducing ErgoNICE](https://val.packett.cool/blog/ergonice/) - [Keyboard Matrix Scanning and Debouncing](https://summivox.wordpress.com/2016/06/03/keyboard-matrix-scanning-and-debouncing/) - [QMK USB to USB Keyboard Protocol Converter](https://yaowei.dev/posts/usb-to-usb-converter/) +- [Programming On 34 Keys](https://peppe.rs/posts/programming_on_34_keys/) - [Pascal Getreuer's QMK keymap](https://github.com/getreuer/qmk-keymap) - [Miryoku](https://github.com/manna-harbour/miryoku)