From 89cab95b638e18992c3ee28555ccbf77ed390eae Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 10 Apr 2020 20:43:21 -0500 Subject: [Keyboard] Add splitish (#8751) * Added personal minivan keymap, and started work on splitish directory * Merge branch 'splitish' of github.com:RSchneyer/qmk_firmware into splitish Trying to undo attempted fix Added splitish keyboard files, removed personal Minivan keymap * Removed personal Minivan keymaps * Fixed small issue in readme * Added changes based on inital PR feedback * forgot a semicolon * Quick config.h file and default keymap update --- keyboards/splitish/rules.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/splitish/rules.mk (limited to 'keyboards/splitish/rules.mk') diff --git a/keyboards/splitish/rules.mk b/keyboards/splitish/rules.mk new file mode 100644 index 0000000000..24ca0415d5 --- /dev/null +++ b/keyboards/splitish/rules.mk @@ -0,0 +1,15 @@ +# MCU name +MCU = atmega32u4 + +BOOTLOADER = caterina + +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default -- cgit v1.2.3