From 37d7fd12e2fea0dd50dd8ff0a4772e4cad7f0a27 Mon Sep 17 00:00:00 2001 From: Juno Nguyen Date: Tue, 7 Jan 2020 12:35:08 +0800 Subject: Juno (#7652) * Added community layout juno and junonum; removed poorly maintained variants of juno; added junonum-a47. * Added community layout juno and junonum; removed poorly maintained variants of juno; added junonum-a47. * updated layout type for juno * Performing requested changes; renaming a47; fine-tuning of codes in community layout keymaps. * Fine tuning to requested changes. * Further tuning to suggestion. * Update layouts/community/ortho_4x12/juno/keymap.c Co-Authored-By: fauxpark * Update layouts/community/ortho_4x12/juno/keymap.c Co-Authored-By: fauxpark * Update keyboards/maartenwut/atom47/keymaps/junonum_a47/keymap.c Co-Authored-By: fauxpark * Update keyboards/maartenwut/atom47/keymaps/junonum_a47/keymap.c Co-Authored-By: fauxpark Co-authored-by: fauxpark --- layouts/community/ortho_4x12/junonum/rules.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 layouts/community/ortho_4x12/junonum/rules.mk (limited to 'layouts/community/ortho_4x12/junonum/rules.mk') diff --git a/layouts/community/ortho_4x12/junonum/rules.mk b/layouts/community/ortho_4x12/junonum/rules.mk new file mode 100644 index 0000000000..e206273f82 --- /dev/null +++ b/layouts/community/ortho_4x12/junonum/rules.mk @@ -0,0 +1,16 @@ +SRC += muse.c + +ifeq ($(strip $(KEYBOARD)), planck/rev6) + BACKLIGHT_ENABLE = no +else + BACKLIGHT_ENABLE = yes +endif + +MIDI_ENABLE=no +RGBLIGHT_ENABLE = no +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration + +BOOTMAGIC_ENABLE = no # mainly to save space \ No newline at end of file -- cgit v1.2.3