diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-03 07:40:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 22:40:13 +0100 |
commit | 023035f462fa307a30968247f33854ac361b232d (patch) | |
tree | 6d4c493f7867d1f28e4c2181da0153e832924a35 /keyboards/bpiphany/hid_liber | |
parent | 9ab16e62f75dc6228549ec0aba00ec0704bbc779 (diff) |
Move miscellaneous defines to data driven (#21382)
Diffstat (limited to 'keyboards/bpiphany/hid_liber')
-rwxr-xr-x | keyboards/bpiphany/hid_liber/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/bpiphany/hid_liber/config.h b/keyboards/bpiphany/hid_liber/config.h index f567c3e12a..2e41e1f700 100755 --- a/keyboards/bpiphany/hid_liber/config.h +++ b/keyboards/bpiphany/hid_liber/config.h @@ -23,7 +23,6 @@ #define MATRIX_COLS 8 // HID Liberation Device uses custom matrix code to accomodate a 74HC238 3 to 8 decoder on pins B1, B2 and B3. -//#define DIODE_DIRECTION /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |