diff options
| author | Reid <reschneyer89@gmail.com> | 2020-04-10 20:43:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-11 11:43:21 +1000 |
| commit | 89cab95b638e18992c3ee28555ccbf77ed390eae (patch) | |
| tree | 6e0bbfa2ba16425c346cf88c641fe4d14bff4ad2 /keyboards/splitish/rules.mk | |
| parent | cc38627816b343a2909d50dd0e059daa5986cff9 (diff) | |
[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
Diffstat (limited to 'keyboards/splitish/rules.mk')
| -rw-r--r-- | keyboards/splitish/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
