]> git.donarmstrong.com Git - qmk_firmware.git/commit
add not-so-minidox handwire keyboard (#3061)
authormtdjr <mtdjr@users.noreply.github.com>
Thu, 31 May 2018 15:30:05 +0000 (11:30 -0400)
committerDrashna Jaelre <drashna@live.com>
Thu, 31 May 2018 15:30:05 +0000 (08:30 -0700)
commitee9a7aba396160929604aca54a23ad5534d59940
treef4fbbde03ed548a68fd56bec5c6baf8cf217f180
parent21ad968ac14b177a7c97d34106c4d6201912627f
add not-so-minidox handwire keyboard (#3061)

* add not-so-minidox handwire keyboard

* corrected keymap

* multiple adjustments to not_so_minidox keyboard

* remove I2C master left define

* update default layer set function

* move solenoid code into userspace

* minor adjustments to config.h

* update keymaps to utilize userspace

* move features and config to userspace, correct build issue

* correct solenoid pin

* adjust defaults for solenoid pin and enable

* default solenoid to on for not_so_minidox

* disable RGBLIGHT_SLEEP for xd75

* tweaking solenoid enable/disable in userspace and keymaps
31 files changed:
keyboards/handwired/not_so_minidox/config.h [new file with mode: 0644]
keyboards/handwired/not_so_minidox/i2c.c [new file with mode: 0644]
keyboards/handwired/not_so_minidox/i2c.h [new file with mode: 0644]
keyboards/handwired/not_so_minidox/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h [new file with mode: 0644]
keyboards/handwired/not_so_minidox/keymaps/mtdjr/keymap.c [new file with mode: 0644]
keyboards/handwired/not_so_minidox/keymaps/mtdjr/rules.mk [new file with mode: 0644]
keyboards/handwired/not_so_minidox/matrix.c [new file with mode: 0644]
keyboards/handwired/not_so_minidox/not_so_minidox.c [new file with mode: 0644]
keyboards/handwired/not_so_minidox/not_so_minidox.h [new file with mode: 0644]
keyboards/handwired/not_so_minidox/readme.md [new file with mode: 0644]
keyboards/handwired/not_so_minidox/rules.mk [new file with mode: 0644]
keyboards/handwired/not_so_minidox/serial.c [new file with mode: 0644]
keyboards/handwired/not_so_minidox/serial.h [new file with mode: 0644]
keyboards/handwired/not_so_minidox/split_util.c [new file with mode: 0644]
keyboards/handwired/not_so_minidox/split_util.h [new file with mode: 0644]
keyboards/iris/keymaps/mtdjr/config.h
keyboards/iris/keymaps/mtdjr/keymap.c
keyboards/iris/keymaps/mtdjr/rules.mk
keyboards/lets_split/keymaps/mtdjr/config.h
keyboards/lets_split/keymaps/mtdjr/keymap.c
keyboards/lets_split/keymaps/mtdjr/rules.mk
keyboards/tada68/keymaps/mtdjr/keymap.c
keyboards/xd75/keymaps/mtdjr/config.h
keyboards/xd75/keymaps/mtdjr/keymap.c
users/mtdjr/config.h [new file with mode: 0644]
users/mtdjr/mtdjr.c [new file with mode: 0644]
users/mtdjr/mtdjr.h [new file with mode: 0644]
users/mtdjr/readme.md [new file with mode: 0644]
users/mtdjr/rules.mk [new file with mode: 0644]
users/mtdjr/solenoid.h [new file with mode: 0644]