diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-19 15:59:21 -0700 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-19 15:59:21 -0700 |
commit | d7fc2365402069a6149c9593dad82c4b4e31b78a (patch) | |
tree | ce4b4c24424e9d08c8043f5d030a346de4c82baa /keyboards/frosty_flake/config.h | |
parent | 19fd20261b895a6848c8b15fd7365d5b87b7fd72 (diff) | |
download | qmk_firmware-d7fc2365402069a6149c9593dad82c4b4e31b78a.tar.gz |
successfully read data from the matrix
Diffstat (limited to 'keyboards/frosty_flake/config.h')
-rw-r--r-- | keyboards/frosty_flake/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/frosty_flake/config.h b/keyboards/frosty_flake/config.h index 2575a52b1..507e6a6b6 100644 --- a/keyboards/frosty_flake/config.h +++ b/keyboards/frosty_flake/config.h @@ -30,13 +30,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* * Frosty Flake Rev. 20140521 made by Bathroom Ephiphanies - * Schematic is available at https://deskthority.net/w/images/a/a4/Frosty_Flake_Schematics.pdf + * Ported from the Bathroom Epiphanies TMK Firmware: + * https://github.com/BathroomEpiphanies/epiphanies_tmk_keyboard/tree/master/be_controllers * */ /* key matrix size */ -#define MATRIX_ROWS 8 // Row0 to Row7 in the schematic -#define MATRIX_COLS 18 // ColA to ColR in the schematic +#define MATRIX_ROWS 18 +#define MATRIX_COLS 8 /* * Keyboard Matrix Assignments |