fauxpark
5d34e70cf7
Cleanup rules.mk for 32U4 keyboards, N-Q ( #7147 )
6 years ago
fauxpark
ba42a5ae68
Remove commented out MCUs in rules.mk ( #5884 )
6 years ago
GO
87e6d01374
Keyboard: add newgame ( #4466 )
...
* Add files via upload
* Add files via upload
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/newgame40.h
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/rules.mk
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/rules.mk
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Add readme (newgame40)
* Update keyboards/newgame40/readme.md
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/readme.md
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keymap.c
* Update keyboards/newgame40/rules.mk
Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Add files via upload
* remove community/ortho_4x10
7 years ago
Danny Nguyen
c9a0436422
Add 6-ball macropad
8 years ago
Danny Nguyen
e0caf94323
Move avrdude flashing script from individual keyboard rules.mk to common location and improve script.
...
Port detection script is now more informative and better handles first time flashing of a Pro Micro
8 years ago
Jack Humbert
b476d65b9c
Update keyboards' rules.mk/Makefiles ( #1442 )
...
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
8 years ago
Xyverz
7873046479
removed my handwired boards to a new branch.
8 years ago
Danny Nguyen
71857ebc3f
Move Atreus50 to hardwired directory and update README
8 years ago
Danny Nguyen
edfb50ea56
Initial commit for Atreus50 with working audio
8 years ago
ishtob
65317a3a02
Added OLED SSD1306 support to I2C
8 years ago
Nic Aitch
3dbdd15304
Check for a new serial port every second
8 years ago
Nic Aitch
3131d65563
Add avrdude target
8 years ago
climbalima
1dd6ceb45d
Updated my repo to current qmk
9 years ago
IBNobody
6631abc1cb
Made Serial and I2C not include the Other
...
This saves 192 bytes
9 years ago
Fred Sundvik
44441de8ca
Split keyboard makefiles into rules and Makefile
9 years ago
Jack Humbert
a4bf46f9b1
default keymap, reset sorted out for now, added serial to makefile
9 years ago
Jack Humbert
d707738616
i2c working
9 years ago
Jack Humbert
96f44e1202
one half working
9 years ago
Jack Humbert
649b33d778
Renames keyboard folder to keyboards, adds couple of tmk's fixes ( #432 )
...
* fixes from tmk's repo
* rename keyboard to keyboards
9 years ago
Jack Humbert
a8375fa15a
updates all config.h and Makefiles to correct references, text
9 years ago
Jack Humbert
d9e4dad0a8
Makefile redo & other features ( #395 )
...
* .build containment implemented
* no destructive variable setting - builds in either folder
* make from 3 places
* cleans before each build
* make from root with keyboard=keyboard, keymap=keymap
* make from keyboard/keyboard with keymap=keymap
* make from keymaps/keymap
* only implemented on planck
* adds color diag to avr-gcc
* makefiles for all plancks, clean-up
* quick build-all makefile for plancks
* reformatting of make output (colors)
* color toggle, tmk path corrections
* correct if statement for color
* move config.h to main makefile, updates preonic, atomic
* format update, all keyboards targets
* makefile optional for build all target, alps and arrow_pad updated
* alps updated
* make planck default, trying out travis recipe for all-keyboards
* all-keymaps target, different travis recipe
* updates alps64
* updates keyboards to new format
* updates clue* projects
* all projects updated, specialise EZ .hex, let .hex through
* updates travis
* automatically find root, keyboard, keymap
* silent echo, cleaned-up mass make output
* updates all keyboards' .hex files except EZ
* Rename Bantam44.c to bantam44.c
* Rename Bantam44.h to bantam44.h
* nananana
* adds six key keyboard
* does same to ez as rest
* updates send_string example
* brings ergodox_ez up to date
* updates template/new project script
* adds sixkeyboard
* adds readme for sixkeyboard
* adds sixkeyboard to travis
* filenames, gitignore mess
* define clock prescaler stuff manually
* make quick, size test example
* documentation and dfu-no-build
9 years ago
Jack Humbert
0656f2fa10
moves backlight functionality to keyboard files and updates template makefile
...
previously there were two backlight.c files (bad)
9 years ago
Jack Humbert
170d9b7d15
addresses memory limits concerns for atomic default makefile
9 years ago
IBNobody
2aa51e4416
Tweaking PVC atomic layout
9 years ago
IBNobody
8f85117aa9
Added Audio to my Atomic
9 years ago
IBNobody
3993afbb2e
adding new per-keymap makefile
9 years ago
IBNobody
f051496f13
Checkin
9 years ago
IBNobody
cf17687f29
Adding personal build file settings
9 years ago
IBNobody
aa9eaa9773
Corrected spacing.
9 years ago
IBNobody
3755ef5ddb
Compiler Warnings / Atomic TLC
...
Corrected compiler warnings for a number of issues. Gave Atomic some
TLC.
9 years ago
IBNobody
caf3e48de8
LOCAL COMMIT
...
LOCAL COMMIT
9 years ago
IBNobody
3a601e76e4
Adding PC Atomic
9 years ago
Noah Andrews
95fba250ef
Updated several keyboard folders to use new keymap naming scheme
9 years ago
Jack Humbert
eb2795b4d6
atomic up-to-date
10 years ago
Jack Humbert
cda23c754e
midi working
10 years ago
Jack Humbert
b3f638f491
ok
10 years ago
Wilba6582
138156d4a0
Update for Atomic PCB Rev 0
10 years ago
Jack Humbert
64dc4784e4
vlad
10 years ago
Jack Humbert
2e0d872ab7
sean
11 years ago
Jack Humbert
98f486a633
atomic
11 years ago
Jack Humbert
6c27cba5df
init
11 years ago
tmk
4e36159be2
Add HHKB keymap file on gh60
12 years ago
tmk
4e7ec43c3f
Add SpaceFN layout to gh60
12 years ago
tmk
22e293696d
Add new keymap management on gh60
12 years ago
tmk
353a9b56e6
Fix BOOTLOADER_SIZE setting
12 years ago
tmk
f57a44261e
Fix Makefile of gh60
12 years ago
tmk
9a3edb897a
Fix Makefile and config.h of gh60 for new options
12 years ago
tmk
1687041267
Add COMMAND_ENABLE build option
12 years ago
tmk
f0c5f1b910
Add breathing sleep LED during USB suspend
12 years ago
tmk
ef8439bddb
Add build option BOOTMAGIC_ENABLE
12 years ago