summaryrefslogtreecommitdiffstats
path: root/keyboards/mitosis/keymaps/datagrok/rules.mk
diff options
context:
space:
mode:
authorMichael F. Lamb <mike@datagrok.org>2017-11-03 08:56:06 -0700
committerJack Humbert <jack.humb@gmail.com>2017-11-03 11:56:06 -0400
commite899cb8940da04fa2610604f0aab417db7fac119 (patch)
tree315c8b4b4ed73bc582af672740a64ccf2baa09fe /keyboards/mitosis/keymaps/datagrok/rules.mk
parent80e489e122962abbfa63ff3383ff303144bfe6f2 (diff)
several improvements for mitosis:datagrok (#1960)
* mitosis/datagrok: reduce features from rules.mk * mitosis/datagrok: make both layer keys neighbor shift * mitosis/datagrok: (no-op) tweak some comments * mitosis/datagrok: set baudrate to 250k This requires a corresponding change to the mitosis wireless firmware: https://github.com/reversebias/mitosis/pull/10 * mitosis/datagrok: move design description from code comment to a readme * mitosis/datagrok: new layout, new shifted keys, efficient LED code This is experimental, but compiles and seems to work correctly. * mitosis/datagrok: whoops, move readme.md * mitosis/datagrok: a minor layout improvement simplifies custom-shifted code instead of [, .] [? !], using [, ?] [. !] greatly simplifies the code needed to perform the shifted-key switching. (And keeps , and . on the same keys that they are under qwerty.) also: layout improvements for symbols * mitosis/datagrok: make my code conform to QMK style guidelines * mitosis/datagrok: TODO note for layout table in README * mitosis/datagrok: remove led_set_user until i figure out other changes need to see if the corresponding changes needed in the keyboard-level code is okay. * mitosis/datagrok: simpler layer indicator * mitosis/datagrok: undo change to keyboard baud; make it in my layout dir. * mitosis/datagrok: apply same punctuation hack to qwerty layer * mitosis/datagrok: enable qwerty layer toggle * mitosis/datagrok: update readme
Diffstat (limited to 'keyboards/mitosis/keymaps/datagrok/rules.mk')
-rw-r--r--keyboards/mitosis/keymaps/datagrok/rules.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/mitosis/keymaps/datagrok/rules.mk b/keyboards/mitosis/keymaps/datagrok/rules.mk
new file mode 100644
index 0000000000..7678072996
--- /dev/null
+++ b/keyboards/mitosis/keymaps/datagrok/rules.mk
@@ -0,0 +1,15 @@
+# I use an 8Mhz Pro Micro
+F_CPU = 8000000
+# Necessary, with above change?
+F_USB = $(F_CPU)
+
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
+MOUSEKEY_ENABLE = no # Mouse keys(+4700)
+EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
+CONSOLE_ENABLE = no # Console for debug(+400)
+COMMAND_ENABLE = no # Commands for debug and configuration
+UNICODE_ENABLE = no # Unicode
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
+MIDI_ENABLE = no # MIDI controls
+# vim: set ts=8 noet: