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

140% keyboard fluorite keymaps #7473

Merged
merged 34 commits into from
Dec 1, 2019
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3a036d0
fluorite keymaps
ihotsuno Nov 24, 2019
3aac5af
Merge pull request #1 from ihotsuno/ihotsuno-patch-1
ihotsuno Nov 24, 2019
51fa8fa
Update config.h
ihotsuno Nov 25, 2019
9cff40d
Update fluorite.c
ihotsuno Nov 25, 2019
3367bcc
Update fluorite.h
ihotsuno Nov 25, 2019
f414a79
Update config.h
ihotsuno Nov 25, 2019
0b871e5
Update keymap.c
ihotsuno Nov 25, 2019
cc1716c
Update keyboards/fluorite/config.h
ihotsuno Nov 26, 2019
3468d6d
Update keyboards/fluorite/readme.md
ihotsuno Nov 26, 2019
d525298
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
776c2e8
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
8aebbf6
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
a289272
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
4a456d0
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
9869ac7
Update keyboards/fluorite/readme.md
ihotsuno Nov 26, 2019
fddcb3e
Update keyboards/fluorite/readme.md
ihotsuno Nov 26, 2019
2cd773a
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
15ed585
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
c23ac9d
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
7fee847
Update keymap.c
ihotsuno Nov 26, 2019
e07f6e4
Update fluorite.c
ihotsuno Nov 26, 2019
e4ac7e8
Update rules.mk
ihotsuno Nov 26, 2019
95e7943
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
0fee994
Update keyboards/fluorite/rules.mk
ihotsuno Nov 26, 2019
e133eba
Update keymap.c
ihotsuno Nov 26, 2019
7af0571
Update fluorite.h
ihotsuno Nov 26, 2019
f55d4ad
Update keymap.c
ihotsuno Nov 28, 2019
d574c0c
Update keymap.c
ihotsuno Nov 28, 2019
eafd897
Update keymap.c
ihotsuno Nov 28, 2019
3550277
Update readme.md
ihotsuno Dec 1, 2019
1cad536
Update readme.md
ihotsuno Dec 1, 2019
449063d
Update readme.md
ihotsuno Dec 1, 2019
6ef45ff
Update keyboards/fluorite/readme.md
ihotsuno Dec 1, 2019
56fcfa4
Update keyboards/fluorite/readme.md
ihotsuno Dec 1, 2019
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 rules.mk
I corrected the points that were pointed out.
  • Loading branch information
ihotsuno authored Nov 26, 2019
commit e4ac7e8cddad267aeb4310d422ec3f70c4beddc5
46 changes: 0 additions & 46 deletions keyboards/fluorite/rules.mk
Original file line number Diff line number Diff line change
@@ -1,42 +1,6 @@
# MCU name
MCU = atmega32u4

# Processor frequency.
# This will define a symbol, F_CPU, in all source code files equal to the
# processor frequency in Hz. You can then use this symbol in your source code to
# calculate timings. Do NOT tack on a 'UL' at the end, this will be done
# automatically to create a 32-bit value in your source code.
#
# This will be an integer division of F_USB below, as it is sourced by
# F_USB after it has run through any CPU prescalers. Note that this value
# does not *change* the processor frequency - it should merely be updated to
# reflect the processor speed set externally so that the code can use accurate
# software delays.
F_CPU = 16000000


#
# LUFA specific
#
# Target architecture (see library "Board Types" documentation).
ARCH = AVR8

# Input clock frequency.
# This will define a symbol, F_USB, in all source code files equal to the
# input clock frequency (before any prescaling is performed) in Hz. This value may
# differ from F_CPU if prescaling is used on the latter, and is required as the
# raw input clock is fed directly to the PLL sections of the AVR for high speed
# clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL'
# at the end, this will be done automatically to create a 32-bit value in your
# source code.
#
# If no clock division is performed on the input clock inside the AVR (via the
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
F_USB = $(F_CPU)

# Interrupt driven control endpoint task(+60)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT


ihotsuno marked this conversation as resolved.
Show resolved Hide resolved
# Bootloader selection
# Teensy halfkay
Expand All @@ -49,16 +13,6 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
BOOTLOADER = atmel-dfu

ihotsuno marked this conversation as resolved.
Show resolved Hide resolved

# If you don't know the bootloader type, then you can specify the
# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
# Teensy halfKay 512
# Teensy++ halfKay 1024
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
# OPT_DEFS += -DBOOTLOADER_SIZE=4096


# Build Options
# change yes to no to disable
#
Expand Down