diff options
Diffstat (limited to 'keyboard/hid_liber/config.h')
| -rw-r--r-- | keyboard/hid_liber/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboard/hid_liber/config.h b/keyboard/hid_liber/config.h index a9b77c7dc..61a75dd0c 100644 --- a/keyboard/hid_liber/config.h +++ b/keyboard/hid_liber/config.h | |||
| @@ -41,12 +41,23 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | /* Set 0 if need no debouncing */ | 41 | /* Set 0 if need no debouncing */ |
| 42 | #define DEBOUNCE 8 | 42 | #define DEBOUNCE 8 |
| 43 | 43 | ||
| 44 | /* legacy keymap support */ | ||
| 45 | #define USE_LEGACY_KEYMAP | ||
| 44 | 46 | ||
| 45 | /* key combination for command */ | 47 | /* key combination for command */ |
| 46 | #define IS_COMMAND() ( \ | 48 | #define IS_COMMAND() ( \ |
| 47 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 49 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
| 48 | ) | 50 | ) |
| 49 | 51 | ||
| 52 | /* Boot Section Size in *BYTEs* | ||
| 53 | * Teensy halfKay 512 | ||
| 54 | * Teensy++ halfKay 1024 | ||
| 55 | * Atmel DFU loader 4096 | ||
| 56 | * LUFA bootloader 4096 | ||
| 57 | * USBaspLoader 2048 | ||
| 58 | */ | ||
| 59 | #define BOOTLOADER_SIZE 4096 | ||
| 60 | |||
| 50 | // TODO: configurable | 61 | // TODO: configurable |
| 51 | #define DEBUG_LED 0 | 62 | #define DEBUG_LED 0 |
| 52 | #define DEBUG_LED_CONFIG | 63 | #define DEBUG_LED_CONFIG |
