Minor styling fixes.

Renamed define to GHOSTING_MATRIX.
Deleted unused files from CK3.
This commit is contained in:
CryHam 2016-02-20 08:33:39 +01:00
parent 6687470ae7
commit 57a75851e2
5 changed files with 14 additions and 172 deletions

View file

@ -49,5 +49,6 @@ GPIO_Pin Matrix_rows[] = { gpio(D,1), gpio(D,2), gpio(D,3), gpio(D,4), gpio(D,5)
Config Matrix_type = Config_Pulldown;
// define this if your matrix has ghosting (i.e. regular keyboard without diodes)
#define GHOST
// Define this if your matrix has ghosting (i.e. regular keyboard without diodes)
// this will enable the anti-ghosting code
#define GHOSTING_MATRIX