diff options
author | scott-t-wilson <scott.t.wilson@gmail.com> | 2018-02-23 13:16:10 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-23 13:16:10 -0500 |
commit | 3f3d0551cd5f2ca0b72fc4b24d1d7955ffa8cb78 (patch) | |
tree | 0abed9c5a39693745060f75606f67771051f041c /keyboards/lfkeyboards/lfkpad/rules.mk | |
parent | f7461748744c1e3a5bae3b7a54d5b0d8439606e6 (diff) | |
download | qmk_firmware-3f3d0551cd5f2ca0b72fc4b24d1d7955ffa8cb78.tar.gz |
Lfkeyboards updates (#2421)
* Update smk65 fn layer, add iso
* Added Fn layer to ISO keymap
* Fix error when backlight is disabled but lighting isn't
* Remove broke mini1800 iso map
* Add keymaps
* Add LFKPad
* Add split delete to lfk78
* Typo
* Custom keymap
Diffstat (limited to 'keyboards/lfkeyboards/lfkpad/rules.mk')
-rw-r--r-- | keyboards/lfkeyboards/lfkpad/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/lfkeyboards/lfkpad/rules.mk b/keyboards/lfkeyboards/lfkpad/rules.mk new file mode 100644 index 000000000..0b865537e --- /dev/null +++ b/keyboards/lfkeyboards/lfkpad/rules.mk @@ -0,0 +1,14 @@ +SRC = TWIlib.c issi.c lighting.c + +MCU = atmega32u4 +OPT_DEFS += -DBOOTLOADER_SIZE=4096 + +F_CPU = 16000000 +F_USB = $(F_CPU) +ARCH = AVR8 + +# Interrupt driven control endpoint task(+60) +OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT +ifndef QUANTUM_DIR + include ../../Makefile +endif |