summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/handwired_binaryplease
diff options
context:
space:
mode:
authorbinaryplease <binaryplease@gmail.com>2017-05-29 01:28:18 +0200
committerbinaryplease <binaryplease@gmail.com>2017-05-29 01:28:18 +0200
commita83662329db8b5f22d8570f10567a8deef975408 (patch)
treef5360ab994e1b3d7bd37adf02134ad7f69b4df6b /keyboards/planck/keymaps/handwired_binaryplease
parent64e4c47ae4f21396d3e6078e6149d8f1a901af25 (diff)
downloadqmk_firmware-a83662329db8b5f22d8570f10567a8deef975408.tar.gz
qmk_firmware-a83662329db8b5f22d8570f10567a8deef975408.tar.xz
overwriting optins in makefile and configuration
Diffstat (limited to 'keyboards/planck/keymaps/handwired_binaryplease')
-rw-r--r--keyboards/planck/keymaps/handwired_binaryplease/config.h32
1 files changed, 13 insertions, 19 deletions
diff --git a/keyboards/planck/keymaps/handwired_binaryplease/config.h b/keyboards/planck/keymaps/handwired_binaryplease/config.h
index 4c6158199..7de80f195 100644
--- a/keyboards/planck/keymaps/handwired_binaryplease/config.h
+++ b/keyboards/planck/keymaps/handwired_binaryplease/config.h
@@ -3,27 +3,21 @@
#include "../../config.h"
-/*
- * MIDI options
- */
+/* USB Device descriptor parameter */
+#define VENDOR_ID 0xFEED
+#define PRODUCT_ID 0x6060
+#define MANUFACTURER binaryplease
+#define PRODUCT Teensy_Planck
+#define DESCRIPTION A compact ortholinear keyboard using a teensy 2.0
-/* Prevent use of disabled MIDI features in the keymap */
-//#define MIDI_ENABLE_STRICT 1
+#define MATRIX_ROW_PINS { D3, D2, D1, D0 }
+#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 }
+#define UNUSED_PINS
-/* enable basic MIDI features:
- - MIDI notes can be sent when in Music mode is on
-*/
-#define MIDI_BASIC
+#define BACKLIGHT_PIN B7
-/* enable advanced MIDI features:
- - MIDI notes can be added to the keymap
- - Octave shift and transpose
- - Virtual sustain, portamento, and modulation wheel
- - etc.
-*/
-//#define MIDI_ADVANCED
+/* number of backlight levels */
+#define BACKLIGHT_LEVELS 0
-/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
-//#define MIDI_TONE_KEYCODE_OCTAVES 2
-#endif \ No newline at end of file
+#endif