diff options
author | pngu <34752364+itspngu@users.noreply.github.com> | 2020-04-22 14:17:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 13:17:57 +0100 |
commit | 19bd8aa942519666fa8af298f7b80f6150d268a2 (patch) | |
tree | 42a44bfb476d2f671a3d458a22d909e991d39296 /keyboards/idb/idb_60/rules.mk | |
parent | 738c6612ca0c5d0d95195af259abb1b6e3995b9b (diff) |
idb 60 Bugfixes / Preparations for Open Source Hardware (#8866)
* Added idb 60 keyboard
* fixed info.json
* implemented revievers' suggested changes
* fixed an error
* implemented revievers' suggestions
* further cleanup
* implemented suggested changes
* fixed errors
* checkout
* delete old files
* delete old files
* preparations for open source hardware files
* revert eager debounce mode to default
* fix indicator LEDs stuck in "on" mode, rename ESC LED to fn LED (rev 2 PCB will have another LED slot on the right shift FN key)
* cleanup
* cleanup
* lost+found lufa
* lost+found lufa
* lost+found lufa
* lost+found lufa
* lost+found lufa
* Update keyboards/idb/idb_60/keymaps/pngu/keymap.c
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update idb_60.h
* Update idb_60.h
* made suggested changes
* Update keyboards/idb/idb_60/idb_60.h
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-authored-by: root <root@DESKTOP-QQ80MAV.localdomain>
Co-authored-by: tbrandt <thorben.brandt@dg-cybersicherheit.de>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/idb/idb_60/rules.mk')
-rw-r--r-- | keyboards/idb/idb_60/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/idb/idb_60/rules.mk b/keyboards/idb/idb_60/rules.mk index 289e77f771..7e11d4be75 100644 --- a/keyboards/idb/idb_60/rules.mk +++ b/keyboards/idb/idb_60/rules.mk @@ -25,4 +25,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -DEBOUNCE_TYPE = eager_pk # Eager debounce type |