Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added my keymap for Rorschach keyboard; minor updates to my Kinesis files. #3734

Merged
merged 5 commits into from
Aug 25, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor fixes for Rorschach
  • Loading branch information
tuesdayjohn committed Aug 25, 2018
commit e29400ac6f2af52812a1b2c107cbefb2e3ba7644
8 changes: 1 addition & 7 deletions keyboards/rorschach/keymaps/insertsnideremarks/config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#include "config_common.h"
#pragma once

/* Use I2C or Serial, not both */

Expand All @@ -26,5 +22,3 @@
// #define RGBLIGHT_HUE_STEP 8
// #define RGBLIGHT_SAT_STEP 8
// #define RGBLIGHT_VAL_STEP 8

#endif
4 changes: 1 addition & 3 deletions keyboards/rorschach/keymaps/insertsnideremarks/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
TAP_DANCE_ENABLE = yes # Enable Tap Dancing function

ifndef QUANTUM_DIR
include ../../../../Makefile
endif