JJ40 updates (#2056)

* my bits

* fixed
safdb

* readme

* readme

* better name, fixed compile error

* fixed matrix user

* cleanup
This commit is contained in:
RandTrawick 2017-11-27 14:08:53 -07:00 committed by Jack Humbert
parent 0bd453b527
commit 9113f3387a
8 changed files with 247 additions and 0 deletions

View file

@ -29,6 +29,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 8
#define MATRIX_COLS 15
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
#define BACKLIGHT_PIN B6
#define BACKLIGHT_LEVELS 3
#define TAPPING_TOGGLE 3
#define NO_UART 1