ergodox-firmware/src/hardware/ergodox.h

19 lines
477 B
C

/* ----------------------------------------------------------------------------
* Copyright (c) 2012 Ben Blazak
* Released under The MIT License (MIT) (see "license.md") at
* <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */
#define KB_LAYERS 1
#define KB_ROWS 12 // must match real life
#define KB_COLUMNS 7 // must match real life
void controller_init();
void kb_init();
// TODO