fauxpark
b47c10bf6f
Cleanup rules.mk for 32U4 keyboards, T-Z ( #7190 )
...
* Cleanup rules.mk for 32U4 keyboards, T-Z
* Use atmel-dfu in place of lufa-ms until it exists
6 years ago
Wilba
e47ab6a575
[Keyboard] wilba.tech PCB refactoring ( #6982 )
...
* Cleanup
* Refactor VIA rules.mk
* WT mono backlight refactor, VIA support
* Added WT75-C
* Fixed compile error
* Cleanup rules.mk
* Review changes
* Review changes
6 years ago
Wilba
9ae874e0c3
[Keyboard] WT75-A & WT75-B fixes for QMK Configurator ( #6472 )
...
* Fixed QMK Configurator layout
* Added WT60-D
6 years ago
Wilba
9cb4c5c092
[Keyboard] Added aeboards/aegis ( #5099 )
...
* Added aeboards/aegis
* PR changes
6 years ago
Wilba
c5e10b7203
Added WT75-A, refactor wilba.tech PCBs ( #5100 )
...
* Added WT75-A, added "via" keymaps to wilba.tech
* Missed file last commit
6 years ago
Wilba
eeda99bf2e
Keyboard: Initial commit of WT8-A implementation ( #4674 )
7 years ago
Wilba6582
cc45f62d75
Added Dynamic Keymaps to M10-B
7 years ago
Wilba6582
3d9fda3629
Added M10-B implementation
7 years ago
Wilba6582
59a784500b
Initial support for RAMA M6-A ( #2600 )
...
* Initial commit of RAMA M6-A firmware.
* Added LED support
* Added Knops support
* Fixed compile error for knops keymap.
* updated readme.md
* updated readme.md
* updated readme.md
7 years ago
Gabriel Rauter
86225ccc9b
katana60: fix bootloader size to work with PCB
...
Fix the bootloader size so the `RESET` key actually resets to the
bootloader instead of just restarting the boards.
7 years ago
Baris Tosun
dd05bf0d96
Katana60 ( #2068 )
...
* Add files via upload
* katana60 defaults, initial pull-request
* removed icons from google drive
* added simple readme files
* pull-request updates
* readme file updated
* readme file formatting
* improvements before live
* colemak readme
* updated readme files
* removed makefiles and updated readme
8 years ago
mechmerlin
6ec7ccec63
Support for KBP V60 Type R 60% keyboard ( #1770 )
...
* Support for KBP V60 Type R 60% keyboard
Support does not include in switch or underglow lighting for Polestar Edition.
* rename v60type_r to v60_type_r
* Remove old v60type_r
* Modify readme.md to adhere with QMK readme formatting.
8 years ago
skullY
582a6ac75c
Fix #1135 by changing the default to at90usb1286
8 years ago
Gabriel Young
976c856966
Update size estimates in the Makefile
...
MIDI_ENABLE = no
text data bss dec hex filename
0 17080 0 17080 42b8 satan_midi.hex
MIDI_ENABLE = yes
MIDI_BASIC undefined
MIDI_ADVANCED undefined
text data bss dec hex filename
0 19494 0 19494 4c26 satan_midi.hex
+2414 bytes (vs. MIDI_ENABLE = no)
MIDI_ENABLE = yes
0 20846 0 20846 516e satan_midi.hex
+1352 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED
off)
MIDI_ENABLE = yes
#define MIDI_BASIC
#define MIDI_ADVANCED
text data bss dec hex filename
0 21292 0 21292 532c satan_midi.hex
+1798 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED
off)
Conclusion:
+2400 to 4200, depending on config
8 years ago
Priyadi Iman Nurcahyo
c68e596f32
Implement faux-clicky feature
8 years ago
Fred Sundvik
ab4d7adbb9
Fix the template for the Makefile/rules.mk split
9 years ago
Jack Humbert
13bb6b4b7f
Backlight abstraction and other changes ( #439 )
...
* redoes matrix pins, abstracts backlight code for B5,6,7
* slimming down keyboard stuff, backlight breathing implemented
* don't call backlight init when no pin
* cleans up user/kb/quantum calls, keyboard files
* fix pvc atomic
* replaces CHANNEL with correct var in breathing
* removes .hexs, updates readmes, updates template
* cleans-up clueboards, readmes to lowercase
* updates readme
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
38987d4c15
updates quantum template to prevent backlight conflicts
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
IBNobody
577971ab07
Magic Key Overrides / Keyboard Lock / Forced NKRO
...
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock
option to template / Added forced NKRO option to template (disabled by
default)
9 years ago
Jack Humbert
24f2698fba
changes to the template
9 years ago
Jack Humbert
6485c7d7da
nkro info
10 years ago
Jack Humbert
6f3141965e
new project script
10 years ago
Jack Humbert
46e7fb2d3c
quantum separated
10 years ago
Jack Humbert
71a8fd8b12
bluetooth working with usb
10 years ago
Jack Humbert
c966e7982c
bluetooth
10 years ago
Jack Humbert
266ff2344e
backlight
10 years ago
Jack Humbert
f512923456
new default layout
10 years ago
Jack Humbert
6ec03b2218
unicode working, i think
10 years ago
Keith Miyake
6a4ee574bc
use preprocessor conditional on backlight initialization
10 years ago
Jack Humbert
ed384bd437
beeps update
10 years ago
Jack Humbert
91176d854b
speaker working, midi out
10 years ago
Jack Humbert
9b46f4021e
midi on planck
10 years ago
Jack Humbert
cda23c754e
midi working
10 years ago
Jack Humbert
5d2baede8a
making the extended keymap the default - no more 'common'
10 years ago
Jack Humbert
04885a3b44
preonic
10 years ago
Jack Humbert
e528087ee5
midi
10 years ago
Jack Humbert
1e598743b0
matrix
10 years ago
Jack Humbert
b3f638f491
ok
10 years ago
cr3473
59f2001b31
Added ability to set the MATRIX in build/make
10 years ago
Jack Humbert
d61d1f5ca3
layouts, default
10 years ago
Jack Humbert
0e189b6bdd
quark
10 years ago
Jack Humbert
cb3e499cc7
backlight stuff
10 years ago
Reed Swiernik
15110bf7a0
Corrected makefile common var
10 years ago
Reed Swiernik
85f8506caa
Moved keymap file location and fixed bugs in keymap_reed.c
10 years ago
Reed Swiernik
0541af4ff9
Updated makefile to properly handle non extended keymaps
10 years ago
Reed Swiernik
bf1987e233
updated makefile
10 years ago
Jack Humbert
708f95a472
working extended keymap
10 years ago