]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Dactyl manuform 5x6 added and working (#3627)
authorzwnk <david@impstyle.com>
Tue, 14 Aug 2018 03:23:11 +0000 (00:23 -0300)
committerDrashna Jaelre <drashna@live.com>
Tue, 14 Aug 2018 03:23:11 +0000 (20:23 -0700)
commit61b61161478ebe1a65fc4b9a9efc0f887a342767
treed1237aa86ac269e76de2becac3776f9093c81ef3
parente12151f15e49191b48d88eb428e010dc020fbc14
Keyboard: Dactyl manuform 5x6 added and working (#3627)

* mouse layer keys shifted

* mouse layer keys shifted

* manuform 5x6 added

* mouse layer keys shifted

* manuform 5x6 added

* dactyl_manuform 5x6 keymap added

* reorg. dactyl manuform folder

* removed LAYOUTS = ortho_4x12 for 4x5

* Rows and Cols in config.h fixed

* MASTER_LEFT

* 5x6 matrix fixed

* keymap updated

* removed the i2c, serial, split_util and matrix files and inserted SPLIT_KEYBOARD
39 files changed:
keyboards/handwired/dactyl_manuform/4x5/config.h [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/dactyl_manuform.c [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/dactyl_manuform.h [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/keymaps/dvorak/config.h [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/keymaps/dvorak/keymap.c [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/keymaps/dvorak/rules.mk [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/readme.md [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/4x5/rules.mk [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/5x6/config.h [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/5x6/dactyl_manuform.c [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/5x6/dactyl_manuform.h [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/5x6/keymaps/impstyle/config.h [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/5x6/keymaps/impstyle/keymap.c [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/5x6/readme.md [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/5x6/rules.mk [new file with mode: 0644]
keyboards/handwired/dactyl_manuform/config.h [deleted file]
keyboards/handwired/dactyl_manuform/dactyl_manuform.c [deleted file]
keyboards/handwired/dactyl_manuform/dactyl_manuform.h [deleted file]
keyboards/handwired/dactyl_manuform/eeprom-lefthand.eep [deleted file]
keyboards/handwired/dactyl_manuform/eeprom-righthand.eep [deleted file]
keyboards/handwired/dactyl_manuform/i2c.c [deleted file]
keyboards/handwired/dactyl_manuform/i2c.h [deleted file]
keyboards/handwired/dactyl_manuform/keymaps/default/config.h [deleted file]
keyboards/handwired/dactyl_manuform/keymaps/default/keymap.c [deleted file]
keyboards/handwired/dactyl_manuform/keymaps/default/rules.mk [deleted file]
keyboards/handwired/dactyl_manuform/keymaps/dvorak/config.h [deleted file]
keyboards/handwired/dactyl_manuform/keymaps/dvorak/keymap.c [deleted file]
keyboards/handwired/dactyl_manuform/keymaps/dvorak/rules.mk [deleted file]
keyboards/handwired/dactyl_manuform/matrix.c [deleted file]
keyboards/handwired/dactyl_manuform/readme.md [deleted file]
keyboards/handwired/dactyl_manuform/rules.mk [deleted file]
keyboards/handwired/dactyl_manuform/serial.c [deleted file]
keyboards/handwired/dactyl_manuform/serial.h [deleted file]
keyboards/handwired/dactyl_manuform/split_util.c [deleted file]
keyboards/handwired/dactyl_manuform/split_util.h [deleted file]
keyboards/iris/keymaps/impstyle/keymap.c