diff options
author | ajp10304 <a.Pocklington@Gmail.com> | 2018-07-14 23:21:28 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-14 15:21:28 -0700 |
commit | ffa5c4843032b492c0c67cecad48b16aa5ed45a6 (patch) | |
tree | b329656ef9da2a0c24bdc5bbe98d208f104a7f26 /keyboards/handwired/atreus50/keymaps/ajp10304/rules.mk | |
parent | a69b6104567d279672baf8cd689f845a12007c06 (diff) |
AJP10304 Atreus 50 layout (#3403)
Diffstat (limited to 'keyboards/handwired/atreus50/keymaps/ajp10304/rules.mk')
-rw-r--r-- | keyboards/handwired/atreus50/keymaps/ajp10304/rules.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/handwired/atreus50/keymaps/ajp10304/rules.mk b/keyboards/handwired/atreus50/keymaps/ajp10304/rules.mk new file mode 100644 index 0000000000..f2a91de897 --- /dev/null +++ b/keyboards/handwired/atreus50/keymaps/ajp10304/rules.mk @@ -0,0 +1,12 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif + +AUDIO_ENABLE = no +MOUSEKEY_ENABLE = yes + +TEMP := $(OPT_DEFS) +OPT_DEFS = $(filter-out -DBOOTLOADER_SIZE=4096,$(TEMP)) +OPT_DEFS += -DBOOTLOADER_SIZE=512 + +BOOTLOADER = halfkay |