Search found 37 matches

by xSpartanCx
04 Mar 2014, 23:28
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

I'm able to get the caps lock to work now, but still can't figure out the LEDs. Those aren't too big of a deal for me though, as I rarely use caps lock or scroll lock. Thanks for the help :)
by xSpartanCx
04 Mar 2014, 03:48
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Tried asking on the TMK post, nobody there is sure either as to why the LED brightness and locking caps doesn't work. If you'd like to look at my config.h and keymap.h it's here: My config.h: http://pastebin.com/7hB9jatE My keymap_ansi.h: http://pastebin.com/N0wTL3wA This is a version without the pr...
by xSpartanCx
03 Mar 2014, 02:06
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Cool, it works now! Now if only I could get the LED dimming and locking caps to work... :/ I posted on the official TMK firmware thread over on Geekhack asking about that.
by xSpartanCx
01 Mar 2014, 20:34
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

Still waiting for a refund...
by xSpartanCx
01 Mar 2014, 19:44
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

did the program key not work because it's missing the [0] = and [1] = in keymap_anis.h?

Code: Select all

static const uint16_t PROGMEM fn_actions[] = {
    ACTION_LAYER_MOMENTARY(1),
    ACTION_FUNCTION(TEENSY_KEY)
};
by xSpartanCx
28 Feb 2014, 20:56
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Had to restart for it to work, i guess I won't use the program button. The unfortunate part is that I can't get the locking caps lock to work. I use CAPS and it works like a normal caps lock, which isn't very effective for MXLOCK. I try LCAP, and it doesn't even turn caps lock on.
by xSpartanCx
28 Feb 2014, 13:46
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Okay. I hit the program button and it never reconnected though, so the teensy program never recognized it :/
by xSpartanCx
28 Feb 2014, 13:20
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

matt3o wrote:unplug, wait, press backspace while replugging.
Okay, I'll try that when I get home. Is that supposed to happen when I hit the program button?
by xSpartanCx
28 Feb 2014, 05:05
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

aaaaaand I think I bricked my teensy. I was trying to get the locking caps lock to work, and decided to try the programming key. My computer made the hardware unplugging sound, and now the teensy doesn't light up nor is recognized by the computer :(
by xSpartanCx
28 Feb 2014, 04:11
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Tried it in linux: mkdir -p obj_phantom_lufa Compiling C: keymap.c avr-gcc -c -mmcu=atmega32u4 -gdwarf-2 -DF_CPU=16000000UL -DBOOTLOADER_SIZE=512 -DF_USB=16000000UL -DARCH=ARCH_AVR8 -D USB_DEVICE_ONLY -D USE_FLASH_DESCRIPTORS -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | U...
by xSpartanCx
28 Feb 2014, 01:59
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Still can't access the dependency file... C:\Users\xspartancx\Desktop\tmk_keyboard-master\keyboard\phantom>make -f Makefile.lufa an si 0 [main] sh 9920 sync_with_child: child 1944(0x128) died before initialization with status code 0x0 66 [main] sh 9920 sync_with_child: *** child state waiting for lo...
by xSpartanCx
28 Feb 2014, 01:04
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

C:\Users\xspartancx\Desktop\tmk_keyboard-master\keyboard\phantom>make -f Makefile.lufa an si 0 [main] sh 5404 sync_with_child: child 8908(0x128) died before initialization with status code 0x0 275 [main] sh 5404 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource tempor...
by xSpartanCx
27 Feb 2014, 21:37
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Ok, I get it now. Is there any difference between makefile lufa and pjrc? When I try to make, it has a fatal error opening dependency file .dep/obj_phantom_lufa/pjrc_keymap.o.d
by xSpartanCx
27 Feb 2014, 19:28
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Code: Select all



static const uint16_t PROGMEM fn_actions[] = {
    ACTION_LAYER_MOMENTARY(1),
    ACTION_FUNCTION(TEENSY_KEY)
};
If I change the (1) to 2, can I use FN2 instead?
by xSpartanCx
27 Feb 2014, 01:44
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

