From 742e11c80981f8b447b9c5e281b14bfd77f74cc9 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sat, 25 Dec 2021 22:06:57 -0600 Subject: Add first version of keyboard created This first revision of the original flashed image is one that more slightly suits my needs, with more of the Emacs modifier keys being placed on the thumb-clusters, rather than scattered around. Currently, only Layer 0 is customized. None of the others have been changed. --- rules.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rules.mk (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk new file mode 100644 index 0000000..078bd2f --- /dev/null +++ b/rules.mk @@ -0,0 +1,7 @@ +# Set any rules.mk overrides for your specific keymap here. +# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file +CONSOLE_ENABLE = no +COMMAND_ENABLE = no +WEBUSB_ENABLE = yes +ORYX_ENABLE = yes +SRC = matrix.c -- cgit v1.2.3