diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-10-26 16:32:37 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-26 16:32:37 -0400 |
commit | 35a81f5b8b081e1607a7c04489b01f551c3213cc (patch) | |
tree | 4671909bd5ac7c3ca7afaf60fb6a70106f5090dc /keyboard/planck/config_definitions.h | |
parent | 46e7fb2d3ccd699c0a1b1fd9d02860b1f2a44141 (diff) |
added ergodox
Diffstat (limited to 'keyboard/planck/config_definitions.h')
-rw-r--r-- | keyboard/planck/config_definitions.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/keyboard/planck/config_definitions.h b/keyboard/planck/config_definitions.h deleted file mode 100644 index 2ac3112651..0000000000 --- a/keyboard/planck/config_definitions.h +++ /dev/null @@ -1,51 +0,0 @@ -#ifndef CONFIG_DEFINITIONS_H -#define CONFIG_DEFINITIONS_H - -#define B0 0x20 -#define B1 0x21 -#define B2 0x22 -#define B3 0x23 -#define B4 0x24 -#define B5 0x25 -#define B6 0x26 -#define B7 0x27 -#define C0 0x30 -#define C1 0x31 -#define C2 0x32 -#define C3 0x33 -#define C4 0x34 -#define C5 0x35 -#define C6 0x36 -#define C7 0x37 -#define D0 0x40 -#define D1 0x41 -#define D2 0x42 -#define D3 0x43 -#define D4 0x44 -#define D5 0x45 -#define D6 0x46 -#define D7 0x47 -#define E0 0x50 -#define E1 0x51 -#define E2 0x52 -#define E3 0x53 -#define E4 0x54 -#define E5 0x55 -#define E6 0x56 -#define E7 0x57 -#define F0 0x60 -#define F1 0x61 -#define F2 0x62 -#define F3 0x63 -#define F4 0x64 -#define F5 0x65 -#define F6 0x66 -#define F7 0x67 - -#define COL2ROW 0x0 -#define ROW2COL 0x1 - - - -#endif - |