To start things off, here are the things you need to install and instructions for how to build: https://github.com/tmk/tmk_keyboard/blob/master/doc/build.md Then read here for phantom specifics: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/phantom You should do all edits and compilation...
by xSpartanCx
27 Feb 2014, 01:00
Forum: Workshop
Topic: Anybody know how to program a phantom?
Replies: 26
Views: 6732

Anybody know how to program a phantom?

I'm having difficulty figuring out how to program my phantom. I'm using the TMK Keyboard firmware and it's really confusing. I want to use MXLOCK for my caps lock, and I want to have a function layer. I've got no idea on how to program this, and the github readme doesn't serve much help (I don't eve...
by xSpartanCx
20 Feb 2014, 03:06
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

"You have got 2.8 EUR in your account." So how do I get that back to my paypal? :roll:
by xSpartanCx
19 Feb 2014, 00:57
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

7bit wrote:
xSpartanCx wrote:How do I get my refund? #0363, no MXLOCK :S

Code: Select all

if(amount2refund<50) print "Please send REFUND to CherryMX.\n";
else                 print "Hey Paul, I've got a contract for you!\n";
:shock:

I get an updated invoice saying order more or ask for a refund...
by xSpartanCx
18 Feb 2014, 01:20
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

How do I get my refund? #0363, no MXLOCK :S
by xSpartanCx
05 Feb 2014, 22:46
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

Finally got my order! #0363
How do I get a refund for the MXLOCK?
by xSpartanCx
04 Dec 2013, 04:10
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

Any updates yet on #0363? It's been almost 5 months since I ordered. :( By the way, if I ordered MXLOCK and there aren't any to send to me, am I getting my money back?
by xSpartanCx
22 Oct 2013, 00:47
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

#0363
If it'll get my order shipped quicker, I'd be perfectly fine with taking either plate or pcb mount switches, whichever is available (If that's possible)
by xSpartanCx
22 Sep 2013, 02:12
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

Update on my switch order please? :)
#0363
by xSpartanCx
30 Jul 2013, 00:47
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

So, if I bought multiple types of switches, will you wait to send them all in one package, or are you sending them individually? I don't know when to expect them.
by xSpartanCx
24 Jul 2013, 18:38
Forum: Group buys
Topic: Matias ALPS / taking orders
Replies: 308
Views: 56994

7bit wrote:Yes, just order.
Will there be another payment update on this thread, or do I have to look at the cherry thread to see if my second payment went through?
by xSpartanCx
21 Jul 2013, 22:53
Forum: Group buys
Topic: Matias ALPS / taking orders
Replies: 308
Views: 56994

So many types of switches, so little money!

Is there any way I can combine this order with that of the Cherry switches to save on shipping?

Also, what is the SA family?
by xSpartanCx
21 Jul 2013, 22:32
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

I got my invoice, I was just expecting another email to say that I paid successfully. I didn't know that there was a list that shows who paid or not. It's all good now, sorry if I was a bit harsh.
by xSpartanCx
21 Jul 2013, 18:50
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

Ok, thanks for clearing things up c: Does it matter that I sent the payment without a shipping address? I figured that since I already messaged CherryMX with it that it didn't really matter.
by xSpartanCx
21 Jul 2013, 18:30
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

You must be new here. This is the Cherry MX group buy and existential patience training retreat. You'll never get in an ashram thinking like that. This is my first group buy, so I don't really know what to expect, sorry :/. I asked before and nobody answered, and 7bit didn't pm me back, so I don't ...
by xSpartanCx
21 Jul 2013, 16:35
Forum: Group buys
Topic: Cherry MX and Matias switches
Replies: 4661
Views: 1036253

It's been 3 days, 7bit, and you haven't replied to my post or my pm about whether or not my order has gone through... I'm debating just disputing my order and not getting any switches at all if I won't get any response about anything, even if you just said that you were trying to get a hold of someb...

Go to advanced search