]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add dumbpad (#6425)
authorimchipwood <imchipwood@gmail.com>
Mon, 29 Jul 2019 02:03:02 +0000 (19:03 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 29 Jul 2019 02:03:02 +0000 (19:03 -0700)
commit1c5079a33caa6fa2f318f39b8e5cd54743ba3fe8
tree2981bfbabb2a7698557d4af016dce1f93f3e1da4
parentc9424eb8d7586ccc2d72014df7b2223cb2645588
[Keyboard] Add dumbpad (#6425)

* removed some debug prints

* removed unnecessary files, tweaked some things

* rotary encoder button now connected into column 0, row 3

* tweaked keymap and moved encoder control into keymap

* tweaks

* added test keymap

* updated some things to make it easier to work with QMK configurator

* updates after merging latest master in

* fixed a few things

* removed test keymap and all related #ifdefs

* changed some dumbpad default keys, added KC_LOCK

* added image to readme

* added link to PCB github repo

* moved lock key to the rotary encoder pushbutton

* making suggested changes from @fauxpark in https://github.com/qmk/qmk_firmware/pull/6452

* adding bootmagic lite since i'm lazy and haven't soldered on the reset button...

* renamed  to

* using 7 underscores for KC_TRNS
keyboards/dumbpad/config.h [new file with mode: 0644]
keyboards/dumbpad/dumbpad.c [new file with mode: 0644]
keyboards/dumbpad/dumbpad.h [new file with mode: 0644]
keyboards/dumbpad/info.json [new file with mode: 0644]
keyboards/dumbpad/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/dumbpad/readme.md [new file with mode: 0644]
keyboards/dumbpad/rules.mk [new file with mode: 0644]