diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-21 12:12:07 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-21 12:12:07 -0700 |
commit | 1147fc24adfe22eac6e67f9d7f0f1184f358f141 (patch) | |
tree | 7d1b46e824e7fe5a8652f04f3739b76481aa2375 /keyboards/dc01/numpad/rules.mk | |
parent | d4056a11d3b1e29800d6bccab4d601db211a7f53 (diff) |
Keyboard: DC01 refactor and Configurator support (#3445)
* Arrow: matrix and keymap refactor
* Left: matrix and keymap refactor
* Numpad: matrix macro correction
* Numpad: add support for community layouts numpad_5x4 and ortho_5x4
* Right: matrix and keymap refactor
* DC01 global readme cleanup (minor grammar)
* DC01 global Configurator support
* Right: bugfixes for HHKB-style keymaps
Diffstat (limited to 'keyboards/dc01/numpad/rules.mk')
-rw-r--r-- | keyboards/dc01/numpad/rules.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/dc01/numpad/rules.mk b/keyboards/dc01/numpad/rules.mk index 4b6cb0e473..39112ae922 100644 --- a/keyboards/dc01/numpad/rules.mk +++ b/keyboards/dc01/numpad/rules.mk @@ -71,4 +71,7 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in -CUSTOM_MATRIX = yes # Use custom matrix
\ No newline at end of file +CUSTOM_MATRIX = yes # Use custom matrix + +# Community layouts supported +LAYOUTS = numpad_5x4 ortho_5x4 |