Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New keyboard: Clueboard 2x1800 2019 #8721

Merged
merged 21 commits into from
May 6, 2020
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d70a2d6
Initial support for the 2019 2x1800
skullydazed Mar 30, 2019
83df5a7
Get all hardware working.
skullydazed Apr 30, 2019
1b33eeb
Fix shake to undo
skullydazed Apr 30, 2019
5b0cdf6
Use the method suggested by @reywood
skullydazed Apr 30, 2019
2780bce
Remove the unnecessary for loop
skullydazed Apr 30, 2019
fb537fa
changes suggested by @noroadsleft
skullydazed May 4, 2019
0d9379c
Fix comma, period, and forward slash keys for clueboard 2x1800 defaul…
skullydazed Jun 4, 2019
cc58737
Call led_set_user at the end of led_set_kb (#6265)
reywood Jul 16, 2019
c04fdb3
[Keymap] Add default layouts for 2u spacebar (#6266)
reywood Nov 21, 2019
646cd71
make progress on drawing mode
skullydazed Feb 27, 2020
121d809
Finish drawing toy mode
skullydazed Apr 7, 2020
26c4aed
Update keyboards/clueboard/2x1800/2019/config.h
skullydazed Apr 18, 2020
c32770d
Update keyboards/clueboard/2x1800/2019/2019.c
skullydazed Apr 18, 2020
1c06407
Update keyboards/clueboard/2x1800/2019/2019.c
skullydazed Apr 18, 2020
e7f896d
Update keyboards/clueboard/2x1800/2019/2019.c
skullydazed Apr 18, 2020
d7f1596
Update keyboards/clueboard/2x1800/2019/rules.mk
skullydazed Apr 18, 2020
97f9ada
Update keyboards/clueboard/2x1800/2019/rules.mk
skullydazed Apr 18, 2020
c1675c2
remove unnecessary files
skullydazed Apr 18, 2020
5967f7c
Update keyboards/clueboard/2x1800/2019/rules.mk
skullydazed Apr 18, 2020
b0023b9
apply suggestions
skullydazed Apr 30, 2020
8209a23
Apply suggestions from code review
skullydazed Apr 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/clueboard/2x1800/2019/rules.mk
Co-Authored-By: Ryan <[email protected]>
  • Loading branch information
skullydazed and fauxpark committed Apr 18, 2020
commit 5967f7cddee843ba65bd37039fb5c4124c407951
8 changes: 8 additions & 0 deletions keyboards/clueboard/2x1800/2019/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# MCU name
MCU = at90usb1286
# Bootloader selection
skullydazed marked this conversation as resolved.
Show resolved Hide resolved
# Teensy halfkay
# Pro Micro caterina
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# ATmega32A bootloadHID
# ATmega328P USBasp
BOOTLOADER = halfkay
skullydazed marked this conversation as resolved.
Show resolved Hide resolved

# Build Options
Expand Down